users@jersey.java.net

Re: [Jersey] Jersey Client and Basic Authentication

From: Craig McClanahan <Craig.McClanahan_at_Sun.COM>
Date: Mon, 10 Nov 2008 10:03:37 -0800

Jeff Schmidt wrote:
> This would be great! :)
>
> Might I be so bold as to hope for preemptive authentication and cookie
> handling in order to maintain an HTTP session?
>
That is pretty bold, given that REST encourages you *not* to build
stateful applications (i.e. where state is persisted between requests on
the server, typically in a session) :-).

But both of these, and SSL certification for that matter, seems like
something you would want your servlet container to take care of in a
webapp environment, so we're only talking about Java SE apps, right?

Craig
> Thanks!
>
> Jeff
> --
> Jeff Schmidt
>
> On Nov 10, 2008, at 1:38 AM, Paul Sandoz wrote:
>
>>
>> On Nov 8, 2008, at 6:26 PM, Mike Jones wrote:
>>
>>> Hi Paul,
>>>
>>> Is it worth revisiting Basic and Digest authentication support for the
>>> client now that 1.0 is released?
>>
>> Yes.
>>
>>
>>> I'd be more than happy to try and
>>> help out.
>>>
>>
>> Great. How do you want to proceed? Do you want to send a patch?
>>
>> Paul.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
>> <mailto:users-unsubscribe_at_jersey.dev.java.net>
>> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>> <mailto:users-help_at_jersey.dev.java.net>
>>
>
>
>
>
>