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

William Tam updated CXF-2767:
-----------------------------

        Summary: Unable to handle schema location with spaces and serve up WSDL 
URL with unencoded spaces  (was: WSDLDefinitionBuilder unable to handle schema 
location with spaces)
    Description: 
WSDL schemaLocation with spaces in the relative path is valid but 
WSDLDefintionBuilder can't handle it because it does not encode the spaces 
before using it in URI methods.

Another problem is that ?wsdl can serve up a WSDL that includes unencoded space 
(e.g. http://localhost:3580/services/AddCustomer?xsd=../schema/folder with 
spaces/customer.xsd).  It causes problem for client.

  was:WSDL schemaLocation with spaces in the relative path is valid but 
WSDLDefintionBuilder can't handle it because it does not encode the spaces 
before using it in URI methods.


> Unable to handle schema location with spaces and serve up WSDL URL with 
> unencoded spaces
> ----------------------------------------------------------------------------------------
>
>                 Key: CXF-2767
>                 URL: https://issues.apache.org/jira/browse/CXF-2767
>             Project: CXF
>          Issue Type: Bug
>          Components: OSGi
>            Reporter: William Tam
>             Fix For: 2.3, 2.2.8
>
>         Attachments: CXF-2767.patch
>
>
> WSDL schemaLocation with spaces in the relative path is valid but 
> WSDLDefintionBuilder can't handle it because it does not encode the spaces 
> before using it in URI methods.
> Another problem is that ?wsdl can serve up a WSDL that includes unencoded 
> space (e.g. http://localhost:3580/services/AddCustomer?xsd=../schema/folder 
> with spaces/customer.xsd).  It causes problem for client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to