aspose file tools
The moose likes JNLP and Web Start and the fly likes user defined properties causing security issues Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "user defined properties causing security issues" Watch "user defined properties causing security issues" New topic
Author

user defined properties causing security issues

srinusky pola
Greenhorn

Joined: Dec 01, 2011
Posts: 1
I have a jnlp will all the associated jar files signed, since my application need some additional properties i added them in the jnlp. With this new addition i am getting a popup message saying application digital signature cannot be verified. (If i remove the properties i dont see this warning). Please advise on how to fix this issue.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 7602

Welcome to the Ranch.
I think the popup is caused because you did not sign the JNLP file. What you need to do is place the JNLP file in the jar and then sign the jar.


[Donate a pint, save a life!] [How to ask questions]
 
 
subject: user defined properties causing security issues
 
Threads others viewed
Converting JWS app to standalone app
problem while launching application using browser
How to pass system properties when invoking javaws
Passing secure properties
Is editing of client copy of jnlp file possible when using JWS?
developer file tools