SpringSecurity3.2来た

spring security 3.2 でfilterが見つからないというエラーでまくってたけど

org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'springSecurityFilterChain' is defined

param-valueに一個ずつ指定していたけれど、
こうやってまとめて設定するといけた。

そもそも前の設定は聞いて無なかったのかもしれない。
web.xmlに以下のような形で続けて設定したところ、動きました。
そもそもcontext.xmlってこうやって設定するものだったのだろうか・・・


contextConfigLocation
classpath:security-context.xml,classpath:frontContext.xml,classpath:core-context.xml