[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.69,1.70
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-11-27 16:40:50
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv25123/doc
Modified Files:
release_notes.txt
Log Message:
Added security to servlet unit tutorial
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- release_notes.txt 2001/11/26 14:20:12 1.69
+++ release_notes.txt 2001/11/27 16:40:47 1.70
@@ -13,7 +13,17 @@
Revision History:
-22-Nov-2001
+27-Nov-2001
+Acknowledgements:
+ Thanks to Peter Rossbach for catching some typos in the tutorial.
+
+Additions:
+ 1. The tutorial now includes an explanation of security testing in ServletUnit
+
+26-Nov-2001
+Acknowledgements:
+ Thanks to Oliver Imbusch for finding and supplying a fix for bad parsing of link URLs with parameters and fragments.
+
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
|