Re: Digest Auth ; https and http on same server

Dear All,

Could you please remove my address from the mailing list. Thank you in
advance.

Zsolt Szabó

----- Original Message -----
From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
To: brax <JBrax@compuserve.com>
Cc: JigSaw Mail <www-jigsaw@w3.org>
Sent: Wednesday, July 28, 1999 10:37 AM
Subject: Re: Digest Auth ; https and http on same server


> brax wrote:
>
> > This time, I downloaded version 2.0.3 - great !
> >
> > Configured everything and tested again.
> >
> > Digest Auth :
> > ---------------
> > Same problem as the one described before.
> > Setting Security level to 0 works fine ( should be Basic Auth ) but
> > SnoopServlet crash :
> >
> > Snoop Servlet
> > Init Parameters
> > Context attributes:
> > jsdk version : 2 . 1
> > javax.servlet.Servlet methods
> > Attribute names in this request:
> > brax1 = null
> > Digest = null HTTP/1.1 500
> > Internal Server Error Date: Tue, 27 Jul 1999 16:35:05 GMT
> > Content-Length: 57
> > Content-Type: text/html
> > Server: Jigsaw/2.0.3 Servlet has thrown
> > exception:java.lang.ClassCastException
> >
> > and the part of code doing it is :
> >         out.println("<BR>javax.servlet.Servlet methods");
> >         out.println();
> >         out.println("<BR>Attribute names in this request:");
> >         e = request.getAttributeNames();
> >         while (e.hasMoreElements()) {
> >             String key = (String)e.nextElement();
> >             Object value = request.getAttribute(key);
> >             out.println("<BR>   " + key + " = " + value);
> >         }
> >         out.println();
> >         out.println("<BR>Protocol: " + request.getProtocol());
> >         out.println("<BR>Scheme: " + request.getScheme());
>
> I tried the SnoopServlet with an AclFilter and an AclRealm and it works
> fine, could you send us your version of SnoopServlet, it could help
> to solve your problem.
>
> Regards, Benoit.
>
> --
> - Benoît Mahé -------------------------------------------------------
>                       World Wide Web Consortium   (W3C)
>                     Architecture domain - Jigsaw Engineer
>
>                 http://www.w3.org/People/Mahe  - bmahe@w3.org
> ---------------------------------------------------------------------
>
>
>
>

Received on Wednesday, 28 July 1999 13:50:41 UTC