Comment 6 for bug 544888

Revision history for this message
In , Omajid (omajid) wrote :

(In reply to comment #3)
> Created an attachment (id=430) [details]
> Allow applets to read JNLP files for parameters given jnlp_href
>
> (In reply to comment #2)
> > Created an attachment (id=366) [details] [details]
> > first cut at a patch to add support for reading JNLP files for applets
> >
>
> Hello,
>
> I have made some modification in regards to this issue, I had originally
> thought of placing the parsing inside the PluginAppletViewer part of the code,
> however it would be better if I kept the jnlp stuff within netx. I took a sneak
> peek at your patch and decided that placing it in the PluginBridge(...) section
> was a good idea, however I did not think the other changes were necessary. I
> have changed it to do this much less complicated. Here is the attached patch I
> would like to propose.
>

Heh. I am not going to deny that the patch was complex :). It probably has a number of issues. It's why I didnt post it for review.

However, it implemented much more of the applet-jnlp support. Take a look at http://download.oracle.com/javase/tutorial/deployment/deploymentInDepth/runAppletFunction.html to find out all the different cases where values supplied by the applet are supposed to be ignore/overwritten by values from the jnlp file.