eclipse-ee4j / eclipse-ee4j/jersey

Update DigestAuthenticator.java to implement RFC 7616

Open
#5,701 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.