Is there any other program other than 'j_security_check' to access Catalina's Realm
context? I need to manipulate userids and passwords via a web interface in
realtime(i.e. without restarting the server). Therefore, I believe I need access to
the Realm and Principle objects.I tried to access th
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
*/
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
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