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 2015/10/12 22:55:06 UTC

[jira] [Updated] (TS-3965) regex_remap plugin does not deal with all possible redirects

     [ https://issues.apache.org/jira/browse/TS-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-3965:
------------------------------
    Labels: newbie  (was: )

> regex_remap plugin does not deal with all possible redirects
> ------------------------------------------------------------
>
>                 Key: TS-3965
>                 URL: https://issues.apache.org/jira/browse/TS-3965
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Leif Hedstrom
>              Labels: newbie
>
> There are some old, and new, redirect status codes, that the regex_remap plugin ought to handle as redirects (setting the redirect flag).
> In the code, we only test for this:
> {code}
>           if (re->status_option() != TS_HTTP_STATUS_MOVED_PERMANENTLY && re->status_option() != TS_HTTP_STATUS_MOVED_TEMPORARILY) {
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)