Author: violetagg
Date: Thu Oct 22 08:24:04 2015
New Revision: 1709960

URL: http://svn.apache.org/viewvc?rev=1709960&view=rev
Log:
Remove extra white spaces

Modified:
    tomcat/trunk/webapps/docs/config/filter.xml

Modified: tomcat/trunk/webapps/docs/config/filter.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/filter.xml?rev=1709960&r1=1709959&r2=1709960&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/filter.xml (original)
+++ tomcat/trunk/webapps/docs/config/filter.xml Thu Oct 22 08:24:04 2015
@@ -365,7 +365,7 @@
           <code>X-CSRF-Token: Fetch</code></li>
       <li>Cache the returned session id and nonce in order to provide them in
           the subsequent modifying requests to protected resources.</li>
-      <li>Modifying requests can be denied and header 
+      <li>Modifying requests can be denied and header
           <code>X-CSRF-Token: Required</code> will be returned in case of
           invalid or missing nonce, expired session or in case the session
           id is changed by the server.</li>
@@ -408,7 +408,7 @@ HTTP/1.1 200 OK
        Request parameters cannot be used to fetch new nonce, only header can be
        used to request a new nonce.</p>
 
-    <source><![CDATA[<filter>  
+    <source><![CDATA[<filter>
   <filter-name>RestCSRF</filter-name>
   
<filter-class>org.apache.catalina.filters.RestCsrfPreventionFilter</filter-class>
   <init-param>



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

Reply via email to