elasticsearch/modules/repository-url
Ryan Ernst ab690ba23f
Check hidden frames in entitlements (#127877)
Entitlements do a stack walk to find the calling class. When method
refences are used in a lambda, the frame ends up hidden in the stack
walk. In the case of using a method reference with
AccessController.doPrivileged, the call looks like it is the jdk itself,
so the call is trivially allowed. This commit adds hidden frames to the
stack walk so that the lambda frame created for the method reference is
included. Several internal packages are then necessary to filter out of
the stack.
2025-05-08 16:59:03 -07:00
..
licenses Update log4j2 LICENSE and NOTICE files (#93611) 2023-02-09 08:53:43 -05:00
src Check hidden frames in entitlements (#127877) 2025-05-08 16:59:03 -07:00
build.gradle Add integ tests for ftp:// URL repository (#126757) 2025-04-15 12:57:00 +01:00