Bug 34931

Summary: Built-in webapps should be W3C standard compliant
Product: Tomcat 5 Reporter: richard.beton
Component: Webapps:ManagerAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P3    
Version: 5.5.9   
Target Milestone: ---   
Hardware: Other   
OS: All   
Attachments: This patch fixes ROOT/index.jsp to be XHTML using CSS
Updated index.jsp

Description richard.beton 2005-05-16 09:41:13 UTC
The webapps provided with Tomcat include: ROOT, manager, admin (available
separately now), documentation and examples.

It would make sense to demonstrate best practice if these are upgraded to
produce W3C standard compliant XHTML, using CSS for layout and presentation.
Comment 1 richard.beton 2005-05-16 09:44:23 UTC
Created attachment 15044 [details]
This patch fixes ROOT/index.jsp to be XHTML using CSS
Comment 2 Yoav Shapira 2005-07-22 14:46:02 UTC
I applied the patch to index.jsp on my local machine: it looks very nearly the
same, just the pixel spacing is a tiny bit different near the top of the page,
and makes the page a bit wider.  But that's a fairly small thing, no big whoop,
so I'll go ahead with the index.jsp patch.

The goal of having all our apps be XHTML-strict-compliant is a good one, and if
you were to submit relevant patches, we'll gladly review and commit them.
Comment 3 Yoav Shapira 2005-07-22 14:46:47 UTC
Created attachment 15751 [details]
Updated index.jsp

The updated page.