[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.116,1.117
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-06-26 15:48:59
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv17599/doc Modified Files: release_notes.txt Log Message: Support acceptCookies global option Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- release_notes.txt 23 Jun 2002 23:52:38 -0000 1.116 +++ release_notes.txt 26 Jun 2002 15:48:56 -0000 1.117 @@ -13,6 +13,11 @@ Revision History: +25-Jun-2002 +Additions: + 1. The HttpUnitOption property 'acceptCookies' now controls whether cookies received from the server will be saved + in a web client and sent on subsequent requests. The default is true. + 23-Jun-2002 Acknowledgements: Thanks to Steve Heath for an example on how to make JSPs work with ServletUnit. |