summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2011-03-06 18:17:35 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2011-03-06 18:17:35 +0000
commitc66bb894bbb5b92fee599155b29d9081567e379a (patch)
tree71dcb693753060fac4ed976fe5abb37275b621a5 /ChangeLog
parent749bd1d71b3ae5a64bde7440a87808536ee24823 (diff)
downloadclasspath-c66bb894bbb5b92fee599155b29d9081567e379a.tar.gz
PR classpath/42390: Don't include permissions of the Policy in toString() output if reading them is prohibited.
2011-02-22 Andrew John Hughes <ahughes@redhat.com> PR classpath/42390 * java/security/ProtectionDomain.java: (toString()): Don't include permissions from the policy if we don't have permission to read it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b9cb5c4d..823be7929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-02-22 Andrew John Hughes <ahughes@redhat.com>
+
+ PR classpath/42390
+ * java/security/ProtectionDomain.java:
+ (toString()): Don't include permissions from
+ the policy if we don't have permission to read
+ it.
+
2011-03-02 Pekka Enberg <penberg@kernel.org>
* java/util/regex/Matcher: