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 ErikVullings:
http://wiki.apache.org/tapestry/AcegiSpringJava5

------------------------------------------------------------------------------
  = next parts of the tutorial =
   * AcegiSpringJava5Part2 - Who am I? Displaying the name of the 
authentication user.
  
+ = 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}}}:
+ {{{
+     <contribution configuration-id="hivemind.ApplicationDefaults">
+         <default symbol="tapestry.acegi.realmName" value="Member area" />
+     </contribution>
+ }}}
+ 
  = open questions =
-  * How do I change the realm name used for HTTP basic authentication?
   * 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]

Reply via email to