http://bugs.winehq.org/show_bug.cgi?id=16453
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winhttp |msxml3
--- Comment #6 from Hans Leidekker hans@meelstraat.net 2008-12-11 07:36:14 --- Actually the failure is the familiar msxml3 bug; we're sending this:
<?xml version="1.0" encoding="UTF-8"?><?xml version="1.0"?>...
where we should send this:
<?xml version="1.0" encoding="UTF-8"?>...