[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.112,1.113
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-06-18 16:53:23
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv25413/doc Modified Files: release_notes.txt Log Message: Removed temporary assertTrue definitions Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- release_notes.txt 18 Jun 2002 16:37:03 -0000 1.112 +++ release_notes.txt 18 Jun 2002 16:53:20 -0000 1.113 @@ -16,8 +16,8 @@ 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. + 1. bug #570644: 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: |