> Cookie support in the plugin relies on some classes in Foundation --
> namely, NSHTTPCookieStorage. FireFox (I assume) doesn't use that, so
> any cookies you pick up along the way won't be found in WebKit/
> Foundation's cookie database. The Java plugin assumes it will be
> running in some WebKit-based browser, and doesn't know about any
> other cookie storage.
Seems that the JEP would have to pull the session cookies out of
Firefox, and put them in the NSHTTPCookieStorage instance, before
calling the Java VM.
> It needs to implement the
> com.sun.deploy.net.cookie.CookieHandler interface, which basically
> has a getCookieInfo and a setCookieInfo method.
That was what I naively was thinking of.
> A better solution would be for the plugin to detect it is inside
> FireFox, and set up the underlying service implementations to use
> FireFox's libraries. File a bug for that, and we can talk about it.
Will do.
Bill
_______________________________________________
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