Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.11
-
None
-
Unknown
Description
To reproduce:
- Create SOAP service and configure service URI so that it contains spaces, e.g. http://localhost:8080/service/Resource AsService
- Try to access the service.
When accessing the service, following exception is thrown:
java.lang.IllegalArgumentException: Illegal character in path at index 38: http://localhost:8080/service/Resource AsService
at java.net.URI.create(Unknown Source)
at org.apache.cxf.transport.servlet.ServletDestination.getBasePath(ServletDestination.java:75)"