Author: rjung
Date: Thu May 17 08:21:27 2007
New Revision: 538964

URL: http://svn.apache.org/viewvc?view=rev&rev=538964
Log:
Small adjustments to the changed docs parts.

Modified:
    tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/reference/apache.xml
    
tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/webserver_howto/apache.xml

Modified: 
tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/reference/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/reference/apache.xml?view=diff&rev=538964&r1=538963&r2=538964
==============================================================================
--- tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/reference/apache.xml 
(original)
+++ tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/reference/apache.xml 
Thu May 17 08:21:27 2007
@@ -437,13 +437,13 @@
 </p>
 
 <p>
-Using JkOptions <b>ForwardURICompatUnparsed</b>, the forwarded URI 
+Using JkOptions <b>ForwardURICompatUnparsed</b>, the forwarded URI
 will be unparsed. It's spec compliant and also the safest option.
 It will always forward the original request URI, so rewriting
 URIs with mod_rewrite and then forwarding the rewritten URI
 will not work.
 
-<source>  
+<source>
   JkOptions     +ForwardURICompatUnparsed
 </source>
 
@@ -454,12 +454,12 @@
 <p>
 Using JkOptions <b>ForwardURICompat</b>, the forwarded URI will
 be decoded by Apache httpd. Encoded characters will be decoded and
-explicit path components like /.. will already be removed.
-This is less spec compliant and is not safe if you are using
+explicit path components like ".." will already be resolved.
+This is less spec compliant and is <b>not safe</b> if you are using
 prefix JkMount. This option will allow to rewrite URIs with
 mod_rewrite before forwarding.
 
-<source>  
+<source>
   JkOptions     +ForwardURICompat
 </source>
 
@@ -470,11 +470,11 @@
 <p>
 Using JkOptions <b>ForwardURIEscaped</b>, the forwarded URI will
 be the encoded form of the URI used by ForwardURICompat.
-Explicit path components like /.. will already be removed.
+Explicit path components like ".." will already be resolved.
 This will not work in combination with URL encoded session IDs,
 but it will allow to rewrite URIs with mod_rewrite before forwarding.
 
-<source>  
+<source>
   JkOptions     +ForwardURIEscaped
 </source>
 
@@ -483,7 +483,7 @@
 </p>
 
 <p>
-JkOptions <b>ForwardDirectories</b> is used in conjunction with 
<b>DirectoryIndex</b> 
+JkOptions <b>ForwardDirectories</b> is used in conjunction with 
<b>DirectoryIndex</b>
 directive of Apache web server. As such mod_dir should be available to Apache,
 statically or dynamically (DSO)
 <br/>

Modified: 
tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/webserver_howto/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/webserver_howto/apache.xml?view=diff&rev=538964&r1=538963&r2=538964
==============================================================================
--- 
tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/webserver_howto/apache.xml 
(original)
+++ 
tomcat/connectors/branches/other/JK_1_2_23/jk/xdocs/webserver_howto/apache.xml 
Thu May 17 08:21:27 2007
@@ -492,8 +492,8 @@
 <p>
 Using JkOptions <b>ForwardURICompat</b>, the forwarded URI will
 be decoded by Apache httpd. Encoded characters will be decoded and
-explicit path components like /.. will already be removed.
-This is less spec compliant and is not safe if you are using
+explicit path components like ".." will already be resolved.
+This is less spec compliant and is <b>not safe</b> if you are using
 prefix JkMount. This option will allow to rewrite URIs with
 mod_rewrite before forwarding.
 
@@ -508,7 +508,7 @@
 <p>
 Using JkOptions <b>ForwardURIEscaped</b>, the forwarded URI will
 be the encoded form of the URI used by ForwardURICompat.
-Explicit path components like /.. will already be removed.
+Explicit path components like ".." will already be resolved.
 This will not work in combination with URL encoded session IDs,
 but it will allow to rewrite URIs with mod_rewrite before forwarding.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to