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 2016/02/22 13:30:16 UTC

svn commit: r1731632 - in /tomcat/site/trunk: docs/security-6.html docs/security-7.html docs/security-8.html docs/security-9.html xdocs/security-6.xml xdocs/security-7.xml xdocs/security-8.xml xdocs/security-9.xml

Author: markt
Date: Mon Feb 22 12:30:11 2016
New Revision: 1731632

URL: http://svn.apache.org/viewvc?rev=1731632&view=rev
Log:
Fix typo

Modified:
    tomcat/site/trunk/docs/security-6.html
    tomcat/site/trunk/docs/security-7.html
    tomcat/site/trunk/docs/security-8.html
    tomcat/site/trunk/docs/security-9.html
    tomcat/site/trunk/xdocs/security-6.xml
    tomcat/site/trunk/xdocs/security-7.xml
    tomcat/site/trunk/xdocs/security-8.xml
    tomcat/site/trunk/xdocs/security-9.xml

Modified: tomcat/site/trunk/docs/security-6.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-6.html (original)
+++ tomcat/site/trunk/docs/security-6.html Mon Feb 22 12:30:11 2016
@@ -381,7 +381,7 @@
 <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 

Modified: tomcat/site/trunk/docs/security-7.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-7.html (original)
+++ tomcat/site/trunk/docs/security-7.html Mon Feb 22 12:30:11 2016
@@ -374,7 +374,7 @@
 <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 

Modified: tomcat/site/trunk/docs/security-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-8.html (original)
+++ tomcat/site/trunk/docs/security-8.html Mon Feb 22 12:30:11 2016
@@ -465,7 +465,7 @@
 <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 

Modified: tomcat/site/trunk/docs/security-9.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-9.html?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-9.html (original)
+++ tomcat/site/trunk/docs/security-9.html Mon Feb 22 12:30:11 2016
@@ -324,7 +324,7 @@
 <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 

Modified: tomcat/site/trunk/xdocs/security-6.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-6.xml?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-6.xml (original)
+++ tomcat/site/trunk/xdocs/security-6.xml Mon Feb 22 12:30:11 2016
@@ -87,7 +87,7 @@
     <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 

Modified: tomcat/site/trunk/xdocs/security-7.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-7.xml?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-7.xml (original)
+++ tomcat/site/trunk/xdocs/security-7.xml Mon Feb 22 12:30:11 2016
@@ -67,7 +67,7 @@
     <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 

Modified: tomcat/site/trunk/xdocs/security-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-8.xml?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-8.xml (original)
+++ tomcat/site/trunk/xdocs/security-8.xml Mon Feb 22 12:30:11 2016
@@ -171,7 +171,7 @@
     <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 

Modified: tomcat/site/trunk/xdocs/security-9.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-9.xml?rev=1731632&r1=1731631&r2=1731632&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security-9.xml (original)
+++ tomcat/site/trunk/xdocs/security-9.xml Mon Feb 22 12:30:11 2016
@@ -90,7 +90,7 @@
     <p>The solution was to implement the redirect in the DefaultServlet so that
        any security constraints and/or security enforcing Filters were processed
        before the redirect. The Tomcat team recognised that moving the redirect
-       could cause regressions to two new Context configuration options
+       could cause regressions so two new Context configuration options
        (<code>mapperContextRootRedirectEnabled</code> and
        <code>mapperDirectoryRedirectEnabled</code>) were introduced. The initial
        default was <code>false</code> for both since this was more secure. 



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