You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by qu...@apache.org on 2003/05/15 20:44:18 UTC

cvs commit: jakarta-turbine-2/xdocs changes.xml

quintonm    2003/05/15 11:44:17

  Modified:    xdocs    changes.xml
  Log:
  Added note about cookie support being fixed
  
  Revision  Changes    Path
  1.47      +10 -4     jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- changes.xml	21 Apr 2003 19:00:00 -0000	1.46
  +++ changes.xml	15 May 2003 18:44:17 -0000	1.47
  @@ -113,9 +113,9 @@
   <p>
     <ul>
       <li>
  -	 Changed TurbineUser so that when either perment or temporary values are 
  +	 Changed TurbineUser so that when either perment or temporary values are
   	 stored, if the required hashtable was missing, then it was created.  This
  -	 happened in conjunction with the PassiveUserManager.  Additionally, the 
  +	 happened in conjunction with the PassiveUserManager.  Additionally, the
   	 setTempStorage(Hashtable newTempStorage) did not actually assign the new
   	 Hashtable.  Cleaned up some of the code so the parralel permanent and temp
   	 data storage methods followed the same patterns.  Created a cactus testcase
  @@ -124,9 +124,9 @@
       <li>
   	 Changed scheduler so that if it is NOT enabled, then it doesn't attempt
   	 to connect to the database and retrieve jobs.  This prevents a spurious
  -	 no data source error from showing up in the turbine logs on startup.  Added 
  +	 no data source error from showing up in the turbine logs on startup.  Added
   	 a cactus test to test the fix.
  -    </li>  
  +    </li>
       <li>
         A new pull tool is available in the session scope called $sessionData.
         This tool can be used to store data that will persist for the duration
  @@ -343,6 +343,12 @@
       </li>
       <li>
         TTWS41: PrimaryKey not set on TurbineUser after insert.
  +    </li>
  +    <li>
  +      Cookies now work properly.  A NullPointerException was being thrown
  +      during the call to data.getCookies() if no cookies were present.  Also,
  +      the path for cookies was being set incorrectly.  Both of these issues
  +      have been fixed.
       </li>
     </ul>
   </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org