php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57664 Spaces appearing in WSDL location attribute and SMD serviceURL
Submitted: 2007-05-10 16:33 UTC Modified: 2007-05-10 17:02 UTC
From: gcc@php.net Assigned:
Status: Closed Package: SCA_SDO (PECL)
PHP Version: 5.2.1 OS: Win XP
Private report: No CVE-ID: None
 [2007-05-10 16:33 UTC] gcc@php.net
Description:
------------
Windows folder can contain spaces (e.g. htdocs\My Services\MyService.php).  An SCA component located in such a folder with a binding of soap generates incorrect WSDL containing spaces in the location attribute.  These should be replaced with %20.

Note, the same is also true for the serviceURL in the jsonrpc service description generation.

Expected result:
----------------
And should look like:

{"SMDVersion":".1","serviceType":"JSON-RPC","serviceURL":"http://localhost/PHP%20Stuff/...

Actual result:
--------------
A partial jsonrpc service description currently looks like:

{"SMDVersion":".1","serviceType":"JSON-RPC","serviceURL":"http://localhost/PHP Stuff/...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-10 17:02 UTC] gcc@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

This has been fixed in the SCA_SDO CURLEW branch.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC