You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/09/26 10:11:43 UTC

svn commit: r699210 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

Author: rjung
Date: Fri Sep 26 01:11:43 2008
New Revision: 699210

URL: http://svn.apache.org/viewvc?rev=699210&view=rev
Log:
Fix wrong log message in unreleased extension feature.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c?rev=699210&r1=699209&r2=699210&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Fri Sep 26 01:11:43 2008
@@ -631,7 +631,7 @@
                     if (uwr->extensions.fail_on_status_str)
                         jk_log(l, JK_LOG_WARNING,
                                "extension '%s' in uri worker map only allowed once",
-                               JK_UWMAP_EXTENSION_ACTIVE);
+                               JK_UWMAP_EXTENSION_FAIL_ON_STATUS);
                     else
                         uwr->extensions.fail_on_status_str = param + strlen(JK_UWMAP_EXTENSION_FAIL_ON_STATUS);
                 }



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