Author: remm Date: Wed Mar 30 18:21:06 2016 New Revision: 1737142 URL: http://svn.apache.org/viewvc?rev=1737142&view=rev Log: Remove code that was mistakenly added when implementing 48674.
Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java?rev=1737142&r1=1737141&r2=1737142&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java (original) +++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java Wed Mar 30 18:21:06 2016 @@ -511,9 +511,6 @@ public final class HTMLHostManagerServle " <form class=\"inline\" method=\"POST\" action=\"{2}\">" + " <small><input type=\"submit\" value=\"{3}\"></small>" + " </form>\n" + - " <form class=\"inline\" method=\"POST\" action=\"{4}\">" + - " <small><input type=\"submit\" value=\"{5}\"></small>" + - " </form>\n" + " </td>\n" + "</tr>\n"; Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1737142&r1=1737141&r2=1737142&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Wed Mar 30 18:21:06 2016 @@ -110,6 +110,10 @@ <bug>59218</bug>: Correct the path to <code>jaspic-providers.xml</code> in Jaspic How-To. Patch is provided by Tatsuya Bessho. (violetagg) </fix> + <fix> + Remove button that has accidentally been added to the host manager. + Submitted by Coty Sutherland. (remm) + </fix> </changelog> </subsection> <subsection name="Tribes"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org