Author: rjung Date: Sun Dec 21 12:51:24 2014 New Revision: 1647134 URL: http://svn.apache.org/r1647134 Log: Add boring examples for new JkOptions, because we have them everywhere.
Modified: tomcat/jk/trunk/xdocs/reference/apache.xml tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Modified: tomcat/jk/trunk/xdocs/reference/apache.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/apache.xml?rev=1647134&r1=1647133&r2=1647134&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/reference/apache.xml (original) +++ tomcat/jk/trunk/xdocs/reference/apache.xml Sun Dec 21 12:51:24 2014 @@ -776,6 +776,9 @@ but also slightly more complicated. JkOptions <b>CollapseSlashesAll</b> will collapse multiple adjacent slashes in request URLs before looking for mount or unmount matches. +<source> + JkOptions +CollapseSlashesAll +</source> <br/> <br/> </p> @@ -784,6 +787,9 @@ matches. JkOptions <b>CollapseSlashesUnmount</b> will collapse multiple adjacent slashes in request URLs only before looking for unmount matches. This is the default value. +<source> + JkOptions +CollapseSlashesUnmount +</source> <br/> <br/> </p> @@ -793,6 +799,9 @@ JkOptions <b>CollapseSlashesNone</b> wil adjacent slashes in request URLs before looking for mount or unmount matches. Using this value might make you vulnerable for attacks bypassing your unmount rules. +<source> + JkOptions +CollapseSlashesNone +</source> <br/> <br/> </p> Modified: tomcat/jk/trunk/xdocs/webserver_howto/apache.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/apache.xml?rev=1647134&r1=1647133&r2=1647134&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/webserver_howto/apache.xml (original) +++ tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Sun Dec 21 12:51:24 2014 @@ -573,6 +573,9 @@ but also slightly more complicated. JkOptions <b>CollapseSlashesAll</b> will collapse multiple adjacent slashes in request URLs before looking for mount or unmount matches. +<source> + JkOptions +CollapseSlashesAll +</source> <br/> <br/> </p> @@ -581,6 +584,9 @@ matches. JkOptions <b>CollapseSlashesUnmount</b> will collapse multiple adjacent slashes in request URLs only before looking for unmount matches. This is the default value. +<source> + JkOptions +CollapseSlashesUnmount +</source> <br/> <br/> </p> @@ -590,6 +596,9 @@ JkOptions <b>CollapseSlashesNone</b> wil adjacent slashes in request URLs before looking for mount or unmount matches. Using this value might make you vulnerable for attacks bypassing your unmount rules. +<source> + JkOptions +CollapseSlashesNone +</source> <br/> <br/> </p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org