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

Prevent AccessControlException when running with active SecurityManager #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

klehmann
Copy link

I tried to use UnboundId in an IBM Notes/Domino environment which has a restrictive SecurityManager in place (Java agent in an NSF database).
Had to catch AccessControlExceptions in two classes to make it work.

@dirmgr
Copy link
Collaborator

dirmgr commented Mar 13, 2019

Thank you for reporting this. Unfortunately, as per our contribution policy (https://github.com/pingidentity/ldapsdk/blob/master/CONTRIBUTING.md), we don't currently accept third-party source code changes, so I can't take your pull request directly. However, I have just committed a set of changes (2981bb5) that should address this problem, along with some other potentially related issues. I've also added unit tests to help ensure that no new uses of these problematic methods get introduced.

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.

None yet

2 participants