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(
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,
>
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=