Open
Description
Describe the bug
When declaring a relying-party-registration
element in a Spring Security XML namespace configuration, attributes having a property-placeholder value (e.g. ${...}
) are not resolved, even when property-placeholder
configuration is declared.
Expected behavior
The property-placeholders are resolved when the Spring context is created (ref. #14645).
Sample
demo.zip
Versions:
- Spring framework: 6.2.1
- Spring Security 6.4.2