You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/12/17 22:41:33 UTC

svn commit: r1720672 - in /tomcat/tc6.0.x/trunk/webapps: docs/changelog.xml host-manager/WEB-INF/jsp/401.jsp host-manager/WEB-INF/jsp/403.jsp

Author: markt
Date: Thu Dec 17 21:41:33 2015
New Revision: 1720672

URL: http://svn.apache.org/viewvc?rev=1720672&view=rev
Log:
Don't create sessions unnecessarily in the Host Manager application.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/401.jsp
    tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/403.jsp

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1720672&r1=1720671&r2=1720672&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Dec 17 21:41:33 2015
@@ -157,6 +157,10 @@
         Add a redirect to the web interface to the root of the Host Manager web
         application. (markt)
       </fix>
+      <fix>
+        Don't create sessions unnecessarily in the Host Manager application.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">

Modified: tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/401.jsp
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/401.jsp?rev=1720672&r1=1720671&r2=1720672&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/401.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/401.jsp Thu Dec 17 21:41:33 2015
@@ -14,6 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --%>
+<%@ page session="false" trimDirectiveWhitespaces="true" %>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>

Modified: tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/403.jsp
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/403.jsp?rev=1720672&r1=1720671&r2=1720672&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/403.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/host-manager/WEB-INF/jsp/403.jsp Thu Dec 17 21:41:33 2015
@@ -14,6 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --%>
+<%@ page session="false" trimDirectiveWhitespaces="true" %>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org