[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.111,1.112
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-06-18 16:37:07
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv17522/doc Modified Files: release_notes.txt Log Message: from Jessica Sant: fixed handling of error status under JDK 1.3.1-03 Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- release_notes.txt 17 Jun 2002 21:22:04 -0000 1.111 +++ release_notes.txt 18 Jun 2002 16:37:03 -0000 1.112 @@ -12,6 +12,13 @@ Revision History: +18-Jun-2002 +Acknowledgements: + Thanks to Jessica Sant for correcting the handling of error statuses. +Problems fixed: + 1. As of JDK 1.3.1-03, the behavior of HttpURLConnection was changed to throw an IOException when an error status + is returned. This broke HttpUnit's handling of error codes. This has since been corrected. + 17-Jun-2002 Acknowledgements: Thanks to Robert Watkins for the content length test. |