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

Remove SecurityManager references from logging package #16

Closed
jmehrens opened this issue Mar 17, 2022 · 1 comment
Closed

Remove SecurityManager references from logging package #16

jmehrens opened this issue Mar 17, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jmehrens
Copy link
Contributor

Remove references to SecurityManager in the logging package. The access checking for the MailHandler can be performed by delegating to the global logger as is already done. Just need to drop the fallback check against the security manager.

The majority of changes will be against the unit tests. Some tests may not have an alternate implementation so this might reduce coverage.

@jmehrens jmehrens self-assigned this Mar 17, 2022
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 14, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 14, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 14, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 14, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 14, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 14, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 14, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 15, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 15, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
jmehrens added a commit to jmehrens/angus-mail that referenced this issue Jan 15, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
@jmehrens jmehrens added the bug Something isn't working label Jan 22, 2024
lukasj pushed a commit that referenced this issue Jan 23, 2024
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
@jmehrens
Copy link
Contributor Author

Committed to 2.0.3 as:
d223d1f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant