[ https://issues.apache.org/jira/browse/LOG4J2-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892437#comment-15892437 ]
Matt Sicker commented on LOG4J2-1820: ------------------------------------- There's a good wiki page about this over on the Commons wiki actually: https://wiki.apache.org/commons/UsingGIT Found out about another hidden GitHub feature that we can use to merge pull requests by setting up an additional remote to GitHub. All PRs are provided as read-only branches to the main project (but our GitHub mirrors are read-only as it is, so this doesn't change anything). I'm guessing when you check the box to allow maintainers to make changes to your PR, that makes the pull branch read-write, but again, same limitation with our mirroring. > Log4j 2.8 can lose exceptions when a security manager is present > ---------------------------------------------------------------- > > Key: LOG4J2-1820 > URL: https://issues.apache.org/jira/browse/LOG4J2-1820 > Project: Log4j 2 > Issue Type: Bug > Affects Versions: 2.8 > Reporter: Jason Tedor > Assignee: Gary Gregory > Fix For: 2.8.2 > > Attachments: > 0001-Handle-security-exception-on-getting-class-loader.patch, > 0002-Handle-security-exception-on-getting-class-loader.patch > > > When Log4j is rendering an exception, it can attempt to access a class loader > that it does not have permissions to access when a security manager is > present. > I have a patch and a failing test case for this; I will submit it shortly. > This is similar to LOG4J2-1560. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org