1
0
mirror of synced 2026-08-05 17:57:15 +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 79e17e22bc
commit ddaf9eb64f
2 changed files with 15 additions and 16 deletions
+4 -5
View File
@@ -9,14 +9,13 @@ dependencies {
providedCompile 'javax.servlet:servlet-api:2.5@jar'
runtime project(':spring-security-web'),
project(':spring-security-config'),
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 {
contextPath = "/openid"
}
[jettyRun, jettyRunWar]*.contextPath = "/openid"