quintonm    2003/03/20 08:39:21

  Modified:    xdocs    changes.xml
  Log:
  Added information about the changes to Turbine.loginUser(), Turbine.logoutUser(), and
  LoginAction.
  
  Revision  Changes    Path
  1.42      +11 -0     jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- changes.xml       12 Mar 2003 23:10:41 -0000      1.41
  +++ changes.xml       20 Mar 2003 16:39:20 -0000      1.42
  @@ -63,6 +63,12 @@
   <p>
     <ul>
       <li>
  +      The loginAction no longer checks to see if the user object is already
  +      in the session and returns if it is found.  The user will always be there
  +      now.  If you have a custom loginAction that still performs this check,
  +      you will need to remove it in order for your login action to work.
  +    </li>
  +    <li>
         AccessControlList is now an interface and its implementation is in
         TurbineAccessControlList. This is now configurable and can be replaced
         by a custom AccessControlList implementation. If older compiled code
  @@ -106,6 +112,11 @@
   <subsection name="Other changes">
   <p>
     <ul>
  +    <li>
  +      Turbine used to remove all data from the session before executing
  +      the login action.  This no longer happens.  Instead, the session
  +      is invalidated before calling to logout action.
  +    </li>
       <li>
         There is a new pull tool that makes it easy to format
         Date objects into Strings.  See
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to