for stopped and undeployed webapps.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@539895
13f79535-47bb-0310-9956-
ffa450edef68
" <a href=\"{6}\" onclick=\"return(confirm('''Are you sure? This will delete the application.'''))\">{7}</a> \n" +
" </small>\n" +
" </td>\n" +
- "</tr>\n";
+ "</tr>\n<tr></tr>\n";
private static final String STARTED_NONDEPLOYED_APPS_ROW_BUTTON_SECTION =
" <td class=\"row-left\" bgcolor=\"{13}\" rowspan=\"2\">\n" +
" {7} \n" +
" </small>\n" +
" </td>\n" +
- "</tr>\n";
+ "</tr>\n<tr></tr>\n";
private static final String STOPPED_NONDEPLOYED_APPS_ROW_BUTTON_SECTION =
" <td class=\"row-left\" bgcolor=\"{13}\" rowspan=\"2\">\n" +
" {7} \n" +
" </small>\n" +
" </td>\n" +
- "</tr>\n";
+ "</tr>\n<tr></tr>\n";
private static final String DEPLOY_SECTION =
"</table>\n" +
</fix>
</changelog>
</subsection>
+ <subsection name="Webapps">
+ <changelog>
+ <fix>
+ <bug>42459</bug>: Tomcat Web Application Manager table error (rjung)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 6.0.13 (remm)">
<subsection name="Catalina">