djc / awmy

arewemeetingyet.com: help communicate meeting times to timezone-challenged participants
MIT License
36 stars 6 forks source link

handle encoded slashes in URL #12

Closed bboyle closed 10 years ago

bboyle commented 10 years ago

Entering a slash in the template form encodes the slash as %2F This causes a file not found error on arewemeetingyet.com

Example: http://arewemeetingyet.com/Brisbane/2014-03-16/22:00/foo%2Fbar

djc commented 10 years ago

Huh, that's really weird. It almost seems like an Apache bug...

djc commented 10 years ago

This works now, using by setting AllowEncodedSlashes to NoDecode in the Apache config.

djc commented 10 years ago

(See also 6465b953.)