Author: yoavs Date: Wed Oct 12 20:37:08 2005 New Revision: 320630 URL: http://svn.apache.org/viewcvs?rev=320630&view=rev Log: Bugzilla 36019: http://issues.apache.org/bugzilla/show_bug.cgi?id=36019
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/HTMLHostManagerServlet.java tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/LocalStrings.properties Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=320630&r1=320629&r2=320630&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Oct 12 20:37:08 2005 @@ -58,6 +58,9 @@ <subsection name="Webapps"> <changelog> <fix>Remove obsolete TagPlugin file from JSP examples (billbarker)</fix> + <fix> + <bug>36019</bug>: Made clear the Host-Manager HowTo is coming soon, not ready yet. (yoavs) + </fix> </changelog> </subsection> </section> Modified: tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/HTMLHostManagerServlet.java URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/HTMLHostManagerServlet.java?rev=320630&r1=320629&r2=320630&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/HTMLHostManagerServlet.java (original) +++ tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/HTMLHostManagerServlet.java Wed Oct 12 20:37:08 2005 @@ -1,5 +1,5 @@ /* - * Copyright 1999,2004 The Apache Software Foundation. + * Copyright 1999,2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/LocalStrings.properties URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/LocalStrings.properties?rev=320630&r1=320629&r2=320630&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/LocalStrings.properties (original) +++ tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/LocalStrings.properties Wed Oct 12 20:37:08 2005 @@ -25,7 +25,7 @@ htmlHostManagerServlet.manager=Host Manager htmlHostManagerServlet.list=List Virtual Hosts htmlHostManagerServlet.helpHtmlManagerFile=html-host-manager-howto.html -htmlHostManagerServlet.helpHtmlManager=HTML Host Manager Help +htmlHostManagerServlet.helpHtmlManager=HTML Host Manager Help (Coming Soon!) htmlHostManagerServlet.helpManagerFile=host-manager-howto.html htmlHostManagerServlet.helpManager=Host Manager Help htmlHostManagerServlet.hostName=Host name --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]