google-code-export / emite

Automatically exported from code.google.com/p/emite
1 stars 0 forks source link

Request content type is incorrect #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of sending the correct content type "text/xml; charset=utf-8", the 
request is sent as "text/plain", that is GWT default.
It should be changed to XML type.

It is a minor problem, since it should work anyway. It's just a matter of 
"correctness" in the request format.

I've attached a patch to fix the problem

Original issue reported on code.google.com by antonio....@gmail.com on 17 Mar 2010 at 3:10

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1389.

Original comment by danigb on 17 Mar 2010 at 3:24

GoogleCodeExporter commented 9 years ago
Thanks for the patches, Antionio! :)

Original comment by danigb on 17 Mar 2010 at 3:31