Hello all.
My configuration:
OS: Fedora Core 8
Squid: 2.6 Stable 19
Authentication: NTLM_Auth with Active Directory
A user in my company needs to go on a website, for his job, that start a JAVA
Applet. When the user is using the proxy to access this website, he gets in the
status bar of Internet Explorer "Applet xyz notinited".
Here is the log of the java console.
java.lang.ClassNotFoundException: JavaVersionCheck.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.lang.ClassNotFoundException: sps.wfds.client.dataEntry.XtencilApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
If for this user I disable the proxy settings, so it means that he will not use
the proxy, the java applet start normally wihout any problem and the user is
able to use the website.
I don't want to add an exeption for this website. I want to limit the number of
exception to our local network and company website.
Is there a way to allow this java applet to work when the proxy is configured ?
Is it a configuration in Squid or Internet Explorer that I need to do ? Is it a
Squid problem ?
Thanks
Jonathan
_________________________________________________________________