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

2000-12-27 Thread cmanolache
Hi Nacho, Sorry about this - I'll fix it back if it broke something. I was not sure about the way Digest worked, and I wanted to find a way to use it in all realms. > > -public int authorize( Request req, Response response, > > String roles[] ) > > -if( this.equals(req.getNote(

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

2000-12-27 Thread Nacho
0 23:23 > Para: '[EMAIL PROTECTED]' > Asunto: RE: cvs commit: > jakarta-tomcat/src/share/org/apache/tomcat/util > Base64.java > > > Hola Costin: > > Comments intermixed below. > > > -public int authorize( Request req, Response response, >

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

2000-12-27 Thread Nacho
Hola Costin: Comments intermixed below. > -public int authorize( Request req, Response response, > String roles[] ) > -{ > -if( roles==null ) { > -// request doesn't need authentication > -return 0; > -} > - > -Context ctx=