Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.3.4
-
Component/s: Converters
-
Labels:None
-
Environment:Windows XP/Vista
Description
Automatic parsing of a POST-request with XML (application/xml) content into a domain instance fails with Grails v1.3.4. parseRequest ist properly set in UrlMappings. I've attached two sample projects (v1.3.3 and v1.3.4)
Try to do da POST request with:
Bar.xml
<?xml version='1.0' encoding='UTF-8' ?><foo><bar>test</bar></foo>
Any workaround?