1
0
mirror of synced 2026-08-05 17:57:15 +00:00
Issue gh-13660
This commit is contained in:
Josh Cummings
2023-10-30 17:24:20 -06:00
parent 4d6ff49b9d
commit ed6ff670d1
2 changed files with 8 additions and 1 deletions
@@ -141,7 +141,7 @@ public final class ObservationFilterChainDecorator implements FilterChainProxy.F
static final class ObservationFilter implements Filter {
private static final Map<String, String> OBSERVATION_NAMES = new HashMap<>();
static final Map<String, String> OBSERVATION_NAMES = new HashMap<>();
static {
OBSERVATION_NAMES.put("DisableEncodeUrlFilter", "session.urlencoding");