[
https://issues.apache.org/jira/browse/TS-3965?focusedWorklogId=26096&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26096
]
ASF GitHub Bot logged work on TS-3965:
--------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/16 17:33
Start Date: 30/Jul/16 17:33
Worklog Time Spent: 10m
Work Description: Github user atsci commented on the issue:
https://github.com/apache/trafficserver/pull/832
FreeBSD build *successful*! See
https://ci.trafficserver.apache.org/job/Github-FreeBSD/490/ for details.
Issue Time Tracking
-------------------
Worklog Id: (was: 26096)
Time Spent: 40m (was: 0.5h)
> 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
> Assignee: David Ben Zakai
> Labels: newbie
> Fix For: 7.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)