[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.173,1.174
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-10-03 16:48:54
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv17683/doc Modified Files: release_notes.txt Log Message: from Geert Bevin: remove extraneous spaces in cookie header Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- release_notes.txt 2 Oct 2002 16:37:55 -0000 1.173 +++ release_notes.txt 3 Oct 2002 16:48:48 -0000 1.174 @@ -11,6 +11,13 @@ Revision History: + 3-Oct-2002 +Acknowledgements: + Thanks to Geert Bevin for fixing a problem with generation of cookie headers that affects some servers. + +Problems fixed: + 1. The cookie header was being generated with a space after each ";" separator. + 2-Oct-2002 Acknowledgements: |