You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2018/12/10 01:34:44 UTC

svn commit: r1848543 - /db/derby/code/trunk/java/org.apache.derby.engine/org/apache/derby/security/securityPolicies.xml

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 "&lt;&lt;ALL FILES&gt;&gt;", "read,write"</d>
+        <a>java.io.FilePermission "&lt;&lt;ALL FILES&gt;&gt;", "read,write"</a>
       </block>
 
     </jar>