[ 
https://issues.apache.org/jira/browse/CXF-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539061
 ] 

Daniel Kulp commented on CXF-1158:
----------------------------------


Would a simpler solution of adding a flag to the servlet config to disable it 
across the board for all services the servlet hosts work?



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

Reply via email to