rmuir opened a new pull request, #822:
URL: https://github.com/apache/lucene/pull/822

   Currently "new FilterPath" is called from everywhere, making it impossible 
for a mockfilesystem to use a custom subclass.
   
   See JIRA for full description.
   
   The use case here is to e.g. allow WindowsFS to wrap with a custom subclass 
that checks for special characters that windows doesn't allow. But today it 
can't do that since there is code everywhere doing the wrapping.
   
   This PR adds a single method `wrapPath()` to FilterFileSystemProvider to do 
this wrapping, and refactors everything to use it.
   


-- 
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