You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2017/03/29 14:32:41 UTC

[jira] [Assigned] (FEDIZ-197) STSClientAction shouldn't change wsdlLocation when no port is set

     [ https://issues.apache.org/jira/browse/FEDIZ-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh reassigned FEDIZ-197:
-----------------------------------------

    Assignee: Colm O hEigeartaigh

> 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
>
> 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)