> It seems that the Rhino JAR includes xbean.jar in its manifest's > Class-Path entry. (I think xbean.jar is used for the Bean Scripting > Framework http://www.mozilla.org/rhino/bsf.html.) I think you could > avoid these requests by editing the manifest of js.jar to remove this > dependency.
Apparently not, although there are clues in that direction [1]. I've made a quick experiment and started receiving two requests for "js.jar" instead of the missing "xbeans.jar". I guess "js.jar" was simply the next file in the dependency list. As requesting the file twice requires more time and bandwidth anyway, I rolled back to the previous behavior - receiving a 404, although ugly, is faster anyway. I anyone has a solution for this, I'd be glad to know about it also! :-) Regards, Helder Magalhães [1] http://rayfd.wordpress.com/2007/04/07/singing-99-bottles-of-beer-with-e4x-and-how-mozilla-lied-to-me/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
