[
https://issues.apache.org/jira/browse/CXF-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang reassigned CXF-7960:
---------------------------------
Assignee: Freeman Fang
> Exception when SOAP service URI contains whitespace
> ---------------------------------------------------
>
> Key: CXF-7960
> URL: https://issues.apache.org/jira/browse/CXF-7960
> Project: CXF
> Issue Type: Bug
> Components: Transports
> Affects Versions: 3.1.11
> Reporter: Vladimir Bogatyrov
> Assignee: Freeman Fang
> Priority: Minor
>
> 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:
> {code:java}
> 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)"
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)