[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.150,1.151
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-29 18:39:14
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv17008/doc Modified Files: release_notes.txt Log Message: Only preload unvalidated requests with active parameters Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- release_notes.txt 29 Aug 2002 15:32:44 -0000 1.150 +++ release_notes.txt 29 Aug 2002 18:39:11 -0000 1.151 @@ -19,6 +19,9 @@ 1. ServletUnit now supports HttpServletRequest.getParameterMap 2. WebImage now supports getRequest() to return a request for retrieving the image +Problems fixed: + 1. Submitting a request created with parameter validation disabled would send disabled parameters as well as enabled ones. + 27-Aug-2002 Additions: 1. Reset buttons may now be clicked to reset the form |