Am 24.10.2011 18:37, schrieb F. Behrens:
> Do you happen to have the patches you did around and could mail them to
> me for a quick glance so I can get an idea about what to look after?
I'll send you the patch but you can also get it by checking out
http://svn.w4py.org/Webware/trunk and then "svn
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.
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 mor
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