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 2003/03/05 12:19:44 UTC

DO NOT REPLY [Bug 17668] New: - mod_jk2 does not handle multiple wildcards in one regular expression

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17668>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17668

mod_jk2 does not handle multiple wildcards in one regular expression

           Summary: mod_jk2 does not handle multiple wildcards in one
                    regular expression
           Product: Tomcat 4
           Version: Unknown
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: development--issues.apache.org@medium.net


There is a servlet http://www.test.com/directory15/servlet/myServlet ,
accessible via tomcat.

If the workers2.properties file contains

[uri:www.test.com/directory/servlet/*]
worker=ajp13:localhost:8106

everything is fine, but if  the file contains

[uri:www.test.com/*servlet/*]
worker=ajp13:localhost:8106

then apache2 requests are not forwarded to the tomcat server.


This seems to be a bug.

Workaround:
- use the above notation (which is not very comfortable if you have many
directories below the web site root)

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