You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/09/24 14:34:34 UTC

DO NOT REPLY [Bug 45872] New: warning message for fail_on_status extension is incorrect

https://issues.apache.org/bugzilla/show_bug.cgi?id=45872

           Summary: warning message for fail_on_status extension is
                    incorrect
           Product: Tomcat 5
           Version: Nightly Build
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: mashmk02@gmail.com


Hi.

In jk_uri_worker_map.c, warning message for fail_on_status extension is
incorrect.
=====
                     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);
===

regards.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45872] warning message for fail_on_status extension is incorrect

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45872





--- Comment #1 from Eiji Takahashi <ma...@gmail.com>  2008-09-25 18:23:49 PST ---
Created an attachment (id=22638)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22638)
patch for jk_uri_worker_map.c


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45872] warning message for fail_on_status extension is incorrect

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45872


Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Rainer Jung <ra...@kippdata.de>  2008-09-26 01:12:50 PST ---
Committed in revision 699210.

It will be part of 1.2.27, which is also the first release, that will have the
underlying feature.

Thanks for testing and reporting!


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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