[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.97,1.98
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-03-11 12:34:34
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv5472/doc Modified Files: release_notes.txt Log Message: Send accept-encoding header unless disabled Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- release_notes.txt 6 Mar 2002 04:59:52 -0000 1.97 +++ release_notes.txt 11 Mar 2002 12:34:31 -0000 1.98 @@ -11,6 +11,15 @@ Revision History: +11-Mar-2002 + +Additions: + 1. HttpUnit now sends Accept-encoding: gzip unless disabled by a call to HttpUnitOptions.setAcceptGzip( false ) + +Notes: + 1. Hidden fields may not be modified if parameter validation is enabled, since they cannot be modified through + normal user interaction (in the absence of JavaScript). + 6-Mar-2002 1.4 Acknowledgements: |