1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SEC-1705: Make sure a single OpenIDAuthenticationFilter bean is created by the namespace. Likewise for UsernamePasswordAuthenticationFilter.

This commit is contained in:
Luke Taylor
2011-03-31 21:04:32 +01:00
parent 6a87a5f1a1
commit 04d42211b1
2 changed files with 22 additions and 17 deletions
+10 -5
View File
@@ -6,8 +6,13 @@ apply plugin: 'jetty'
dependencies {
providedCompile 'javax.servlet:servlet-api:2.5@jar'
runtime project(':spring-security-web'),
project(':spring-security-config'),
project(':spring-security-openid'),
'log4j:log4j:1.2.15@jar'
}
runtime project(':spring-security-config'),
project(':spring-security-taglibs'),
// 'xerces:xercesImpl:2.9.1',
// 'net.sourceforge.nekohtml:nekohtml:1.9.7',
"javax.servlet:jstl:$jstlVersion",
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
"ch.qos.logback:logback-classic:$logbackVersion"
}
[jettyRun, jettyRunWar]*.contextPath = "/openid"