logging-log4j1 icon indicating copy to clipboard operation
logging-log4j1 copied to clipboard

Apache log4j1

Results 13 logging-log4j1 issues
Sort by recently updated
recently updated
newest added

Hi, Further this vulnerability discovered in v1.x, can we possibly release log4j without the JMSAppender. Here are recommendations provided on Slf4's website: http://slf4j.org/log4shell.html See section on log4j 1.x: ``` In...

This PR configures build and test scripts, so the project is buildable and testable with the current Maven and Java versions. Note: this change does not alter the features, so...

Place the close method in the finally clause, so we can ensure it always runs regardless of how the method exits.

i config log4j to mysql,but when night i find it cannot output to mysql,i observed in the night logs becomes less,how can i resolve this problem my config is: log4j.logger.webService-mysql=INFO,webService-mysql...

For the current trunk, `mvn clean install` fails due to malformed javadoc. A workaround would be to disable the linting of the javadoc.

For the current trunk, running `mvn clean install -Xdoclint:none` results in: `java.lang.NoClassDefFoundError: org/sonatype/aether/graph/DependencyFilter` A quick search suggests that the version of the plugin [should be bumped][1]. That makes the problem...

There are many Java libraries licensed under "Apache License, Version 2.0" that do not use its official spelling. This causes issues like https://issues.apache.org/jira/browse/MPIR-382: with every library defining its own spelling,...

//Encrypt using OWASP message = message.replace( '\n' , '_' ).replace( '\r' , '_' ) .replace( '\t' , '_' ); message = ESAPI.encoder().encodeForHTML( message );