jetty.project
jetty.project copied to clipboard
Support Digest authentication with SHA-256
trafficstars
Jetty version(s) 12.1.x
Enhancement Description
RFC7616 now specifies that Digest authentication can be performed with SHA-256 (was MD5 only before).
Jetty's client can already support that, but on the server the MD5 algorithm is hardcoded, while should be configurable.