2002/08/09 23:57:46
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:57 +0000 (06:49 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:57 +0000 (06:49 +0000)
darcs-hash:20040130064957-2ba56-763eb1b14f911b3c080a1d630cbc4a02fcd6ca37.gz

src/org/xwt/HTTP.java

index b39240d..a491dcd 100644 (file)
@@ -416,6 +416,7 @@ public class HTTP {
     }
 
     private void doProxyAuth(Hashtable h0, String method) throws IOException {
+        if (Log.on) Log.log(this, "Proxy AuthChallenge: " + h0.get("proxy-authenticate"));
         Hashtable h = parseAuthenticationChallenge(h0.get("proxy-authenticate").toString());
         String style = h.get("AUTHTYPE").toString();
         String realm = h.get("realm").toString();