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

           Summary: mod_jk sends wrong URL to tomcat when used with
                    mod_rewrite
           Product: Tomcat 5
           Version: 5.5.23
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Native:JK
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I use the following configuration with our product:

Apache 2.0.59, Tomcat 5.5.23, mod_jk 1.2.23

there is a rewrite configuration that redirects some requests to a Servlet:

RewriteCond %{REQUEST_FILENAME} ^/testpath/
RewriteRule (.*)   /jktest/TestServlet [PT]

this configuration works with every constellation of apache2, mod_jk 1.2 and
tomcat 5.5 except with mod_jk 1.2.23

in the log of mod_jk it is clearly visible that mod_jk uses the wrong path:

- when requesting /testpath/test.html this URL is sent to the tomcat instead of
/jktest/TestServlet

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to