You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Bip Thelin <bi...@apache.org> on 2001/05/15 09:19:52 UTC

public static String Digest() in JDBCRealm

Have the public static Digest method in JDBCRealm gone away?
I couldn't find it when browsing through RealmBase/JDBCRealm.

    ..bip



Re: public static String Digest() in JDBCRealm

Posted by "Craig R. McClanahan" <cr...@apache.org>.
Sounds like a good plan - go for it!

On Fri, 18 May 2001, Bip Thelin wrote:

> "Craig R. McClanahan" wrote:
> > 
> > It went away by accident during my refactoring.  It'll get put back in (by
> > me) sometime, unless someone wants to beat me to it (hint, hint :-).
> 
> I put the static method back in along with the main() method.
> 
> > I'd actually prefer to see a little stand-alone tool for doing this
> > (available in the bin directory with appropriate scripts), as well as
> > having the static method restored.
> 
> I can write up a little tool or script that does this. Maybe just a script
> that triggers the main method of JDBCRealm?
> 
> 	..bip
> 



Re: public static String Digest() in JDBCRealm

Posted by Bip Thelin <bi...@razorfish.com>.
"Craig R. McClanahan" wrote:
> 
> It went away by accident during my refactoring.  It'll get put back in (by
> me) sometime, unless someone wants to beat me to it (hint, hint :-).

I put the static method back in along with the main() method.

> I'd actually prefer to see a little stand-alone tool for doing this
> (available in the bin directory with appropriate scripts), as well as
> having the static method restored.

I can write up a little tool or script that does this. Maybe just a script
that triggers the main method of JDBCRealm?

	..bip

Re: public static String Digest() in JDBCRealm

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 15 May 2001, Bip Thelin wrote:

> Have the public static Digest method in JDBCRealm gone away?
> I couldn't find it when browsing through RealmBase/JDBCRealm.
> 

It went away by accident during my refactoring.  It'll get put back in (by
me) sometime, unless someone wants to beat me to it (hint, hint :-).

I'd actually prefer to see a little stand-alone tool for doing this
(available in the bin directory with appropriate scripts), as well as
having the static method restored.

>     ..bip
> 
> 
> 

Craig