2003/09/25 10:56:08
[org.ibex.core.git] / src / org / xwt / HTTP.java
index 50c71c9..fed6e6e 100644 (file)
@@ -786,7 +786,7 @@ public class HTTP {
                         public void perform() {
                             Box b = new Box();
                             Template t = Template.getTemplate((Res)Main.builtin.get("org/xwt/builtin/proxy_authorization.xwt"));
-                            t.apply(b, null, 0, 0, null);
+                            t.apply(b, null, null);
                             b.put("realm", realm);
                             b.put("proxyIP", proxyIP);
                         }