Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionDasharath Masirkar
2016-09-19 09:49:14 UTC
Created attachment 1202414[details]
Simple web app to reproduce the issue
Description of problem:
session.invalidate does not work on cluster enabled webapps (the application web.xml with <distributable/> element) when Tomcat is clustered. In standalone instance it works fine.
Version-Release number of selected component (if applicable):
tomcat-7.0.54-2.el7_1
How reproducible:
Always
Steps to Reproduce:
1.Use Clustered Tomcat, with the following added to the <Host/> in server.xml:
<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
2.Deploy attached TestApp.war to the tomcat webapps
3.Open session.jsp in a web browser (http://127.0.0.1:8080/TestApp/session.jsp). Note creation time.
4.Refresh page and note creation time stays the same.
5.Click on Invalidate and note that creation time is not updated.
Actual results:
When click on Invalidate, the creation time is not updated.
Expected results:
When click on Invalidate, the creation time must be updated.
Additional info:
This is captured as upstream bug https://bz.apache.org/bugzilla/show_bug.cgi?id=56578 and has been fixed in 7.0.55 onwards.
This issue has been fixed and the case associated with the zstream request is now closed. I'm closing this as rhel-7.3.0 has been released with the fix. If there is need for a zstream fix, we can revisit this.