From 7b88ab289dcafee69f9ed94c30944146f0b077f5 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Tue, 28 Feb 2023 16:52:19 -0600 Subject: [PATCH] Add nohttp exclusion Issue gh-12804 --- etc/nohttp/allowlist.lines | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/nohttp/allowlist.lines b/etc/nohttp/allowlist.lines index 6d24f3a623..26291a84cc 100644 --- a/etc/nohttp/allowlist.lines +++ b/etc/nohttp/allowlist.lines @@ -7,4 +7,5 @@ ^http://www.w3.org/2000/09/xmldsig.* ^http://www.w3.org/2001/10/xml-exc-c14n ^http://www.w3.org/2001/04/xmldsig-more -^http://www.w3.org/2001/04/xmlenc \ No newline at end of file +^http://www.w3.org/2001/04/xmlenc +^http://www.springframework.org/schema/security/.* \ No newline at end of file