[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.109,1.110
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-05-21 20:43:33
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv8706/doc Modified Files: release_notes.txt Log Message: Some cleanup and refactoring Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- release_notes.txt 20 May 2002 16:00:14 -0000 1.109 +++ release_notes.txt 21 May 2002 20:43:30 -0000 1.110 @@ -8,9 +8,14 @@ Limitations: 1. HttpUnit does not support JavaScript 2. JDK 1.2 or higher is required + 3. ServletUnit does not support JSP Revision History: +21-May-2002 +Correction: + 1. ServletUnit supports urls beginning with "/servlet/" as referring to a servlet class name if not mapped to anything else. + 20-May-2002 Additions: 1. ServletUnitHttpRequest now implements getInputStream and getContentType. |