You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fs...@apache.org on 2016/09/25 10:29:39 UTC

svn commit: r1762182 - in /tomcat/trunk/webapps/docs: changelog.xml config/systemprops.xml

Author: fschumacher
Date: Sun Sep 25 10:29:39 2016
New Revision: 1762182

URL: http://svn.apache.org/viewvc?rev=1762182&view=rev
Log:
Remove doubled words (plus simple markup additions)

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/systemprops.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1762182&r1=1762181&r2=1762182&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Sep 25 10:29:39 2016
@@ -644,7 +644,7 @@
         connection is borrowed. (kfujino)
       </fix>
       <fix>
-        <bug>59774</bug>: Correct the <code>prefix</code> values in the the
+        <bug>59774</bug>: Correct the <code>prefix</code> values in the
         documented examples for configuring the <code>AccessLogValve</code>.
         Patch provided by Mike Noordermeer. (markt)
       </fix>
@@ -962,7 +962,7 @@
         session count below <code>maxActiveSessions</code>. (markt)
       </fix>
       <update>
-        Update the implementation of the the proposed Servlet 4.0 API to provide
+        Update the implementation of the proposed Servlet 4.0 API to provide
         mapping type information for the current request to reflect discussions
         within the EG. (markt)
       </update>
@@ -1455,7 +1455,7 @@
         <bug>57583</bug>: Improve the performance of
         <code>javax.servlet.jsp.el.ScopedAttributeELResolver</code> when
         resolving attributes that do not exist. This improvement only works when
-        Jasper is used with with Tomcat's EL implementation. (markt)
+        Jasper is used with Tomcat's EL implementation. (markt)
       </fix>
     </changelog>
   </subsection>

Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1762182&r1=1762181&r2=1762182&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Sun Sep 25 10:29:39 2016
@@ -339,9 +339,9 @@
     </property>
 
     <property name="org.apache.tomcat.util.http. ServerCookie.STRICT_NAMING">
-      <p> If this is true then the requirements of the Servlet specification
+      <p> If this is <code>true</code> then the requirements of the Servlet specification
       that Cookie names must adhere to RFC2109 will be enforced. If this is
-      false the the naming rules specified in RFC6265 (allow the leading "$")
+      <code>false</code> the naming rules specified in RFC6265 (allow the leading "$")
       will be used.</p>
       <p>If <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> is set to
       <code>true</code>, the default of this setting will be <code>true</code>,



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