Is it possible to force a single incoming request to be parsed as iso-8859-1?

2012-12-14 Thread Bas Gooren
Hi *, We're integrating with a third party. They call a rest endpoint which we handle through wicket (a special page subclass). We run a full utf-8 stack, and during integration testing we encountered a weird problem. One of the post parameters (a bit of text) is showing the Unicode

Re: Is it possible to force a single incoming request to be parsed as iso-8859-1?

2012-12-14 Thread Martijn Dashorst
Use a servlet filter? Martijn On Fri, Dec 14, 2012 at 12:49 PM, Bas Gooren b...@iswd.nl wrote: Hi *, We're integrating with a third party. They call a rest endpoint which we handle through wicket (a special page subclass). We run a full utf-8 stack, and during integration testing we

Re: Is it possible to force a single incoming request to be parsed as iso-8859-1?

2012-12-14 Thread Bas Gooren
Thanks! Since we're using guice-servlets that is a rather easy and elegant solution. Met vriendelijke groet, Kind regards, Bas Gooren Op 14-12-2012 12:57, schreef Martijn Dashorst: Use a servlet filter? Martijn On Fri, Dec 14, 2012 at 12:49 PM, Bas Gooren b...@iswd.nl wrote: Hi *, We're