[project @ 2004-08-31 18:28:09 by paulb]
Fixed encoding usage in body fields processing.
Removed the default charset from ContentType since it is not necessarily
helpful.
1 Before running build.py, compile the special PyServlet classes:
2 3 CLASSPATH=$CATALINA_HOME/common/lib/servlet.jar:$JYTHON_HOME/jython.jar \
4 javac classes/uk/org/boddie/webstack/util/PyServlet.java