[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.68,1.69
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-11-26 14:20:14
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv26171/doc
Modified Files:
release_notes.txt
Log Message:
Add support for authentication and servlet initialization params
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- release_notes.txt 2001/11/14 17:11:28 1.68
+++ release_notes.txt 2001/11/26 14:20:12 1.69
@@ -13,6 +13,16 @@
Revision History:
+22-Nov-2001
+Additions:
+ 1. ServletUnit now handles protected URLs defined in web.xml, along with both Basic and Form authentication. Logins
+ with non-blank usernames are also accepted, with the password being interpreted as a comma-separated list of
+ role names.
+ 2. ServletUnit now handles servlet initialization parameters defined in web.xml
+
+Problems fixed:
+ 1. ServletUnit now handles URL-encoded parameter names properly.
+
14-Nov-2001
Acknowledgements:
Thanks to Benoit Xhenseval for adding a mechanism to handle HTML parser errors.
|