- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Wed, 28 Jul 1999 10:37:24 +0200
- To: brax <JBrax@compuserve.com>
- CC: JigSaw Mail <www-jigsaw@w3.org>
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 04:37:31 UTC