Ah i got it to parse the urls in the spring config just i didnt set the
targetFilterLifecycle to true in DelegatingFilterProxy.

However now i have it parsing the the urls in the spring config. It doesn't
let me use the wired in CustomeHttpAuthenticationFilter but the one defined
in the ShiroFilter config:
[filters]
authFilter = com.hp.spike.CustomeHttpAuthenticationFilter
[urls]
/secure/* = authFilter

I tried not have a filter section and just referect the url to the bean id
that I defined in spring.
 <bean id="authFilter"
class="com.hp.spike.CustomeHttpAuthenticationFilter"/>

Anyway to assign the URLs with a wired spring bean?

C

-- 
View this message in context: 
http://n2.nabble.com/Shiro-Spring-filter-tp4419140p4421965.html
Sent from the Shiro Developer mailing list archive at Nabble.com.

Reply via email to