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 2018/09/19 08:11:19 UTC

[Bug 62737] New: RewriteMap nesting

https://bz.apache.org/bugzilla/show_bug.cgi?id=62737

            Bug ID: 62737
           Summary: RewriteMap nesting
           Product: Tomcat 9
           Version: 9.0.12
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: remm@apache.org
  Target Milestone: -----

RewriteRule .* ${portals:%{HTTP_HOST}}

Gives in catalin.oput startup file:
Caused by: java.lang.IllegalArgumentException: %{HTTP_HOST

portals is a rewritemap type and we have tested that it works if we replace the
%{HTTP_HOST} variable with a hardcoded value, it works correct.

Comment: curly braces nesting looks to be a bit more difficult, it is possible
it will not get done.

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


[Bug 62737] RewriteMap nesting

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

Remy Maucherat <re...@apache.org> changed:

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

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
The implementation for these sort of nesting will be in 9.0.13 and 8.5.35 along
with a test case.

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