Bug 55469 - Missing HTML closing tags in Manager application
Summary: Missing HTML closing tags in Manager application
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Manager (show other bugs)
Version: trunk
Hardware: All All
: P2 trivial (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-22 20:05 UTC by Larry Shatzer, jr.
Modified: 2013-08-23 06:57 UTC (History)
0 users



Attachments
Patch to fix it on trunk for Tomcat 7 trunk. (460 bytes, patch)
2013-08-22 20:05 UTC, Larry Shatzer, jr.
Details | Diff
Patch to fix it on trunk for Tomcat 8. (460 bytes, patch)
2013-08-22 20:05 UTC, Larry Shatzer, jr.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Shatzer, jr. 2013-08-22 20:05:22 UTC
Created attachment 30751 [details]
Patch to fix it on trunk for Tomcat 7 trunk.

In the "WAR file to deploy" that allows you to upload a war file, after the closing form tag, it is missing closing off the td and tr tag opened before form tag.
Comment 1 Larry Shatzer, jr. 2013-08-22 20:05:48 UTC
Created attachment 30752 [details]
Patch to fix it on trunk for Tomcat 8.
Comment 2 Violeta Georgieva 2013-08-23 06:57:07 UTC
Thanks for the report and the patches.

However I think that the closing tags should be after the closing form tag and not the closing table tag.

Fixed in trunk and 7.0.x and will be included in 8.0.0-RC2 and 7.0.43 onwards.