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

Issue #6556 Ensure context classloader set when operating on memcache. #6557

Merged
merged 5 commits into from Aug 2, 2021

Conversation

janbartel
Copy link
Contributor

Closes #6556

Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel janbartel requested review from olamy and gregw July 28, 2021 08:29
@janbartel janbartel self-assigned this Jul 28, 2021
Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel janbartel requested a review from olamy July 29, 2021 00:12
olamy
olamy previously approved these changes Jul 29, 2021
Signed-off-by: Jan Bartel <janb@webtide.com>
Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel janbartel requested a review from olamy July 29, 2021 04:24
olamy
olamy previously approved these changes Jul 29, 2021

/**
* Return the result if completed successfully
* or rethrow the Exception
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to be clearer here that the Exception thrown is not wrapped with ExecutionException like it is with get().

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel janbartel merged commit 90a72b0 into jetty-10.0.x Aug 2, 2021
@janbartel janbartel deleted the jetty-10.0.x-6556-memcached branch August 2, 2021 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MemcachedSessionDataMap needs to set the context classloader before serialization/deseriazliation.
3 participants