You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/12/05 00:36:12 UTC

DO NOT REPLY [Bug 50411] New: invalid sessions not removed from PersistenManager store

https://issues.apache.org/bugzilla/show_bug.cgi?id=50411

           Summary: invalid sessions not removed from PersistenManager
                    store
           Product: Tomcat 7
           Version: 7.0.5
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: marco@lordzodiac.de


ChangeSet r1036595 in StandardSession no longer remove sessions from
PersistentManger store.

I think PersistentMangerBase must now override method remove(Session session,
boolean update) and no longer method remove(Session session).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 50411] invalid sessions not removed from PersistenManager store

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50411

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Mark Thomas <ma...@apache.org> 2010-12-05 17:51:06 EST ---
Fixed. Also will be in 7.0.6.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 50411] invalid sessions not removed from PersistenManager store

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50411

Marco <ma...@lordzodiac.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #2 from Marco <ma...@lordzodiac.de> 2010-12-05 15:15:09 EST ---
Hi Mark,

the bug needs a second change. In PersistentManagerBase.swapOut(...) the method
call super.remove(session) must change to super.remove(session, false). At the
moment a passivate session is not stored.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 50411] invalid sessions not removed from PersistenManager store

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50411

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-12-05 14:32:20 EST ---
Thanks for the report. This has been fixed in trunk and will be included in
7.0.6 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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