Re: [Webware-devel] form data parsing bug

2011-10-24 Thread F. Behrens
Christoph Zwerschke wrote: The fix has been commited to the trunk in r8162 and backported to the 1.0 branch in r8163. I've also added a twill test for this behavior. Sorry to dig this up again but I just upgraded our development server to the 1.1 release and this bug still prevails.

Re: [Webware-devel] form data parsing bug

2011-07-16 Thread Christoph Zwerschke
Am 15.07.2011 15:44 schrieb Christoph Zwerschke: I haven't really looked into this so far, but a quick tests showed that this bug happens only with Python 2.6 or newer. Can you confirm? When upgrading to Webware 1.x, did you also upgrade the Python version? I have now analyzed this a bit more

Re: [Webware-devel] form data parsing bug

2011-07-15 Thread Christoph Zwerschke
Am 15.07.2011 11:06 schrieb F. Behrens: If you send a POST form with an URL that includes GET data then FieldStorage will include both. Especially if you POST something like id=42 and have id=23 in the URL, FieldStorage will end up with id: [42,23], breaking code that expects a number here.