Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The "Tapestry5HowToSecureWithSpringAndLDAP" page has been changed by LorenzoSimionato. The comment on this change is: typo. http://wiki.apache.org/tapestry/Tapestry5HowToSecureWithSpringAndLDAP?action=diff&rev1=8&rev2=9 -------------------------------------------------- </filter-mapping> }}} - Now you'll need to configure your security services. As every configuration in Tapestry, this is done you the application module. I usually create and SecurityModule [[http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/ioc/annotations/SubModule.html|submodule]] so that i don't get my main module filled with security stuff, but you can place the following code in any module you want. + Now you'll need to configure your security services. As every configuration in Tapestry, this is done in the application module. I usually create and SecurityModule [[http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/ioc/annotations/SubModule.html|submodule]] so that i don't get my main module filled with security stuff, but you can place the following code in any module you want. {{{ public class SecurityModule --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
