[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.113,1.114
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-06-19 13:47:22
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv14187/doc Modified Files: release_notes.txt Log Message: implemented getServerPath and getPathInfo Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- release_notes.txt 18 Jun 2002 16:53:20 -0000 1.113 +++ release_notes.txt 19 Jun 2002 13:47:19 -0000 1.114 @@ -12,6 +12,10 @@ Revision History: +19-Jun-2002 +Additions: + 1. ServletUnit now implements the HttpServletRequest.getServletPath and getPathInfo methods. + 18-Jun-2002 Acknowledgements: Thanks to Jessica Sant for correcting the handling of error statuses. |