Comment 5 for bug 544888

Revision history for this message
In , Asu-3 (asu-3) wrote :

Created attachment 430
Allow applets to read JNLP files for parameters given jnlp_href

(In reply to comment #2)
> Created an attachment (id=366) [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.

--Andrew

ps. Thanks to Omair's patch for idea.