# HG changeset patch # User paulb # Date 1125079736 0 # Node ID 72a74602bbb156f88101ad7019e8599418dc65c9 # Parent c66a251bcc8a91471aab9058c67d3236cbaa0797 [project @ 2005-08-26 18:08:56 by paulb] Improved file upload support and tidied up certain JavaServlet issues. diff -r c66a251bcc8a -r 72a74602bbb1 README.txt --- a/README.txt Fri Aug 26 01:28:06 2005 +0000 +++ b/README.txt Fri Aug 26 18:08:56 2005 +0000 @@ -59,8 +59,10 @@ get_virtual_path_info, get_processed_virtual_path_info and get_fields_from_path to return Unicode data decoded using the optional encoding parameter or a common default encoding. -Fixed file upload values so that plain strings are returned for such fields in -get_fields_from_body and get_fields. (Warning! Except for Twisted!) +Fixed file upload values so that FileContent objects are returned for such +fields in get_fields_from_body and get_fields. (Warning! Except for Twisted!) +Fixed the JavaServlet support so that streams and file content are obtained as +"almost" plain strings. Updated/fixed LoginResource and LoginRedirectResource to use the updated path API and to handle special characters properly. Added convenience methods to Transaction for the decoding and encoding of path