Author: rjung
Date: Thu Dec 25 17:39:43 2014
New Revision: 1647910

URL: http://svn.apache.org/r1647910
Log:
Add comment.

Modified:
    tomcat/jk/trunk/native/common/jk_util.c

Modified: tomcat/jk/trunk/native/common/jk_util.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_util.c?rev=1647910&r1=1647909&r2=1647910&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_util.c (original)
+++ tomcat/jk/trunk/native/common/jk_util.c Thu Dec 25 17:39:43 2014
@@ -1860,6 +1860,9 @@ int jk_is_valid_property(const char *prp
 {
     const char **props;
 
+    /* Any property not starting with "worker." is "valid".
+     * It is interpreted as the definition of a custom variable.
+     */
     if (memcmp(prp_name, "worker.", 7))
         return JK_TRUE;
 



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

Reply via email to