[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.108,1.109
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-05-20 16:00:17
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv31693/doc Modified Files: release_notes.txt Log Message: Implemented access to request message body Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- release_notes.txt 16 May 2002 19:04:12 -0000 1.108 +++ release_notes.txt 20 May 2002 16:00:14 -0000 1.109 @@ -11,10 +11,13 @@ Revision History: +20-May-2002 +Additions: + 1. ServletUnitHttpRequest now implements getInputStream and getContentType. + 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. + Thanks to James Murty for adding caching of servlet instances and some XML parsing cleanup. Additions: 1. ServletUnit now caches its servlet instances so that multiple invocations can use the same instance. This more |