[Twisted-web] _nevow_carryover_

Aaron Bingham abingham at alumni.sfu.ca
Wed Nov 17 13:45:00 MST 2004


Hi all,

I have created some web forms.  The input is handled by formless 
(although I just use annotate.Request() at the moment), and I am using

request.setComponent(IRedirectAfterPost, "/some-path/")

to redirect after submission.  For some reason, the URL I get redirected 
to is like this:

http://localhost:8080/some-path/?_nevow_carryover_=1100440412.88

Where is that extra query argument coming from, what is it good for, and 
how do I turn it off?

I am using Nevow 0.3.

Thanks,

Aaron





More information about the Twisted-web mailing list