Problem parsing XML in REST API

Hello,

I'm having some issues with the XML parser in my REST API. I have API's clients sending an XML with the parameters specifying Content-Type: application/xml in the request.

My issue is that I have a client sending 'Content-Type: text/xml; charset=UTF-8', and with this header rails ignores the XML sent, so I'm not getting the parameters.

Is this a known issue or is a problem from the client?

Thank you and best regards

I'm having some issues with the XML parser in my REST API. I have API's clients sending an XML with the parameters specifying Content-Type: application/xml in the request.

My issue is that I have a client sending 'Content-Type: text/xml; charset=UTF-8', and with this header rails ignores the XML sent, so I'm not getting the parameters.

Is this a known issue or is a problem from the client?

The client is doing the right thing, it sounds like a rails bug.

What version/revision are you running that triggers this?

This fails in 1.2.3 (lookup fails with the extra params) but works on trunk.

jeremy