[
https://issues.apache.org/jira/browse/FEDIZ-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947333#comment-15947333
]
ASF GitHub Bot commented on FEDIZ-197:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/cxf-fediz/pull/15
> STSClientAction shouldn't change wsdlLocation when no port is set
> -----------------------------------------------------------------
>
> Key: FEDIZ-197
> URL: https://issues.apache.org/jira/browse/FEDIZ-197
> Project: CXF-Fediz
> Issue Type: Improvement
> Reporter: gonzalad
> Assignee: Colm O hEigeartaigh
> Priority: Trivial
> Fix For: 1.4.0
>
>
> STSClientAction changes wsdlLocation port to localPort whenever we use a URL
> without explicit port.
> For example, if we set wsdlLocation to http://fediz.com/sts and Fediz IDP
> server listens on 8080, the used wsdlLocation will be changed to
> http://fediz.com:8080/sts
> This is done to deploy easily IDP and STS apps in the same server.
> But it is not intuitive.
> From Colm feedback, we could use localPort only if port 0 has been explicitly
> defined:
> * http://fediz.com:0/sts would be changed to http://fediz.com:8080/sts
> * http://fediz.com/sts would be left unchanged
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)