You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2010/04/19 16:45:51 UTC

[jira] Updated: (CXF-2767) Unable to handle schema location with spaces and serve up WSDL URL with unencoded spaces

     [ 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.