[
https://issues.apache.org/jira/browse/TS-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142815#comment-14142815
]
ASF subversion and git services commented on TS-3073:
-----------------------------------------------------
Commit 514c9e1a6a77bf0b7b956be9f9cc79306e98dedc in trafficserver's branch
refs/heads/master from [~amc]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=514c9e1 ]
TS-3073: Forward FIN from client to server in tr-pass handling.
> tr-pass: non-http request gets blocked with error message instead of being
> tunnelled to the origin server
> ---------------------------------------------------------------------------------------------------------
>
> Key: TS-3073
> URL: https://issues.apache.org/jira/browse/TS-3073
> Project: Traffic Server
> Issue Type: Bug
> Components: Core, HTTP
> Reporter: Nikolai Gorchilov
> Assignee: Susan Hinrichs
> Fix For: 5.2.0
>
> Attachments: bypass.request, tr-pass-client-close.patch, ts-3084.patch
>
>
> ATS breaks RIFF Box JTAG Manager software that is using proprietary protocol
> over port 80 even with tr-pass enabled.
> Instead of creating a tunnel, ATS returns "bad request" error.
> Managed to capture the request that triggers the issue (to be attached as
> bypass.request). Here's a simple command to reproduce the problem:
> #$ netcat 93.191.132.28 80 < bypass.request
> Direct request returns a simple exclamation mark '!', but passing it via ATS
> results in:
> {noformat}
> <HTML>
> <HEAD>
> <TITLE>Bad Request</TITLE>
> </HEAD>
> <BODY BGCOLOR="white" FGCOLOR="black">
> <H1>Bad Request</H1>
> <HR>
> <FONT FACE="Helvetica,Arial"><B>
> Description: Could not process this request.
> </B></FONT>
> <HR>
> </BODY>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)