Author: rgielen
Date: Tue Jul 15 23:37:56 2008
New Revision: 677170

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

Modified:
    struts/site/src/site/xdoc/index.xml

Modified: struts/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?rev=677170&r1=677169&r2=677170&view=diff
==============================================================================
--- struts/site/src/site/xdoc/index.xml (original)
+++ struts/site/src/site/xdoc/index.xml Tue Jul 15 23:37:56 2008
@@ -97,7 +97,7 @@
                         the filtering mechanism implemeted in XWork's 
ParametersInterceptor to fix the described security issue does not completely 
avoid any possible malicious parameter name.
                         Possible Workaround:
                         <ul>
-                            <li>apply the following exclude rule to your 
parameter interceptor refs in struts.xml to avoid the usage of backslash 
charater in parameter names
+                            <li>apply the following exclude rule to your 
parameter interceptor refs in struts.xml to avoid the usage of backslash 
characters in parameter names
 <pre>
 &lt;interceptor-ref name="params"&gt;
     &lt;param name="excludeParams"&gt;.*\\.*&lt;/param&gt;


Reply via email to