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 NickWestgate: http://wiki.apache.org/tapestry/AcegiSpringJava5 ------------------------------------------------------------------------------ I have created a simple example (this example uses the [http://www.carmanconsulting.com/tapestry-acegi/ Tapestry-Acegi] module) that shows how that can be done. The complete source code can be found here: - http://www.zedlitz.de/tapestry-acegi.zip (8kB) + http://www.zedlitz.de/tapestry-acegi.zip (8kB) (This example uses Tapestry 4.0.1) If you have Maven2 installed you can go into the directoy tapestry-acegi and enter the command "mvn jetty:run". Then you can access the application via @@ -236, +236 @@ = next parts of the tutorial = * AcegiSpringJava5Part2 - Who am I? Displaying the name of the authentication user. - * AcegiSpringJava5FormBased - an idea how a form based login could work + * AcegiSpringJava5FormBased - An idea of how a form based login could work = tips and tricks = * You can change the realm name used for HTTP basic authentication by adding these lines to{{{src/main/resources/META-INF/hivemodule.xml}}}: @@ -246, +246 @@ </contribution> }}} - = open questions = - * How can I use a form login instead of HTTP basic authentication? - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
