A request would look like:

http://domain.tld/page/show/sample%21/some/more/args

It just says "invalid request". Firebug gives me this:

Content-Length  573
Content-Type    text/html; charset=UTF-8
Date    Wed, 01 Feb 2012 18:24:57 GMT
Server  lighttpd/1.4.28
web2py_error    invalid path (args)



On Feb 1, 7:00 pm, Jonathan Lundell <jlund...@pobox.com> wrote:
> On Feb 1, 2012, at 9:52 AM, Dan wrote:
>
> > I'm using the lates Version of Web2py and getting a invalid request if
> > I'm using any special chars like %21 (!) or umlauts. Web2py is running
> > with the fcgihandler and Lighttpd. All special chars are encoded by
> > using urllib.quote().
>
> Post an example, please, and the full text of the invalid-request message.

Reply via email to