Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Adding Credential Types?

From the RFC in question:
"Note: This is unrelated to HTTP Digest Authentication.  Instance
Digests in HTTP provide a digest, also known as a checksum or hash,
of an entire representation of the current state of a resource."

Looks like we all jumped the gun, the RFC is not meant as an extension for HTTP Digest. It would still be trivial to add support for them to Digest as suggested, but it would be completely non-standard implementation. 

I'll have to think about this more when I get closer to revising that part of our application.
-----------------------------------------------------------
- stephen.g.walizer - http://node777.net - sgw@xxxxxxxxxxx
-----------------------------------------------------------



On Nov 5, 2011, at 11:52 AM, Stephen G. Walizer wrote:

> Looks very interesting. Unfortunately after a quick search it appears no browsers are supporting this yet. For my application that's not a big deal as it's a JAX-RS web service with Jetty 7 on one end and Apache HttpComponents Client on the other. It will be some time before I'm ready to make a final decision on this, but I may just implement it on both ends and submit patches to the projects. At a glance it looks pretty trivial to implement.
> 
> Guy: You appear to be entirely correct, this would need to be done as patches to the server for the reasons you stated.
> 
> Thanks!
> -----------------------------------------------------------
> - stephen.g.walizer - sgw@xxxxxxxxxxx
> -----------------------------------------------------------



Back to the top