Question mark in folder name

Hello,

I’ve noticed a strange issue using nginx 0.8.54 where a question mark in
the folder name will cause 404 errors regardless of it existing or not.

If I manually replace the ? with the encoded %3F it will work fine…

Thanks

Posted at Nginx Forum:

On Thu, Dec 23, 2010 at 1:07 PM, eiji-gravion [email protected]
wrote:

Hello,

I’ve noticed a strange issue using nginx 0.8.54 where a question mark in
the folder name will cause 404 errors regardless of it existing or not.

If I manually replace the ? with the encoded %3F it will work fine…

anything after question mark is query string.

On Thu, Dec 23, 2010 at 6:34 PM, Edho P Arief [email protected]
wrote:

and the nginx autodirectory forgot to escape that character.

On Thu, Dec 23, 2010 at 7:34 PM, Maxim D. [email protected]
wrote:

Hello!

whoops, I forgot to check with latest nginx. Sorry.

Hello!

On Thu, Dec 23, 2010 at 06:36:29PM +0700, Edho P Arief wrote:

anything after question mark is query string.

and the nginx autodirectory forgot to escape that character.

http://nginx.org/pipermail/nginx-devel/2010-February/000112.html

Maxim D.

Hello!

On Thu, Dec 23, 2010 at 07:36:24PM +0700, Edho P Arief wrote:

On Thu, Dec 23, 2010 at 7:34 PM, Maxim D. [email protected] wrote:

Hello!

whoops, I forgot to check with latest nginx. Sorry.

No, not really. This patch still actual (not present in latest
nginx).

Maxim D.