1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/saml2
Josh Cummings ab842b74b9 Use OpenSAML ParserPool Defaults
Originally, Spring Security turned off various features
XML parsing feature for the underlying DocumentBuilderFactory
that OpenSAML uses.

Both OpenSAML 4 and 5 set these values by default, so we
can safely accept the defaults at this point.

Issue gh-11658
2024-08-06 18:14:09 -06:00
..