Re: patch to correct improper handling of HTTP Basic authentication

2002-08-15 Thread Adam Megacz
Uh, is this going to get committed? The Zope/Python XML-RPC people are fixing a similar defect in their XML-RPC implementation; it would be good if Apache followed suit. http://lists.zope.org/pipermail/zope-dev/2002-August/017126.html http://lists.zope.org/pipermail/zope-dev/2002-August/0

patch to correct improper handling of HTTP Basic authentication

2002-08-13 Thread Adam Megacz
XmlRpc.java does not provide adequate support to implement HTTP Basic Authentication. WebServer.java implements it incorrectly. This patch fixes both problems. If an HTTP request requires authentication, the server MUST return a 401 Unauthorized: http://www.w3.org/Protocols/rfc2616/rfc2616-se