[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.67,1.68
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-11-14 17:11:33
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv28150/doc
Modified Files:
release_notes.txt
Log Message:
Benoit Xhenseval: added callbacks for HTML error detection
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- release_notes.txt 2001/11/14 14:40:31 1.67
+++ release_notes.txt 2001/11/14 17:11:28 1.68
@@ -14,8 +14,14 @@
Revision History:
14-Nov-2001
+Acknowledgements:
+ Thanks to Benoit Xhenseval for adding a mechanism to handle HTML parser errors.
+
Additions:
1. ServletUnit now compiles against Servlet 2.3
+ 2. HttpUnitOptions now has methods addHtmlErrorListener and removeHtmlErrorListener. If a listener is registered,
+ it will be invoked for every error or warning generated by the parser, indicating the URL, line and column number
+ of the error and a textual description of the problem.
Problems fixed:
1. HttpUnit should now be more tolerant of missing character encodings
|