Re: CredentialHandler not working for MD5

2023-11-20 Thread Christopher Schultz

Mark,

On 11/18/23 07:52, Mark Thomas wrote:

On 17/11/2023 19:36, Christopher Schultz wrote:

Is there any reason why SHA-256 is the default? MD5 is the historical 
default / only implementation for HTTP DIGEST.


RFC 7616 (2015)

Chrome will choose SHA-256 if presented with a choice of SHA-256 and MD5.


Yeah, but doesn't it advertise that in the HTTP request headers?

-chris

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



9.0.83 addSslHostConfig failures?

2023-11-20 Thread Daniel Skiles
Was there a change to the addSslHostConfig JMX mbean operation between
9.0.82 and 9.0.83?  I have some code that works in 82, but fails with an
MBeanException: Cannot find operation [addSslHostConfig] in 9.0.83.

When I attempt to look at the available operations on ProtocolHandler in
jconsole, it throws an exception in 83 that opens a new window, but works
in 82.