We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365c701 commit c346352Copy full SHA for c346352
src/main/java/de/tum/in/test/api/security/ArtemisSecurityManager.java
@@ -189,7 +189,7 @@ public void checkLink(String lib) {
189
try {
190
if (enterPublicInterface())
191
return;
192
- throw new SecurityException(localized("security.error_link")); //$NON-NLS-1$
+ checkForNonWhitelistedStackFrames(() -> localized("security.error_link")); //$NON-NLS-1$
193
} finally {
194
exitPublicInterface();
195
}
0 commit comments