You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2013/06/28 22:37:20 UTC

[jira] [Created] (TS-1984) Allow for somewhat more flexible wildcards in remap.config

Leif Hedstrom created TS-1984:
---------------------------------

             Summary: Allow for somewhat more flexible wildcards in remap.config
                 Key: TS-1984
                 URL: https://issues.apache.org/jira/browse/TS-1984
             Project: Traffic Server
          Issue Type: Improvement
          Components: Configuration, HTTP
            Reporter: Leif Hedstrom


Today, we support one "wildcard" mechanism, which is a catch-all:

{code}
map / http://www.example.com/
{code}

This is somewhat useful, but typically people end up using it together with e.g. the regex-remap plugin to make it usable. I think a couple of small additions would make it much better

1. Allow for wildcard by scheme (e.g. map http:///   and map https:///)

2. Allow for wildcards to restrict to port (e.g. map http:///:8080)


There is the "regex_map" that can maybe accomplish this, but it feels like if we are supposed to have wildcards.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira