Unnecessary xmlns in data sent by http:post() and put()

Bug #867191 reported by Chris Hillery
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
New
Medium
Chris Hillery

Bug Description

let $body := <hello>there</hello>
return http:put("http://zorbatest.lambda.nu:8080/cgi-bin/test-text", $body)

The PUT data actually sent to the HTTP server looks like this:

<hello xmlns:http-schema="http://expath.org/ns/http-client">there</hello>

The xmlns:http-schema attribute is unnecessary and probably undesirable. Same happens with http:post().

tags: removed: core-modules v2.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.