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

nginx misbehaviour in conjunction with non-ASCII characters

2013-12-18 Thread ako673de
x27;t manage to find a resolver that can resolve localhost. 2) Nowhere on the internet it's been said, that you need to add $request_uri to that line, but you do need! And it even must not be $uri, because that one has the same escaping issues like the other things I mentioned above. OK, now