2003/12/16 23:01:41
[org.ibex.core.git] / src / org / xwt / HTTP.java
index 8d7ffda..de013f0 100644 (file)
@@ -782,7 +782,7 @@ public class HTTP {
                         public void perform() throws Exception {
                             Box b = new Box();
                             Template t = Template.getTemplate((Res)Main.builtin.get("org/xwt/builtin/proxy_authorization.xwt"));
-                            t.apply(b, null, null);
+                            t.apply(b, null);
                             b.put("realm", realm);
                             b.put("proxyIP", proxyIP);
                         }