Re: [Web-SIG] urllib.unquote in paste.httpserver prevents slashes in path segments

2011-03-18 Thread Florian Friesdorf
On Fri, 18 Mar 2011 10:36:27 +0100, Florian Friesdorf wrote: > On Thu, 17 Mar 2011 15:10:56 -0500, Ian Bicking wrote: > > It's implied by WSGI itself that the path be unquoted; there's no fix short > > of changing the specification. > > What is WSGI's solution for path segments containing slashe

Re: [Web-SIG] urllib.unquote in paste.httpserver prevents slashes in path segments

2011-03-18 Thread Florian Friesdorf
On Thu, 17 Mar 2011 15:10:56 -0500, Ian Bicking wrote: > It's implied by WSGI itself that the path be unquoted; there's no fix short > of changing the specification. What is WSGI's solution for path segments containing slashes? > On Thu, Mar 17, 2011 at 1:10 PM, Florian Friesdorf wrote: > > >