Hi Webware guys, I found a bug in WebUtils/FieldStorage.py and I hope I fixed it. My Webware worked correct (seemed to... ) after the changes. A Diff file is attached. It was only a missing 'self' :) bye michel
Index: FieldStorage.py =================================================================== RCS file: /cvsroot/webware/Webware/WebUtils/FieldStorage.py,v retrieving revision 1.1 diff -r1.1 FieldStorage.py 37c37 < if strict_parsing: --- > if self.strict_parsing:
