From 85cd5627b62e16ca5f3ec74e5956b6a2a9a6f148 Mon Sep 17 00:00:00 2001 From: Collin Peters Date: Thu, 14 Nov 2013 14:15:06 -0800 Subject: [PATCH] SEC-2355: Add PATCH to intercept-url xsd --- .../org/springframework/security/config/spring-security-3.2.rnc | 2 +- .../org/springframework/security/config/spring-security-3.2.xsd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-3.2.rnc b/config/src/main/resources/org/springframework/security/config/spring-security-3.2.rnc index 183440774b..a247835c38 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-3.2.rnc +++ b/config/src/main/resources/org/springframework/security/config/spring-security-3.2.rnc @@ -357,7 +357,7 @@ intercept-url.attlist &= attribute access {xsd:token}? intercept-url.attlist &= ## The HTTP Method for which the access configuration attributes should apply. If not specified, the attributes will apply to any method. - attribute method {"GET" | "DELETE" | "HEAD" | "OPTIONS" | "POST" | "PUT" | "TRACE"}? + attribute method {"GET" | "DELETE" | "HEAD" | "OPTIONS" | "POST" | "PUT" | "PATCH" | "TRACE"}? intercept-url.attlist &= ## The filter list for the path. Currently can be set to "none" to remove a path from having any filters applied. The full filter stack (consisting of all filters created by the namespace configuration, and any added using 'custom-filter'), will be applied to any other paths. diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd index 81f53a76fb..a7a975472f 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd +++ b/config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd @@ -1248,6 +1248,7 @@ +