You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Borko Djurovic <dj...@gmail.com> on 2012/09/06 09:17:22 UTC

Using tapestry-spring-security with Tapestry 5.3.5 problem

I followed the guide from 
http://www.localhost.nu/java/tapestry-spring-security/conf.html
http://www.localhost.nu/java/tapestry-spring-security/conf.html  site.

The main problem is AliasContribution. In version 5.2.5 of Tapestry this is
depercated and in version 5.3.5 we can't use that anymore. Now i don't know
how to configure security.

Depercated way:
public static void contributeAlias(
	Configuration<AliasContribution&lt;PasswordEncoder>> configuration ) {

	configuration.add( AliasContribution.create(
		PasswordEncoder.class,
		new ShaPasswordEncoder()));
}



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Using-tapestry-spring-security-with-Tapestry-5-3-5-problem-tp5716078.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Using tapestry-spring-security with Tapestry 5.3.5 problem

Posted by antalk <na...@vankalleveen.net>.
Hi,

You can use this one: https://github.com/antalk/Tapestry-Spring-Security

I'm using it on a 5.3.5 site without problems.





--
View this message in context: http://tapestry.1045711.n5.nabble.com/Using-tapestry-spring-security-with-Tapestry-5-3-5-problem-tp5716078p5716094.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org