jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Ubiquity in Chrome browser incorrect content-type on submission #618

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Adjust the attached file to point to an endpoint that can accept a post 
of XML
2.  Run the attached file and click "Submit To Server"

What is the expected output? What do you see instead?

In Firefox, the Content-Type sent is:
application/xml; charset=UTF-8

In Chrome, the Content-Type sent is:
Content-Type application/xml; charset=UTF-8, application/xml

Notice the extra application/xml.  This extra field causes some servers to
say the request is invalid.

Please use labels to indicate the version, operating system and browser
that you are using. Also, add some text below to provide additional
information.

XForms from trunk from around 3/4 at 4:45PM.
Chrome browser 4.0.249.89 (38071)

Original issue reported on code.google.com by awspy...@gmail.com on 9 Mar 2010 at 6:14

Attachments: