[jboss-jira] [JBoss JIRA] (AS7-3009) Having a https connector places WS endpoint at wrong address
Nicklas Karlsson (Created) (JIRA)
jira-events at lists.jboss.org
Tue Dec 13 14:58:09 EST 2011
Having a https connector places WS endpoint at wrong address
------------------------------------------------------------
Key: AS7-3009
URL: https://issues.jboss.org/browse/AS7-3009
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Affects Versions: 7.1.0.Beta1
Reporter: Nicklas Karlsson
Assignee: Alessio Soldano
If I have a https connector defined on 8443, my endpoint ends up at
<wsdl:service name="WebMarelaServerWebServiceService">
<wsdl:port binding="tns:WebMarelaServerWebServiceServiceSoapBinding" name="WebMarelaServerWebServicePort">
<soap:address location="http://localhost:8443/OSTi-L/WebMarelaServerWebService"/>
</wsdl:port>
</wsdl:service>
Why does it pick https as default? And if it does default to security, it should be https://
If I comment out the https connector it ends up at http://...:8080 where it should be
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list