Author: rhillegas
Date: Mon Dec 10 01:34:43 2018
New Revision: 1848543
URL: http://svn.apache.org/viewvc?rev=1848543&view=rev
Log:
DERBY-3547: Correct previous canonicalization-supporting privilege; commit derby-3547-05-aa-fixCanonicalization.diff.
Modified:
db/derby/code/trunk/java/org.apache.derby.engine/org/apache/derby/security/securityPolicies.xml
Modified: db/derby/code/trunk/java/org.apache.derby.engine/org/apache/derby/security/securityPolicies.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/org.apache.derby.engine/org/apache/derby/security/securityPolicies.xml?rev=1848543&r1=1848542&r2=1848543&view=diff
==============================================================================
--- db/derby/code/trunk/java/org.apache.derby.engine/org/apache/derby/security/securityPolicies.xml
(original)
+++ db/derby/code/trunk/java/org.apache.derby.engine/org/apache/derby/security/securityPolicies.xml
Mon Dec 10 01:34:43 2018
@@ -1743,7 +1743,7 @@ abort physical connections.</comment>
<block>
<comment>Needed to canonicalize file names on Windows.</comment>
- <d>java.io.FilePermission "<<ALL FILES>>", "read,write"</d>
+ <a>java.io.FilePermission "<<ALL FILES>>", "read,write"</a>
</block>
</jar>
|