[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.106,1.107
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-05-16 17:44:22
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv9233/doc Modified Files: release_notes.txt Log Message: from James Murty: support servlet caching, XML parsing cleanup Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- release_notes.txt 14 May 2002 19:31:04 -0000 1.106 +++ release_notes.txt 16 May 2002 17:44:17 -0000 1.107 @@ -11,6 +11,16 @@ Revision History: +16-May-2002 +Acknowledgements: + Thanks to James Murty for adding caching of servlet instances, a default mapping for servlet classes, and some XML + parsing cleanup. + +Additions: + 1. ServletUnit now caches its servlet instances so that multiple invocations can use the same instance. This more + closely matches the servlet spec. + 2. Leading and trailing spaces in web.xml text nodes are now ignored. + 14-May-2002 Additions: 1. A <select> control with a size attribute may now have its value undefined. The specification does not require |