You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Vladimir Bogatyrov (JIRA)" <ji...@apache.org> on 2019/02/05 06:39:00 UTC

[jira] [Updated] (CXF-7960) Exception when SOAP service URI contains whitespace

     [ https://issues.apache.org/jira/browse/CXF-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Bogatyrov updated CXF-7960:
------------------------------------
    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:
{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}

  was:
To reproduce:
 # Create SOAP service and configure service URI so that it contains spaces, e.g. 


> 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
>            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)