RE: Valid values for digestEncoding attribute?

2011-01-28 Thread Ing. Etienne V. Depasquale
Yes, I am using DIGEST authentication. But what about the www-authenticate HTTP/1.1 header that Tomcat sends over to the browser? Is it ignored by any browser, simply defaulting to MD5? Cheers, Etienne -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] S

RE: Valid values for digestEncoding attribute?

2011-01-28 Thread Ing. Etienne V. Depasquale
ienne -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 28 January 2011 09:40 To: Tomcat Users List Subject: Re: Valid values for digestEncoding attribute? On 1/27/11 11:01 AM, Ing. Etienne V. Depasquale wrote: > I beg pardon...I should have included the following extract from my >

RE: Valid values for digestEncoding attribute?

2011-01-27 Thread Ing. Etienne V. Depasquale
Subject: Re: Valid values for digestEncoding attribute? 2011/1/27 Ing. Etienne V. Depasquale : > Good day, > > > > I am unable to identify valid values for the digestEncoding attribute to use > with the tag of my app's context.xml file. > > I've inspected RealmB

RE: Valid values for digestEncoding attribute?

2011-01-27 Thread Ing. Etienne V. Depasquale
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: 27 January 2011 11:56 To: Tomcat Users List; ed...@ieee.org Subject: Re: Valid values for digestEncoding attribute? 2011/1/27 Ing. Etienne V. Depasquale : > Good day, > > > > I am unable to identify valid values for th

RE: Valid values for digestEncoding attribute?

2011-01-27 Thread Ing. Etienne V. Depasquale
Subject: Re: Valid values for digestEncoding attribute? 2011/1/27 Ing. Etienne V. Depasquale : > Good day, > > > > I am unable to identify valid values for the digestEncoding attribute to use > with the tag of my app's context.xml file. > > I've inspected RealmBase.j

Valid values for digestEncoding attribute?

2011-01-27 Thread Ing. Etienne V. Depasquale
I beg pardon...I should have included the following extract from my context.xml file (with placeholders for database, user and password): base64 is being rejected as a value for the digestEncoding attribute. Cheers, Etienne Good day, I am unable to identify valid values for the digestE

Valid values for digestEncoding attribute?

2011-01-27 Thread Ing. Etienne V. Depasquale
Good day, I am unable to identify valid values for the digestEncoding attribute to use with the tag of my app's context.xml file. I've inspected RealmBase.java and JDBCRealm.java, apart from some googling, without finding anything suitable. Can anyone suggest a suitable reference?