diff options
author | Saad Mohammad <[email protected]> | 2011-06-09 17:11:34 -0400 |
---|---|---|
committer | Saad Mohammad <[email protected]> | 2011-06-09 17:11:34 -0400 |
commit | 3346ae741ac0f052dfd419785108bc47903eaf5a (patch) | |
tree | 9b33d3412aa98debda48f1e6bfafc89b40629ee1 /ChangeLog | |
parent | 223939a32cbc29aa7324fee28e23196d37bafabe (diff) |
Allows trusted application to access PersistenceService data from other hosts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-06-08 Saad Mohammad <[email protected]> + + * AUTHORS: Updated + * netx/net/sourceforge/jnlp/services/ServiceUtil.java + (checkAccess): Moved the process of checking if the application is a trusted + application to a new method called isSigned(). + * netx/net/sourceforge/jnlp/services/XPersistenceService.java + (checkLocation): Allows trusted application to have access to + PersistenceService data from different hosts. It uses ServiceUtil.isSigned() + to determine if the current application is a trusted application. + 2011-06-08 Andrew Su <[email protected]> * NEWS: Updated. |