On Thu, 12 Jul 2001, Davanum Srinivas wrote:

> Done. Please cross-check.

        Looks good dims, thanks.

        Cheers,

        Marcus
> 
> Thanks,
> dims
> --- Marcus Crafter <[EMAIL PROTECTED]> wrote:
> > Hi All,
> > 
> >     Hope all is well.
> > 
> >     Attached is a patch that adds 'getAuthType()' to the Request interface.
> >     The method is actually implemented in the http and command line request
> >     classes, but it seems like the interface definition itself seems to
> >     have been accidentially missed.
> > 
> >     Cheers,
> > 
> >     Marcus
> > 
> > -- 
> >         .....
> >      ,,$$$$$$$$$,      Marcus Crafter
> >     ;$'      '$$$$:    Computer Systems Engineer
> >     $:         $$$$:   Open Software Associates GmbH
> >      $       o_)$$$:   82-84 Mainzer Landstrasse
> >      ;$,    _/\ &&:'   60327 Frankfurt Germany
> >        '     /( &&&
> >            \_&&&&'     Email : [EMAIL PROTECTED]
> >           &&&&.        Business Hours : +49 69 9757 200
> >     &&&&&&&:
> > > Index: Request.java
> > ===================================================================
> > RCS file: 
>/home/cvspublic/xml-cocoon2/src/org/apache/cocoon/environment/Request.java,v
> > retrieving revision 1.2
> > diff -u -r1.2 Request.java
> > --- Request.java    2001/07/06 14:10:34     1.2
> > +++ Request.java    2001/07/12 13:26:03
> > @@ -73,6 +73,18 @@
> >      Enumeration getAttributeNames();
> >  
> >      /**
> > +     *
> > +     * Returns the name of the authentication scheme used to protect
> > +     * the servlet, for example, "BASIC" or "SSL," or null if the servlet was
> > +     * not protected
> > +     *
> > +     * @return                The name of the authentication scheme used to
> > +     *                        protect the servlet, or null if the servlet was
> > +     *                        not protected
> > +     */
> > +    String getAuthType();
> > +
> > +    /**
> >       * Returns the name of the character encoding used in the body of this
> >       * request. This method returns <code>null</code> if the request
> >       * does not specify a character encoding
> > > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> 
> 
> =====
> Davanum Srinivas, JNI-FAQ Manager
> http://www.jGuru.com/faq/JNI
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   Open Software Associates GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'     Email : [EMAIL PROTECTED]
          &&&&.        Business Hours : +49 69 9757 200
    &&&&&&&:


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to