|
From: Bill B. <bb...@re...> - 2013-04-30 16:05:21
|
Resteasy delegates to the servlet container to parse Form parameters. On 4/30/2013 11:04 AM, Ove Ranheim wrote: > Hi Bill, > > In working on a project where we're using a mule (3.3) client to create > at rest request against a rest service based on resteasy 1.2.1.GA. The > request is encoded in utf-8. From what I understand iso-8859-1 is used > by default in a post. > We have tried to set the content type to: > "application/x-www-form-urlencoded ; charset=UTF-8" > But that results in a http 500 error. If we use: > "application/x-www-form-urlencoded" > The request is processed but we get garbled chars later in processing. > Is there a way to use utf-8 encoding in the request? > > Cheers, > Ove > > > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > > > > _______________________________________________ > Resteasy-developers mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-developers > -- Bill Burke JBoss, a division of Red Hat http://bill.burkecentral.com |