[
https://issues.apache.org/jira/browse/CXF-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean O'Callaghan closed CXF-1031.
---------------------------------
Resolution: Fixed
Have tested simple wsdl_first demo and
http://localhost:8080/helloworld/services/hello_world?wsdl works as expected.
as does http://localhost:8080/helloworld/services/ or
http://localhost:8080/helloworld/services
> CXF servlet badly exposes the wsdl's
> ------------------------------------
>
> Key: CXF-1031
> URL: https://issues.apache.org/jira/browse/CXF-1031
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.1
> Environment: any
> Reporter: Jakub Janczak
> Assignee: Sean O'Callaghan
> Priority: Trivial
>
> When you approach an URL http://<host>/<cxf_servlet> you get badly formed
> URL's to the WSDL's.
> When you use http://<host>/<cxf_servlet>/ everything is all right, so the
> code for generating that page needs a little correction (checking if the last
> character in base URL is really '/')
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.