Author: rjung Date: Mon Sep 4 14:44:41 2006 New Revision: 440191 URL: http://svn.apache.org/viewvc?view=rev&rev=440191 Log: Correct docs for JkEnvVar (thanks to pero).
Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/apache.xml?view=diff&rev=440191&r1=440190&r2=440191 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/config/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/config/apache.xml Mon Sep 4 14:44:41 2006 @@ -399,12 +399,12 @@ </p> <p> -The directive <b>JkEnvVar</b> allow you to forward an environment variable from Apache server to Tomcat engine. +The directive <b>JkEnvVar</b> allows you to forward an environment variable from Apache server to Tomcat engine. The variable can be retrieved on the Tomcat side as a request attribute. -You can add a default value as a second parameter to the directive. +You must add a default value as a second parameter to the directive. <source> - JkEnvVar SSL_CLIENT_V_START + JkEnvVar SSL_CLIENT_V_START undefined </source> <br/> <br/> Modified: tomcat/connectors/trunk/jk/xdocs/howto/apache.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/howto/apache.xml?view=diff&rev=440191&r1=440190&r2=440191 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/howto/apache.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Mon Sep 4 14:44:41 2006 @@ -537,12 +537,12 @@ </p> <p> -The directive <b>JkEnvVar</b> allow you to forward an environment variable from Apache server to Tomcat engine. +The directive <b>JkEnvVar</b> allows you to forward an environment variable from Apache server to Tomcat engine. The variable can be retrieved on the Tomcat side as a request attribute. -You can add a default value as a second parameter to the directive. +You must add a default value as a second parameter to the directive. <source> - JkEnvVar SSL_CLIENT_V_START + JkEnvVar SSL_CLIENT_V_START undefined </source> <br/> <br/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]