"</tr>\n<tr></tr>\n";
private static final String STARTED_NONDEPLOYED_APPS_ROW_BUTTON_SECTION =
- " <td class=\"row-left\" bgcolor=\"{13}\" rowspan=\"2\">\n" +
+ " <td class=\"row-left\" bgcolor=\"{13}\">\n" +
" <small>{1}</small> \n" +
" <form class=\"inline\" method=\"POST\" action=\"{2}\">" +
" <small><input type=\"submit\" value=\"{3}\"></small>" +
" </form>\n" +
" <small>{7}</small> \n" +
" </td>\n" +
- "</tr>\n<tr></tr>\n";
+ " </tr><tr>\n" +
+ " <td class=\"row-left\" bgcolor=\"{13}\">\n" +
+ " <form method=\"POST\" action=\"{8}\">\n" +
+ " <small>\n" +
+ " <input type=\"submit\" value=\"{9}\"> {10} <input type=\"text\" name=\"idle\" size=\"5\" value=\"{11}\"> {12} \n" +
+ " </small>\n" +
+ " </form>\n" +
+ " </td>\n" +
+ "</tr>\n";
private static final String STOPPED_NONDEPLOYED_APPS_ROW_BUTTON_SECTION =
" <td class=\"row-left\" bgcolor=\"{13}\" rowspan=\"2\">\n" +
<fix>
Fix broken stylesheet URL in XML based manager status output. (rjung)
</fix>
+ <fix>
+ <bug>51156</bug>: Ensure session expiration option is available in
+ Manager application was running web applications that were defined in
+ server.xml. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Other">