mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Merge branch '5.8.x'
Closes gh-12127
This commit is contained in:
commit
983f1d4efb
@ -102,6 +102,7 @@ public final class SecurityNamespaceHandler implements NamespaceHandler {
|
||||
if (parser == null) {
|
||||
// SEC-1455. Load parsers when required, not just on init().
|
||||
loadParsers();
|
||||
parser = this.parsers.get(name);
|
||||
}
|
||||
if (parser != null) {
|
||||
return parser.parse(element, pc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user