[jbossws-issues] [JBoss JIRA] (JBWS-3785) Add option for forcing https protocol when rewriting soap:addres in WSDL

Alessio Soldano (JIRA) issues at jboss.org
Mon Mar 31 10:28:13 EDT 2014


Alessio Soldano created JBWS-3785:
-------------------------------------

             Summary: Add option for forcing https protocol when rewriting soap:addres in WSDL
                 Key: JBWS-3785
                 URL: https://issues.jboss.org/browse/JBWS-3785
             Project: JBoss Web Services
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, jbossws-integration
            Reporter: Alessio Soldano
             Fix For: jbossws-cxf-5.0


In some cases it might be useful having an option in the ServerConfig for forcing the use of https protocol when rewriting the WSDL soap:address.
That would basically override the current protocol selection mechanism in SoapAddressRewriteHelper#getRewrittenPublishedEndpointUrl method, which looks at the protocol in the provided wsdl (if any) and the one for the endpoint address (which is computed considering the transport guarantee specified through either annotations or descriptors). The new option would add a server-wide configuration overriding anything (if set to true, all soap:address location attributes for any endpoint deployed on the server will use https protocol).

This jira implies also adding a new element to the webservices subsystem of the application server.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list