My specific problem regards the Java environment not passing secure
session cookies over an HTTP(S) connection created from a Java applet
when being run from inside a JEP environment (i.e., Firefox). I'm
not sure there's a workaround for this. I think the Java VM has to
implement it.
If you can require 1.5 again I think you could come up with a
solution that wouldn't involve JEP, javascript, AppleScript or
anything else external to the applet, although I haven't tested it
from an applet.
Still the JEP environment may be able to provide a hacked solution. I
have at least got to the exception...
java.lang.NoClassDefFoundError: sun/plugin/net/cookie/CookieHandler
at com.sun.deploy.services.MacOSXPlatformService$1.run
(MacOSXPlatformService.java:24)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.services.MacOSXPlatformService.getCookieHandler
(MacOSXPlatformService.java:22)
So, so far, I seem to have it least trying to get to my hacked
MacOSXCookieHandler class. Sort of strange it's not finding the
indicated class. But possibly a start at a workable hack.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden