https://bz.apache.org/bugzilla/show_bug.cgi?id=57637

            Bug ID: 57637
           Summary: PersistentValve always causes a new session to be
                    created
           Product: Tomcat 9
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: jboy...@apache.org

When determining if a session should be persisted, PersistentValve calls
getSessionInternal with no arguments which causes a new one to be allocated if
none exists. It should pass false to avoid unnecessary sessions being
allocated.

http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java?revision=1561138&view=markup#l131

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to