In CVS revision 1.1.2.5.2.4 of services/system_service/system_service.inc a leading whitespace was added to the file. This causes validating XML parsers to fail, since the <?xml declaration is no longer first in the document.
I have tested with Apache XMLRPC and the parser there throws an exception with the current code, but works fine after the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| whitespace-fix.patch | 453 bytes | heander |
Comments
Comment #1
gddCommitted, thanks