You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Steve Jiang (JIRA)" <ji...@apache.org> on 2010/02/17 03:10:27 UTC

[jira] Created: (TS-191) Missing :port in the Host: header for forward requests to target with non-default port

Missing :port in the Host: header for forward requests to target with non-default port
--------------------------------------------------------------------------------------

                 Key: TS-191
                 URL: https://issues.apache.org/jira/browse/TS-191
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
            Reporter: Steve Jiang
            Assignee: Steve Jiang
            Priority: Minor
             Fix For: 2.0.0a


For requests like:

GET http://www.example.com:1080/foo.html HTTP/1.0

TS incorrectly sends "Host: www.example.com" to the origin server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-191) Missing :port in the Host: header for forward requests to target with non-default port

Posted by "Steve Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Jiang updated TS-191:
---------------------------

    Attachment: TS191_sjiang.diff

Attached patch to insert the correct port in Host: header for forward requests

> Missing :port in the Host: header for forward requests to target with non-default port
> --------------------------------------------------------------------------------------
>
>                 Key: TS-191
>                 URL: https://issues.apache.org/jira/browse/TS-191
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Steve Jiang
>            Assignee: Steve Jiang
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: TS191_sjiang.diff
>
>
> For requests like:
> GET http://www.example.com:1080/foo.html HTTP/1.0
> TS incorrectly sends "Host: www.example.com" to the origin server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TS-191) Missing :port in the Host: header for forward requests to target with non-default port

Posted by "Steve Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Jiang closed TS-191.
--------------------------

    Resolution: Fixed

> Missing :port in the Host: header for forward requests to target with non-default port
> --------------------------------------------------------------------------------------
>
>                 Key: TS-191
>                 URL: https://issues.apache.org/jira/browse/TS-191
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Steve Jiang
>            Assignee: Steve Jiang
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: TS191_sjiang.diff
>
>
> For requests like:
> GET http://www.example.com:1080/foo.html HTTP/1.0
> TS incorrectly sends "Host: www.example.com" to the origin server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.