Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by HugoPalma: http://wiki.apache.org/tapestry/Tapestry5HowToIntegrateWithAcegiAndLDAP ------------------------------------------------------------------------------ == Configuring your application == - First you'll need to add something to the Tapestry filter mapping in your ''web.xml'' file. This is because by default when you specify a filter mapping the filter will actually only be invoked when actual request are made to the configured URL, but not when the [http://java.sun.com/products/servlet/2.3/javadoc RequestDispatcher] forwards a request to that URL. Acegi uses FORWARD so you'll have to make you filter mapping look something like this: + First you'll need to add something to the Tapestry filter mapping in your ''web.xml'' file. This is because by default when you specify a filter mapping the filter will actually only be invoked when actual request are made to the configured URL, but not when the [http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/RequestDispatcher.html RequestDispatcher] forwards a request to that URL. Acegi uses FORWARD so you'll have to make you filter mapping look something like this: {{{ <filter-mapping> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
