You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/06/17 20:10:38 UTC

DO NOT REPLY [Bug 35256] %2F will be decoded in PATH_INFO (Documentation to AllowEncodedSlashes says no decoding will be done)

https://issues.apache.org/bugzilla/show_bug.cgi?id=35256

George Armhold <ar...@cs.rutgers.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #19 from George Armhold <ar...@cs.rutgers.edu> 2011-06-17 18:10:38 UTC ---
I just tried "AllowEncodedSlashes NoDecode", and found that both 2.2.19 and
2.3.12-beta seem to *doubly* encode the slashes with this option enabled.

So if my URI is entered as "/search/-/%2Fcats/all/1-10", my httpd-fronted
appserver (Glassfish 3.1) is seeing this as "/search/-/%252Fcat/all/1-10".

And BTW Glassfish has a similar issue- it needs to be told to allow encoded
slashes: http://www.java.net/node/695173.  I have this enabled, and it works
fine when I use Glassfish directly without Apache in front of it.

Thanks for your attention.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org