From e8c0e744981a70602f6d9d99e9959d9ea84b19e4 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 10 Mar 2008 19:47:20 +0000 Subject: [PATCH] SEC-708: Improve generation of XSD file from Relax NG schema. XSL file to be run on generated xsd to inline selected elements which should not be global. http://jira.springframework.org/browse/SEC-708 --- .../security/config/spring-security.xsl | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 core/src/main/resources/org/springframework/security/config/spring-security.xsl diff --git a/core/src/main/resources/org/springframework/security/config/spring-security.xsl b/core/src/main/resources/org/springframework/security/config/spring-security.xsl new file mode 100644 index 0000000000..98ccb27fcf --- /dev/null +++ b/core/src/main/resources/org/springframework/security/config/spring-security.xsl @@ -0,0 +1,46 @@ + + + + + + + + + ,intercept-url,form-login,x509,http-basic,logout,concurrent-session-control,remember-me,anonymous,port-mappings,password-compare-element,salt-source,filter-chain, + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file