Message814

Author nobody
Recipients
Date 2003-02-01.05:14:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
While Jython works well in a CGI script normally, it
breaks when handed a POST method using
multipart/form-data to submit the values of the fields
of the form.  Examining the value of the
cgi.FieldStorage instance after it's created, we find
that all the fields are there, but they all have "None"
as their value.

This is using Jython 2.1, Python 2.1, and Java 1.2 on a
Solaris 2.6 platform, and the Apache web server.

Bill Janssen   <bill@janssen.org>
History
Date User Action Args
2008-02-20 17:17:13adminlinkissue678557 messages
2008-02-20 17:17:13admincreate