[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.156,1.157
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-05 19:29:58
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv8075/doc Modified Files: release_notes.txt Log Message: Improved handling of not found exceptions Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- release_notes.txt 5 Sep 2002 19:10:43 -0000 1.156 +++ release_notes.txt 5 Sep 2002 19:29:54 -0000 1.157 @@ -20,6 +20,10 @@ Additions: 1. The forms, images, links, and Form.elements arrays now handle string indexes + 2. When no response is received from a server, HttpUnit will now throw HttpServerNotFoundException, which is a + subclass of HttpNotFoundException. This should aid in diagnosing response failures. + 3. When a 404 (not found status) is received from a server, the accompanying message is now available + from HttpNotFoundException.getResponseMessage(). 30-Aug-2002 1.4.5 Acknowledgements: |