Re: Usage of SecretKeyCredentialHandler and bin/digest.sh

2016-10-12 Thread Steinar Overbeck Cook
Thank you. I shall make an attempt to debug as you suggest. Are there any resources available describing how to build and debug? Steinar Overbeck Cook +47 90665793 > Den 11. okt. 2016 kl. 17.24 skrev Mark Thomas : > >> On 09/10/2016 22:24, Steinar Cook wrote: >> Tomcat version: 9.0.0.M10 >> J

Re: Usage of SecretKeyCredentialHandler and bin/digest.sh

2016-10-11 Thread Mark Thomas
On 09/10/2016 22:24, Steinar Cook wrote: > Tomcat version: 9.0.0.M10 > JDK: 1.8.0_45-b14 > > Operating system: Mac OS X "El Capitan" version 10.11.6 > > I have configured a SecretKeyCredentialHandler inside my Realm: > > className="org.apache.catalina.realm.SecretKeyCredentialHandler" /> > >

Usage of SecretKeyCredentialHandler and bin/digest.sh

2016-10-09 Thread Steinar Cook
Tomcat version: 9.0.0.M10 JDK: 1.8.0_45-b14 Operating system: Mac OS X "El Capitan" version 10.11.6 I have configured a SecretKeyCredentialHandler inside my Realm: I am using a DataSourceRealm, which works for plaintext passwords and plain MD5 hash'ed passwords. When switching to SecretKeyCr