uschindler commented on PR #12308:
URL: https://github.com/apache/lucene/pull/12308#issuecomment-1552863855

   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 
!this.getClass().getName().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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to