aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSaad Mohammad <[email protected]>2011-06-09 17:11:34 -0400
committerSaad Mohammad <[email protected]>2011-06-09 17:11:34 -0400
commit3346ae741ac0f052dfd419785108bc47903eaf5a (patch)
tree9b33d3412aa98debda48f1e6bfafc89b40629ee1 /ChangeLog
parent223939a32cbc29aa7324fee28e23196d37bafabe (diff)
Allows trusted application to access PersistenceService data from other hosts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e66b6..f92343d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.