gonzalad created FEDIZ-197:
------------------------------
Summary: 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
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)