Re: nginx misbehaviour in conjunction with non-ASCII characters

2013-12-19 Thread ako673de
> > On Wed, Dec 18, 2013 at 06:27:31PM -0500, ako673de wrote: > > Found a bug in implementation of MOVE and COPY (webdav) methods. It happens if destination header contains non-ASCII characters (that need to be escaped with "%"). > I have a patch for that, would you like to try it? Well, currentl

Re: nginx misbehaviour in conjunction with non-ASCII characters

2013-12-19 Thread Ruslan Ermilov
On Wed, Dec 18, 2013 at 06:27:31PM -0500, ako673de wrote: > Found a bug in implementation of MOVE and COPY (webdav) methods. It happens > if destination header contains non-ASCII characters (that need to be escaped > with "%"). > > An example: > > Rename (=MOVE) file "/TheCore.ogm" to "/The_Core.

nginx misbehaviour in conjunction with non-ASCII characters

2013-12-18 Thread ako673de
Found a bug in implementation of MOVE and COPY (webdav) methods. It happens if destination header contains non-ASCII characters (that need to be escaped with "%"). An example: Rename (=MOVE) file "/TheCore.ogm" to "/The_Core.ogm": Request header: --> MOVE http://andinas/TheCore.ogm HTTP/1.1 -->