[
https://issues.apache.org/jira/browse/TS-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14238506#comment-14238506
]
ASF subversion and git services commented on TS-1570:
-----------------------------------------------------
Commit 0c9fb914fd1893dbed7df55cb1782aeaca495be3 in trafficserver's branch
refs/heads/master from [~cynthiagu]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=0c9fb91 ]
TS-1570: remap doesn't reject request with invalid characters after port
> remap doesn't reject request whose Host has extra characters after port (like
> "test.com:80xxx")
> -----------------------------------------------------------------------------------------------
>
> Key: TS-1570
> URL: https://issues.apache.org/jira/browse/TS-1570
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP
> Affects Versions: 3.3.0
> Reporter: Conan Wang
> Assignee: Brian Geffon
> Priority: Minor
> Fix For: 5.2.0
>
> Attachments: patch.diff, patch.diff1, patch.diff2, patch.diff3,
> ts-1570-amc.diff, ts-1570-cynthiagu.diff, ts-1570-cynthiagu1.diff
>
>
> remap.config: map http://test.com http://1.1.1.1
> The request with Host: 'test.com:80xxx' or 'test.com:xxx' will get passed.
> Such host is not filtered strictly.
> Just report, didn't have big problem for me though.
> curl http://127.0.0.1:8080/ -H "Host: test.com:80xxx"
> or curl -x 127.0.0.1:8080 http://test.com:80xxx/ -v
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)