[
https://issues.apache.org/jira/browse/TS-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134968#comment-14134968
]
Nikolai Gorchilov commented on TS-3073:
---------------------------------------
[~shinrich], your patch works as expected. Tested in production environment for
many hours. Thanks.
> 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
> Fix For: 5.2.0
>
> Attachments: bypass.request, tr-pass-client-close.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)