On Jul 6, 8:59 am, Toby <[email protected]> wrote:
> From the OAuth spec, para: 9.1.1, on constructing the signature:
>
> "The request parameters are collected, sorted and concatenated into a
> normalized string:
> * Parameters in the HTTP POST request body (with a content-type of
> application/x-www-form-urlencoded)
> [...]"
>
> Can I take this to mean that POST parameters which are encoded as
> multipart/form-data should not be included in the signature?
>
> Toby
I'd agree. You cannot do getParameter() on a Multipart Request anyway
(in Java).
-cheers,
Manish
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OAuth" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---