[ https://issues.apache.org/jira/browse/TS-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nikolai Gorchilov resolved TS-3073. ----------------------------------- Resolution: Fixed > 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)