[Bug] X-Accel-Redirect

rovervr nginx-forum at nginx.us
Thu Sep 9 16:50:52 MSD 2010


If you'd use an url with a filename that contains an '%' the client
should always encode it to '%25' which would get decoded correctly in
this case. 

In RFC1738 the '%' is an "Unsafe Character" and should always be encoded
in URIs

The check could be extended to something like %([a-f0-9]{2}) but
directories or files like %ears or %b1blabla would fail that check, too.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,128346,128760#msg-128760




More information about the nginx mailing list