Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-10256: HttpSessionListener is not working #7619

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

masaki-yamakawa
Copy link
Contributor

@masaki-yamakawa masaki-yamakawa commented Apr 22, 2022

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • [-] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Copy link
Contributor

@jdeppe-pivotal jdeppe-pivotal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to get some more info regarding this issue. I've left a comment on the ticket here: https://issues.apache.org/jira/browse/GEODE-10256

@masaki-yamakawa
Copy link
Contributor Author

@jdeppe-pivotal
Thank you for your suggestion.
I tried to set the gemfire.EXPIRE_SENDS_ENTRY_AS_CALLBACK=true parameter on the server and to fix this problem. However, HttpSessionListener#sessionDestroyed still did not work.
I will check more.

@@ -45,7 +45,9 @@ dependencies {
testImplementation('org.assertj:assertj-core')
testImplementation('org.mockito:mockito-core')
testImplementation('org.apache.tomcat:catalina-ha:' + DependencyConstraints.get('tomcat6.version'))

testImplementation(project(':geode-junit')) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see what symbol from geode-junit is being used to require this addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants