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
When compression is enabled, the ContextHandler is wrapped by a GzipHandler. When determining the context path to log, this wrapper prevents the ContextHandler from being found. As a result, an empty string is logged rather than the actual context path.