dweiss commented on PR #13164:
URL: https://github.com/apache/lucene/pull/13164#issuecomment-1981843561

   Please feel free to commit to this branch, Robert - no problem at all. I 
also noticed some of the stuff in policy files is outdated or should be 
reviewed - like these properties:
   ```
   // Permissions to support ant build
   grant {
     permission java.io.FilePermission "${user.home}${/}.ivy2${/}cache${/}-", 
"read";
     permission java.io.FilePermission "${junit4.tempDir}${/}*", 
"read,write,delete";
     permission java.io.FilePermission "${clover.db.dir}${/}-", 
"read,write,delete";
   };
   ```
   Just didn't have the time to iterate on these.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to