Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util B ase64.java

2000-12-27 Thread David Weinrich
Heya! Saw this thread and wanted to add a few (maybe un)related comments/questions: > > Of course, it would be nice to have the code factored out - maybe we can > use digest for the MemoryRealm ( or other future realms ) too. > ( another nice feature would be to support "unix"-like digests and > m

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util B ase64.java

2000-12-27 Thread Nacho
Hola Costin: > Of course, it would be nice to have the code factored out - > maybe we can > use digest for the MemoryRealm ( or other future realms ) too. Agree. > ( another nice feature would be to support "unix"-like digests and > mySQL-like password digests ). Again - as an util if possible

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util B ase64.java

2000-12-27 Thread cmanolache
> > To be honest, I don't know too much about Digest authentication - you > > spent more time on this issue anyway. > > > > You are confused with this code, this enables the ability of use > Digested passwords in the JDBCRealm nothing to do with DIGEST auth, it's > only to read digested passwor

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util B ase64.java

2000-12-27 Thread Nacho
Hola Costin: > > We can certainly add back the check and move back authorize() > to Realms, > but I would be happier if we find a way to avoid repeating it in all > realms. > Now looks really good , what i've done with realmSignNote was silly(tm), now it's does the right thing and much bett