thelabdude commented on pull request #222:
URL: https://github.com/apache/solr/pull/222#issuecomment-881474761


   @madrob ~ forbidden check didn't like your suggested change:
   ```
   Forbidden method invocation: 
java.util.Properties#store(java.io.OutputStream,java.lang.String) [Properties 
files should be read/written with Reader/Writer, using UTF-8 charset. This 
allows reading older files with unicode escapes, too.]
     in org.apache.solr.cloud.VMParamsZkACLAndCredentialsProvidersTest 
(VMParamsZkACLAndCredentialsProvidersTest.java:302)
   > Task :solr:core:forbiddenApisTest
   ```
   It looks like it wants a FileWriter like I had originally.


-- 
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...@solr.apache.org

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



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

Reply via email to