Re: SSI URI path decoding/encoding issue

2015-12-28 Thread Maxim Dounin
Hello! On Thu, Dec 24, 2015 at 11:20:04PM +0100, Martin Grotzke wrote: > we experienced an issue with SSIs (include virtual): nginx at first decodes > the URI path and encodes it before passing the request to the upstream. If > an URI path segment contains %2F (encoded slash), the decoded slash i

SSI URI path decoding/encoding issue

2015-12-24 Thread Martin Grotzke
Hi, we experienced an issue with SSIs (include virtual): nginx at first decodes the URI path and encodes it before passing the request to the upstream. If an URI path segment contains %2F (encoded slash), the decoded slash is not encoded again so that the request sent to the upstream differs from