2003/12/29 22:29:29
[org.ibex.core.git] / src / org / xwt / HTTP.java
index a3525e4..778b99d 100644 (file)
@@ -781,7 +781,7 @@ public class HTTP {
                 Scheduler.add(new Scheduler.Task() {
                         public void perform() throws Exception {
                             Box b = new Box();
-                            Template t = Template.getTemplate((Res)Main.builtin.get("org/xwt/builtin/proxy_authorization.xwt"));
+                            Template t = Template.getTemplate((Stream)Main.builtin.get("org/xwt/builtin/proxy_authorization.xwt"));
                             t.apply(b, null);
                             b.put("realm", realm);
                             b.put("proxyIP", proxyIP);