Thanks, now I am debugging fine. The problem is in
MessageDigestCredentialHandler. When the .match is called, algorithm is
null. RealmBase.setCredentialHandler is never called.
Clearly, the
<CredentialHandler
className="org.apache.catalina.realm.MessageDigestCredentialHandler"
algorithm="MD5" saltLength="0" iterations="1"/>
in server.xml is not being picked up. I cant spot any typos here. It seems
to conform to the 8.5 documentation.
While the digested password is being returned okay, I note that the resource
is defined in context.xml, not in tomee.xml. I cant see how that could get
in the way however.
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Digest-changed-from-1-7-2-to-7-0-1-tp4679792p4679910.html
Sent from the TomEE Users mailing list archive at Nabble.com.