larryi 2004/01/21 18:52:23 Modified: tester/web/golden JspDoc01.txt Log: Update the expected result. Note that the Tomcat 4.1 Jasper currently removes white space from within jsp:text tags in violation of the spec. This file is being updated with the correct response, causing this test to fail. I looked at porting the correct behavior from the Tomcat 5 Jasper, but too much had changed for me to feel comfortable attempting the port. Revision Changes Path 1.3 +1 -1 jakarta-tomcat-4.0/tester/web/golden/JspDoc01.txt Index: JspDoc01.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/tester/web/golden/JspDoc01.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- JspDoc01.txt 11 Feb 2002 02:25:39 -0000 1.2 +++ JspDoc01.txt 22 Jan 2004 02:52:23 -0000 1.3 @@ -1 +1 @@ -<a>text<b></b></a><a>text<b></b></a><c><d>text</d></c><c><d>text</d></c><e><f></f>text<f></f></e><e><f></f>text<f></f></e> +<a>text<b/></a><a>text<b></b></a><c><d>text</d></c><c><d>text</d></c><e><f/>text<f/></e><e><f></f>text<f></f></e>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]