From ff8163f4c74346819b2c1996ef75972fdfa651ae Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 17 Aug 2018 11:19:09 -0500 Subject: [PATCH] Run rnc generation after Feature-Policy Support After the Feature-Policy support changes the format of the xsd did not align with the generator which meant running the build caused changes for the commit. This commit ran the xsd generation so that the formatting would be consistent with the generator. Issue: gh-5670 --- .../security/config/spring-security-5.1.xsd | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-5.1.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-5.1.xsd index e6c0f5a52a..6dd9a867c0 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-5.1.xsd +++ b/config/src/main/resources/org/springframework/security/config/spring-security-5.1.xsd @@ -2467,17 +2467,19 @@ - Adds support for Feature Policy + Adds support for Feature Policy + - + - + - - The security policy directive(s) for the Feature-Policy header. - + + The security policy directive(s) for the Feature-Policy header. + + @@ -2735,4 +2737,4 @@ - + \ No newline at end of file