antalk / Tapestry-Spring-Security

A Tapestry 5.3.x spring based security library
11 stars 6 forks source link

DefaultFilterInvocationSecurityMetadataSource Constructor Error with Spring Security 3.2RC2 #8

Closed ghguy closed 10 years ago

ghguy commented 10 years ago

Is there any plan to support Spring Security 3.2? We got the following error:

Description Resource Path Location Type The constructor DefaultFilterInvocationSecurityMetadataSource(LinkedHashMap<RequestMatcher,Collection>) is undefined SecurityModule.java /X/src/nu/localhost/tapestry5/springsecurity/services line 192 Java Problem

Thanks!

antalk commented 10 years ago

I've updated the project to work with SpringSecurity 3.2.0, also fixed some deprecated classes. Let me know if this works out.