[
https://issues.apache.org/jira/browse/CXF-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-1158.
------------------------------
Resolution: Fixed
Fix Version/s: 2.0.3
> configurability of endpoint rewrting
> ------------------------------------
>
> Key: CXF-1158
> URL: https://issues.apache.org/jira/browse/CXF-1158
> Project: CXF
> Issue Type: New Feature
> Components: Configuration
> Affects Versions: 2.0.2
> Reporter: Christian Vest Hansen
> Fix For: 2.0.3
>
>
> I deploy a CXF web service to a cluster that sits behind a content switch.
> We have HTTPS on the content switch for security, but internally in
> the cluster we use plain HTTP for speed.
> Now, CXF has a habit of rewriting my carefully crafted endpoint URLs
> in my WSDL, thus reporting plain HTTP endpoints on the services/ page
> and in the final WSDL, when in fact they should be HTTPS.
> What I'de like is an attribute on the jaxws:endpoint element, could be a
> boolean 'rewriteUrl' that defaults to true, so that I can disable this
> functionality and thereby force CXF to use the endpoint url in verbatim
> from the WSDL.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.