Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv7509/doc
Modified Files:
release_notes.txt
Log Message:
Ignore full first line of HTML comment in Javascript
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- release_notes.txt 26 Sep 2002 18:22:30 -0000 1.164
+++ release_notes.txt 26 Sep 2002 21:49:35 -0000 1.165
@@ -14,6 +14,7 @@
26-Sep-2002
Problems fixed:
1. A Javascript URL containing a question mark was incorrectly being URL-encoded.
+ 2. HTML comments at the start of a JavaScript were not being completely ignored
25-Sep-2002
Problems fixed:
|