[ 
https://issues.apache.org/jira/browse/KNOX-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167488#comment-14167488
 ] 

ASF subversion and git services commented on KNOX-439:
------------------------------------------------------

Commit b40aa7881697645ce9dca5f167ce12bfa91c4d59 in knox's branch 
refs/heads/master from [~kevin.minder]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=b40aa78 ]

KNOX-439: URL pattern matching fails for default ports HTTP 80 and HTTPS 443


> URL pattern matching fails for default ports HTTP 80 and HTTPS 443
> ------------------------------------------------------------------
>
>                 Key: KNOX-439
>                 URL: https://issues.apache.org/jira/browse/KNOX-439
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.4.0
>            Reporter: Kevin Minder
>             Fix For: 0.5.0
>
>         Attachments: KNOX-439.patch
>
>
> If Knox is setup on default ports (i.e. HTTP 80 or HTTPS 443) it will fail as 
> URLs will not match due to missing ports in the URLs.  This is caused by APIs 
> in the servlet API that remove these ports from the URLs.  This can also 
> affect deployment scenarios where Knox itself is listening on non-default 
> ports but is used behind a load balancer that is listening on a default port. 
>  This is because the original request URL presented to the load balancer is 
> the URL user for matching and rewriting in Knox and that port will be removed 
> if it is 80 or 443.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to