Forum: NGINX X-Accel-Redirect and encodings

Posted by "André Cruz" <andre.cruz@co.sapo.pt> (Guest)
on 2013-01-25 17:18
(Received via mailing list)
Hello.

I've just been bitten by the bug described previously here 
(http://mailman.nginx.org/pipermail/nginx/2010-Sept...). 
X-Accel-Redirect expects a decoded URL, which it will encode, but when 
non-ascii characters are present in the URI this process fails to 
produce the correct URL.

According to this 2010 thread 
(http://nginx.2469901.n2.nabble.com/Bug-X-Accel-Red...) 
the correct way to do this would be for the encoding to be done by the 
application, and then nginx would just use the URL in its provided form, 
without trying to divine the correct way to encode it. There have been 
attempts to do this (http://forum.nginx.org/read.php?29,221834,221834) 
but they were not accepted. This one in particular tried to guess if the 
URL was already encoded or not.

Since I'm not familiar with nginx's code, I would like to know if it 
would be very hard to accomplish this task? Namely, to stop trying to 
encode the URL received in the X-Accel-Redirect header. It seems that 
I'm not alone in this and old threads exists about this issue, but since 
no fix was produced I'm tempted to try it myself.

Best regards,
Andr Cruz
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.