uschindler commented on issue #12304:
URL: https://github.com/apache/lucene/issues/12304#issuecomment-1552851410

   See this PR: #12308
   
   Actually to reduce impact of this more we could add an if statement in the 
Query constructor to not do the override/distance check for Lucene's own 
classes (as we have all ported to use new API). The problem only affects 
external classes (and the corresponding Test). We could add a 
`!className.startsWith("org.apache.lucene.") && AccessController(...)` check 
there.


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