Issues with mod_jk and escaped sequences in URLs (particularly %2F) 2007-08-07 - By Christopher Swingler
Back Hi there list.
We're experiencing an odd issue when a URL contains an escaped sequence, in particular, the escaped sequence for forward slash (%2F). We have a servlet defined in httpd.conf as such:
JkMount /search* worker1
If we look up "http://example.org/search/University+Of+Foo " it works fine. However, looking up something like "http://example.org/search/Foo%2FBar+College " will result in the URL NOT being handled by mod_jk--Apache HTTPD will handle it, and of course return a 404.
192.168.111.104 - - [07/Aug/2007:17:05:06 -0500] "GET /search/Foo%2FBar+College HTTP/1.1" 404 2994 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8 .1.6) Gecko/20070725 Firefox/2.0.0.6"
On the other hand, "http://example.org/search/Foo/Bar+College" works fine:
192.168.111.104 - - [07/Aug/2007:17:08:46 -0500] "GET /search/Foo/Bar+College HTTP/1.1" 200 15432 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8 .1.6) Gecko/20070725 Firefox/2.0.0.6"
I feel like I've got something configured absolutely wrong, but I can't see what.
Thanks in advance for your suggestions.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|