| Issue 35: | Charset for http-request? |
1 of 21
Next ›
|
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Use a content-type of application/xml; charset=utf-8 2. The request is sent badly because it is not considered application/xml anymore... What is the expected output? What do you see instead? Simply put, the content should be sent as xml and the charset should be utf-8. What version of the product are you using? On what operating system? 0.9.3 and java 1.5 |
|
,
Mar 11, 2009
I've partially fixed this. Calabash will now recognize application/xml and text/xml even when they're followed by parameters. It doesn't (yet) do anything with those parameters, so you can't actually specify an alternate encoding that works. The WG is wrestling with exactly how these various parameters should interact, so I'll probably leave this open until we figure out what we think the right answer is.
Status: Started
|
|
|
|