Revision: 264
http://trac.axkit.org/axkit2/changeset/264
Author: jwalt
Date: 2009-02-08 19:55:23 +0000 (Sun, 08 Feb 2009)
Log Message:
-----------
- fix several webshell demo annoyances
- fix dir_to_xml charset issues
- work around path_info issues in uri_to_file
- add xforms support to formmail
- improve generic_transform parameter passing
- fix parse_post_data (again, this time for very small requests), add testcase
- fix size field of parse_post_data uploads
- work around File::Temp missing seek method during parse_post_data mime type
autodetection
- make parse_post_data options shared as preparation for validate_xforms
- extend authenticate for forced reauthentication
- fix UTF-8 config file issues, add CODE validator
- add server option "Address" to set listen address
- add/improve various HTTPHeaders utility methods
Modified Paths:
--------------
trunk/demo/webshell/webshell.css
trunk/demo/webshell/webshell.xsl
trunk/lib/AxKit2/Config.pm
trunk/lib/AxKit2/Connection.pm
trunk/lib/AxKit2/HTTPHeaders.pm
trunk/lib/AxKit2/Server.pm
trunk/plugins/authenticate
trunk/plugins/demo/webshell
trunk/plugins/dir_to_xml
trunk/plugins/formmail
trunk/plugins/generic_transform
trunk/plugins/parse_post_data
trunk/plugins/uri_to_file
trunk/t/20parse_post_data.t