On Aug 3, 2009, at 9:21 PM, Caldarale, Charles R wrote:
From: Robert Koberg [mailto:r...@koberg.com]
Subject: how to get realm name
I have been looking through the code and API, but cannot find a way
to
get the realm name to perform the digest.
Note that if you leave out the element, it
> From: Robert Koberg [mailto:r...@koberg.com]
> Subject: how to get realm name
>
> I have been looking through the code and API, but cannot find a way to
> get the realm name to perform the digest.
I can't find any direct mechanism either, if you don't want to use
ets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> From: r...@koberg.com
> To: users@tomcat.apache.org
> Subject: how to get realm name
> Date: Mon, 3 Aug 2009 18:45:33 -0700
>
> Hi,
>
> I want to digest the users
Hi,
I want to digest the users credentials the same way as Digest
authentication:
RealmBase.Digest(username + ":" + somehowGetRealm() + ":" + password,
"MD5", "UTF-8");
I have been looking through the code and API, but cannot find a way to
get the realm name to perform the digest.
How