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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: