Re: Catalina Authentication+HexUtils

2001-09-07 Thread Christopher Cain
Christopher Cain wrote: > forced to uppercase for comparison? ... equalsIgnoreCase(), is actually what I meant =) - Christopher /** * Pleurez, pleurez, mes yeux, et fondez vous en eau! * La moitiƩ de ma vie a mis l'autre au tombeau. *---Corneille */

Re: Catalina Authentication+HexUtils

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, Christopher Cain wrote: > Date: Fri, 07 Sep 2001 12:25:31 -0600 > From: Christopher Cain <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Tomcat Dev <[EMAIL PROTECTED]> > Subject: Catalina Authentication+HexUtils > > Does anyone ha

Catalina Authentication+HexUtils

2001-09-07 Thread Christopher Cain
Does anyone have any objections to my modifying the realm authentication classes so that hex digests are forced to uppercase for comparison? Case is irrelevant in a base-16 hex value, so the comparison should really be case-insensitive. I noticed this because authentication was inexplicably fa