Skip to content

Commit 424e745

Browse files
ludochgae-java-bot
authored andcommitted
Removing the log statement that triggers internal logic to load unrelated classes for Jetty EE8 in the context of EE11. Still a mystery on Jetty side but I could repro in a debugger session and recompile on the fly with the log removed and all the logic worked.
PiperOrigin-RevId: 869266011 Change-Id: I63e4bc222ad132e832af43e87ed06a6fc57c036b
1 parent f3c1f38 commit 424e745

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

shared_sdk_jetty121/src/main/java/com/google/apphosting/runtime/jetty/AppEngineAuthentication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ public Principal getUserPrincipal() {
379379
@Override
380380
public boolean isUserInRole(String role) {
381381
UserService userService = UserServiceFactory.getUserService();
382-
logger.atFine().log("Checking if principal %s is in role %s", userPrincipal, role);
383382
if (userPrincipal == null) {
384383
logger.atInfo().log("isUserInRole() called with null principal.");
385384
return false;

0 commit comments

Comments
 (0)