eclipse-ee4j / eclipse-ee4j/jersey
Update DigestAuthenticator.java to implement RFC 7616
Open
enhancement
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
DigestAuthenticator implements RFC 2617 [1], which was published in 1999. Is it possible to have a more updated implementation for the new standard (RFC 7616 [2])?
[1] [https://datatracker.ietf.org/doc/html/rfc2617](https://www.google.com/url?sa=D&q=https%3A%2F%2Fdatatracker.ietf.org%2Fdoc%2Fhtml%2Frfc2617)
[2] [https://datatracker.ietf.org/doc/html/rfc7616](https://www.google.com/url?sa=D&q=https%3A%2F%2Fdatatracker.ietf.org%2Fdoc%2Fhtml%2Frfc7616)
I found an [example](https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/authenticator/DigestAuthenticator.java) in tomcat and hope it would be helpful.
Contributor guide
Assessment
This issue has not been assessed yet.