do a Context.toObject() on the result of getURL().

This commit is contained in:
hns 2003-06-18 14:59:07 +00:00
parent 6939b8cb26
commit aff761a1ec

View file

@ -287,7 +287,7 @@ public class GlobalObject extends ScriptableObject {
mime.eTag = etag;
return mime;
return Context.toObject(mime, this);
} catch (Exception ignore) {
System.err.println ("EXCEPT: "+ignore);
}