2003/09/21 10:26:53
[org.ibex.core.git] / src / org / xwt / HTTP.java
index 3dc73da..a5c7114 100644 (file)
@@ -774,7 +774,7 @@ public class HTTP {
                 MessageQueue.add(new Message() {
                         public void perform() {
                             Box b = new Box();
-                            Template.getTemplate("org.xwt.builtin.proxy_authorization", null).apply(b, null, null, null, 0, 0);
+                            Template.getTemplate("org.xwt.builtin.proxy_authorization", null).apply(b, null, null, null, 0, 0, null);
                             b.put("realm", realm);
                             b.put("proxyIP", proxyIP);
                         }