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 2018/10/10 17:12:37 UTC

svn commit: r1843474 - in /tomcat/trunk/webapps/docs: ./ config/

Author: fschumacher
Date: Wed Oct 10 17:12:37 2018
New Revision: 1843474

URL: http://svn.apache.org/viewvc?rev=1843474&view=rev
Log:
Mostly spacepolice

Correct usage of whitespace after closing tags. All those places were found
by using

 grep -rP '</[^>]+>(?!s([\s.]|$))\w' webapps/

Correct one missing colon and one surplus 'n' in changelog.xml

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/ajp.xml
    tomcat/trunk/webapps/docs/config/cluster-deployer.xml
    tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
    tomcat/trunk/webapps/docs/config/cluster-membership.xml
    tomcat/trunk/webapps/docs/config/cluster-valve.xml
    tomcat/trunk/webapps/docs/config/context.xml
    tomcat/trunk/webapps/docs/config/http.xml
    tomcat/trunk/webapps/docs/jasper-howto.xml
    tomcat/trunk/webapps/docs/tomcat-docs.xsl
    tomcat/trunk/webapps/docs/windows-auth-howto.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Oct 10 17:12:37 2018
@@ -1625,7 +1625,7 @@
   <subsection name="jdbc-pool">
     <changelog>
       <fix>
-        <bug>61312</bug>: Prevent <code>NullPointerException</code>n when using
+        <bug>61312</bug>: Prevent <code>NullPointerException</code> when using
         the statement cache of connection that has been closed. (kfujino)
       </fix>
     </changelog>
@@ -2533,7 +2533,7 @@
         Christian Stöber. (markt)
       </add>
       <add>
-        <bug>61127</bug>Allow human-readable names for channelSendOptions and
+        <bug>61127</bug>: Allow human-readable names for channelSendOptions and
         mapSendOptions. Patch provided by Igal Sapir. (schultz)
       </add>
     </changelog>

Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Wed Oct 10 17:12:37 2018
@@ -148,7 +148,7 @@
 
     <attribute name="parseBodyMethods" required="false">
       <p>A comma-separated list of HTTP methods for which request
-      bodies using <code>application/x-www-form-urlencoded</code>will be parsed
+      bodies using <code>application/x-www-form-urlencoded</code> will be parsed
       for request parameters identically to POST. This is useful in RESTful
       applications that want to support POST-style semantics for PUT requests.
       Note that any setting other than <code>POST</code> causes Tomcat

Modified: tomcat/trunk/webapps/docs/config/cluster-deployer.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-deployer.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-deployer.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-deployer.xml Wed Oct 10 17:12:37 2018
@@ -36,7 +36,7 @@
 <section name="Introduction">
   <p>The Farm War Deployer can deploy and undeploy web applications on the other
   nodes in the cluster.</p>
-  <p><strong>Note: </strong>FarmWarDeployer can be configured at host level
+  <p><strong>Note:</strong> FarmWarDeployer can be configured at host level
   cluster only.
   </p>
 </section>

Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Wed Oct 10 17:12:37 2018
@@ -157,7 +157,7 @@
      </attribute>
      <attribute name="performReadTest" required="false">
        If true is set, read the response of the test message that sent. Default is false.
-       <strong>Note: </strong>if <code>performSendTest</code> is false, this attribute will have no effect.
+       <strong>Note:</strong> if <code>performSendTest</code> is false, this attribute will have no effect.
      </attribute>
      <attribute name="readTestTimeout" required="false">
        Specifies the timeout, in milliseconds, to use when performing a read test

Modified: tomcat/trunk/webapps/docs/config/cluster-membership.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-membership.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-membership.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-membership.xml Wed Oct 10 17:12:37 2018
@@ -225,7 +225,7 @@
 <section name="Nested Components">
   <p>
   Static Membership Service allows nesting of a <strong>&lt;LocalMember&gt;</strong>
-  and <strong>&lt;Member&gt;</strong>element.
+  and <strong>&lt;Member&gt;</strong> element.
   </p>
   <subsection name="StaticMember Attributes">
     <p><b>LocalMember:</b> <br/>

Modified: tomcat/trunk/webapps/docs/config/cluster-valve.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-valve.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-valve.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-valve.xml Wed Oct 10 17:12:37 2018
@@ -113,7 +113,7 @@
   <p>See the <a href="host.html#Single_Sign_On">Single Sign On</a> special
     feature on the <strong>Host</strong> element for more information.</p>
 
-  <p><strong>Note: </strong>ClusterSingleSignOn can be configured at host level cluster only.
+  <p><strong>Note:</strong> ClusterSingleSignOn can be configured at host level cluster only.
   </p>
 
   <subsection name="Attributes">

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Wed Oct 10 17:12:37 2018
@@ -439,7 +439,7 @@
         resource that is not protected by a security constraint, if the
         authenticator supports preemptive authentication (the standard
         authenticators provided with Tomcat do) then the user&apos; credentials
-        will be processed. If not specified, the default of <code>false</code>is
+        will be processed. If not specified, the default of <code>false</code> is
         used.
         </p>
       </attribute>

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Wed Oct 10 17:12:37 2018
@@ -145,7 +145,7 @@
 
     <attribute name="parseBodyMethods" required="false">
       <p>A comma-separated list of HTTP methods for which request
-      bodies using <code>application/x-www-form-urlencoded</code>will be parsed
+      bodies using <code>application/x-www-form-urlencoded</code> will be parsed
       for request parameters identically to POST. This is useful in RESTful
       applications that want to support POST-style semantics for PUT requests.
       Note that any setting other than <code>POST</code> causes Tomcat
@@ -1386,7 +1386,7 @@
       <code>javax.net.ssl.trustStoreProvider</code> system property. If
       that property is null, the value of <code>keystoreProvider</code> is used
       as the default. If neither this attribute, the default system property nor
-      <code>keystoreProvider</code>is set, the list of registered providers is
+      <code>keystoreProvider</code> is set, the list of registered providers is
       traversed in preference order and the first provider that supports the
       <code>truststoreType</code> is used.
       </p>

Modified: tomcat/trunk/webapps/docs/jasper-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jasper-howto.xml Wed Oct 10 17:12:37 2018
@@ -374,7 +374,7 @@ applications you can also disable debug
 
 <p>
 When you don't want to stop the JSP generation at first JSP syntax error, use
-<code>failOnError=&quot;false&quot;</code>and with
+<code>failOnError=&quot;false&quot;</code> and with
 <code>showSuccess=&quot;true&quot;</code> all successful <i>JSP to Java</i>
 generation are printed out. Sometimes it is very helpful, when you cleanup the
 generate java source files at <code>${webapp.path}/WEB-INF/src</code>

Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tomcat-docs.xsl?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Wed Oct 10 17:12:37 2018
@@ -195,7 +195,7 @@
 
                 <div class="text">
                   <p class="notice">
-                    <strong>Notice: </strong>This comments section collects your suggestions
+                    <strong>Notice:</strong> This comments section collects your suggestions
                     on improving documentation for Apache Tomcat.<br/><br/>
                     If you have trouble and need help, read
                     <a href="https://tomcat.apache.org/findhelp.html">Find Help</a> page

Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/windows-auth-howto.xml?rev=1843474&r1=1843473&r2=1843474&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/windows-auth-howto.xml (original)
+++ tomcat/trunk/webapps/docs/windows-auth-howto.xml Wed Oct 10 17:12:37 2018
@@ -282,7 +282,7 @@ com.sun.security.jgss.krb5.accept {
 
   <subsection name="Jespa">
   <p>Full details of this solution can be found through the
-  <a href="http://www.ioplex.com/" rel="nofollow">project web site</a>The key
+  <a href="http://www.ioplex.com/" rel="nofollow">project web site.</a> The key
   features are:</p>
   <ul>
   <li>Pure Java solution</li>



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