users@jersey.java.net

Re: [Jersey] Special characters in jersey

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 09 Apr 2009 12:05:58 +0200

On Apr 9, 2009, at 11:36 AM, Robert Naczinski wrote:

> Hi,
>
>
>> Transfer in what way, as part of the URI say as a query parameter?
>> or as
>> part of a request entity, say a form parameter?
>>
>
> Tansfer in a Form as HTTP-Post
>

I cannot speak for the Apache HTTP client API directly, but i will
suspect its' form support will correctly percent encoding such
characters and Jersey on the server-side will correctly decode such
characters for you.

If you are using the Jersey client API and its form support encoding/
decoding will work.

Paul.