2014/1/13 Asok Chattopadhyay <da.a...@gmail.com>:
> You can see the test servlet working at
> http://workshop.dreamapps.com/da/test
>

1. Downloading the page with WGET tool, all CRLFs (on line 153 and below) are OK

2. Opening the page in Firefox, and doing "View page source" shows
HTML markup errors (it highlights them in red).

E.g. line 319 has

<a href="javascript:void(0);"
onClick="document.forms.one.listcommand.value='open.alpha
#';submitCommand('dummy','one');"">None</a>

Note that the double-quote symbol just before '>None' is doubled,
breaking the attribute markup.

You may want to try to pass your page through
http://validator.w3.org/


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to