Allow https in AxisServlet.getEPRsForService 
---------------------------------------------

                 Key: AXIS2-3940
                 URL: https://issues.apache.org/jira/browse/AXIS2-3940
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
            Reporter: Dennis Kieselhorst


We have a service which is only accessible via https. Unfortunately the auto 
generated wsdl contains http in the soap:address tag for the endpoint location. 
This is a problem for clients that don't overwrite the target url.

I found out that http:// is hard coded in AxisServlet.getEPRsForService.

I would appreciate to differentiate between http and https. 
ServletRequest.isSecure() can be used to determine if the request is secure.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to