File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
web/src/main/java/org/springframework/security/web Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ static final class ObservationFilter implements Filter {
144
144
private static final Map <String , String > OBSERVATION_NAMES = new HashMap <>();
145
145
146
146
static {
147
- OBSERVATION_NAMES .put ("DisableEncodeUrlFilter" , "session.url-encoding " );
148
- OBSERVATION_NAMES .put ("ForceEagerSessionCreationFilter" , "session.eager-create " );
147
+ OBSERVATION_NAMES .put ("DisableEncodeUrlFilter" , "session.urlencoding " );
148
+ OBSERVATION_NAMES .put ("ForceEagerSessionCreationFilter" , "session.eagercreate " );
149
149
OBSERVATION_NAMES .put ("ChannelProcessingFilter" , "access.channel" );
150
150
OBSERVATION_NAMES .put ("WebAsyncManagerIntegrationFilter" , "context.async" );
151
151
OBSERVATION_NAMES .put ("SecurityContextHolderFilter" , "context.holder" );
You can’t perform that action at this time.
0 commit comments