Closed GoogleCodeExporter closed 8 years ago
Patch that causes the client not to send a realm parameter at all over sending
an
empty one.
Original comment by rcken...@gmail.com
on 24 Nov 2008 at 7:51
Attachments:
Thanks for the patch. I committed something similar as -r815.
Original comment by jmkrist...@gmail.com
on 26 Nov 2008 at 10:50
Where should OAuthClient get the realm value for a request (assuming the
application
needs to send one)? Currently the only possibility is to construct a subclass
of
OAuthMessage that overrides getAuthorizationHeader to provide the realm value,
when
its parameter is null. This seems awkward.
It would be simple to add a realm property to OAuthMessage. Would it be better
to
get the realm from the OAuthAccessor, OAuthConsumer or OAuthServiceProvider?
Let's continue the conversation via email. John Kristian
<jkristian@netflix.com>
Original comment by jmkrist...@gmail.com
on 26 Nov 2008 at 11:00
Original comment by jmkrist...@gmail.com
on 26 Nov 2008 at 11:07
Original issue reported on code.google.com by
rcken...@gmail.com
on 23 Nov 2008 at 6:52