dev@jsr311.java.net

Re: JSR311: form-urlencoded question

From: Stephan Koops <Stephan.Koops_at_web.de>
Date: Tue, 25 Mar 2008 20:18:02 +0100

I would say: If @Encode is available, then encoded, if not then decoded.

Stephan

Bill Burke schrieb:
> Spec says we have to support
>
> application/x-www-form-urlencoded and MultivaluedMap<String, String>
>
> Is this a decoded map? How about we combine it with @Encoded?