You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Jetty embedded web server includes a JNDI initial context when other servers do not. We should align things so that none of our embedded servers create a JNDI context.
See #39840 for an example of the problem a JNDI context can cause.