I am having some weird security problems with netscape 4.5
I have an applet that tries to fetch some data over the net. The data are located in the same host as the applet and under its codeBase.
It is my conception, that the applet should download the data normally.
But this is what I get:
netscape.security.AppletSecurityException: security.class from local
disk trying to access url: http://egnatia.ee.auth.gr/~dviz/dip/images/lena256.raw
at netscape.security.AppletSecurity.checkURLConnect(AppletSecurity.java:944)
at java.lang.SecurityManager.checkURLConnect(SecurityManager.java:1239)
at netscape.net.URLConnection.connect(URLConnection.java:79)
at netscape.net.URLConnection.getInputStream(URLConnection.java:198)
at java.net.URL.openStream(URL.java:606)
at dip.applets.DIPApplet._fetchImage(DIPApplet.java:131)
at dip.applets.DIPApplet._loadImages(DIPApplet.java:121)
at dip.applets.DIPApplet.init(DIPApplet.java:63)
* at netscape.applet.DerivedAppletFrame$InitAppletEvent.dispatch(DerivedAppletFrame.java:553)
at java.awt.EventDispatchThread$EventPump.dispatchEvents(EventDispatchThread.java:81)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:135)
at netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(DerivedAppletFrame.java:911)
Has anybody got a clue about what this means and how I could work around
it?
-- Dimitrios Vyzovitis -- Information Processing Laboratory [EMAIL PROTECTED] -- Aristotle University of Thessaloniki [EMAIL PROTECTED] -- Dept. of Electrical and Computer Engineering http://egnatia.ee.auth.gr/~dviz