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 2011/10/23 21:17:14 UTC

DO NOT REPLY [Bug 51743] Allow using of rule extension when using handler with mod_rewrite

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

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

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

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2011-10-23 19:17:14 UTC ---
Interesting idea. Rule extensions were only meant to be used in
uriworkermap.properties, and I was quite astonished when testing now, that they
also work for JkMount.

In r1187950 I added support for their use when dynamically defining worker
names using JK_WORKER_NAME.

Note that some rules need a comma in their value, which will result in a syntax
error when used in a RewriteRule. You can instead use SetEnvIf if it suffices
for your needs. Otherwise you are limited to the rules that don't need a comma.

Regards,

Rainer

-- 
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