Re: public static String Digest() in JDBCRealm
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
"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
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
Re: public static String Digest() in JDBCRealm
"Ignacio J. Ortega" wrote: > > Noo, sorry, Craig "cleaned" it, now digest is a normal method not > static.., we are about to add this functionality in other way, like a > standalone tool ) but for now main and static digest is not on beta5 ... Ok thanks, that's what I wanted to know. > I think that was not a bad idea at all, there are users using it so i > dont understand why a used ( useful ) feature can be "cleaned" without > any ... vote ? discussion ?... I'd rather see it in a util class/standalone tool however keeping it as a deprecated method in the meantime woule be nice too. ..bip
RE: public static String Digest() in JDBCRealm
Noo, sorry, Craig "cleaned" it, now digest is a normal method not static.., we are about to add this functionality in other way, like a standalone tool ) but for now main and static digest is not on beta5 ... I think that was not a bad idea at all, there are users using it so i dont understand why a used ( useful ) feature can be "cleaned" without any ... vote ? discussion ?... i'm +1 on readd it in whichever way we found clean and proper.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Bip Thelin [mailto:[EMAIL PROTECTED]] > Enviado el: martes 15 de mayo de 2001 10:02 > Para: [EMAIL PROTECTED] > Asunto: Re: public static String Digest() in JDBCRealm > > > "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
"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
It 's on RealmBase at least on my CVS working copy.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Bip Thelin [mailto:[EMAIL PROTECTED]] > Enviado el: martes 15 de mayo de 2001 9:20 > Para: [EMAIL PROTECTED] > Asunto: 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 > >