dlr         2003/02/04 14:17:50

  Modified:    src/java/org/apache/turbine/services/session
                        SessionListener.java
  Log:
  * src/java/org/apache/turbine/services/session/SessionListener.java
    sessionDestroyed(HttpSessionEvent): On second thought, it's going to
    be rather difficult to remove the the session attribute listening to
    activation and passivation events using a session which has been
    destroyed by the container.  Removed attribute removal added in CVS
    revision 1.4.
  
  Revision  Changes    Path
  1.5       +1 -2      
jakarta-turbine-2/src/java/org/apache/turbine/services/session/SessionListener.java
  
  Index: SessionListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/session/SessionListener.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- SessionListener.java      4 Feb 2003 22:13:20 -0000       1.4
  +++ SessionListener.java      4 Feb 2003 22:17:50 -0000       1.5
  @@ -110,7 +110,6 @@
        */
       public void sessionDestroyed(HttpSessionEvent event)
       {
  -        event.getSession().removeAttribute(getClass().getName());
           TurbineSession.removeSession(event.getSession());
       }
   
  
  
  

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

Reply via email to