Re: public static String Digest() in JDBCRealm

2001-05-18 Thread Bip Thelin

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

2001-05-18 Thread Craig R. McClanahan

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

2001-05-15 Thread Bip Thelin

Ignacio J. Ortega wrote:
 
 It 's on RealmBase at least on my CVS working copy..

Sorry, forgot to specify the version, do you have
a public Digest method that is static for Tomcat 4 in RealmBase?

..bip





Re: public static String Digest() in JDBCRealm

2001-05-15 Thread Craig R. McClanahan



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