Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

[SUITE 2560] Prevent StackOverflowError for SecureCatalog #12

Open
wants to merge 3 commits into
base: 2.12.x
Choose a base branch
from
Open

[SUITE 2560] Prevent StackOverflowError for SecureCatalog #12

wants to merge 3 commits into from

Conversation

emerkle826
Copy link

No description provided.

Gabriel Roldan and others added 3 commits March 7, 2018 17:54
This patch makes sure SecuredCatalogInfo objects are always
created through DefaultSecureCatalogFactory.secure(Object, WrapperPolicy)
and logs a warning when a secured info is being created to
wrap another secured info, which ultimately can lead to
a StackOverflowError at least in ResourcePool.getDataStore(),
which serializes and deserializes the store using regular
Java serialization.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant