On Sun, Apr 18, 2010 at 5:46 PM, Dick Hardt <dick.ha...@gmail.com> wrote:
> Since calls to the token endpoint use POST, there can not be any confusion
> between the parameters in the body of the message and URI query parameters

Unfortunately in the Java world there is confusion between POST and
GET parameters. The servlet specification mixes parameters from both
sources and makes them available as one map.

Marius
_______________________________________________
OAuth mailing list
OAuth@ietf.org
https://www.ietf.org/mailman/listinfo/oauth

Reply via email to