Skip to content

Commit 45f22a4

Browse files
kse-musicjzheaux
authored andcommitted
Use spring.security prefix instead of security.security
Closes gh-16422 Signed-off-by: DingHao <[email protected]>
1 parent 38006fe commit 45f22a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/main/java/org/springframework/security/web/ObservationFilterChainDecorator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -554,7 +554,7 @@ static final class FilterChainObservationConvention
554554

555555
private static final String CHAIN_SIZE_NAME = "spring.security.filterchain.size";
556556

557-
private static final String FILTER_SECTION_NAME = "security.security.reached.filter.section";
557+
private static final String FILTER_SECTION_NAME = "spring.security.reached.filter.section";
558558

559559
private static final String FILTER_NAME = "spring.security.reached.filter.name";
560560

0 commit comments

Comments
 (0)