I forked lltyk's latest version and made some changes, as I wanted to use T5.4 for a project I am rewriting.
Uses Tapestry 5.4-SNAPSHOT Uses Spring 3.1.1-RELEASE Removed most of the deprecation. https://github.com/danieljue/tapestry-spring-security Enjoy. Deprecation I didn't overcome: AnonymousAuthenticationFilter.setUserAttribute(UserAttribute a) is deprecated, but I didn't see a way to set it in a constructor.