This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 4c6ef35  Bump maven-jxr-plugin from 2.5 to 3.1.1 (#752)
     new e8dab8c  LOG4J2-3297 - Limit loading of configuration via a url to 
https by default
     new 5f37d17  LOG4J2-3297 - Limit loading of configuration via a url to 
https by default

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/logging/log4j/util/Strings.java     |   2 +-
 .../org/apache/logging/log4j/util/StringsTest.java |  10 ++
 log4j-core/revapi.json                             |   6 +
 .../log4j/core/config/ConfigurationFactory.java    |   6 +-
 .../log4j/core/net/UrlConnectionFactory.java       |  27 +++-
 .../core/util/BasicAuthorizationProvider.java      |   4 +-
 .../log4j/core/net/UrlConnectionFactoryTest.java   | 177 +++++++++++++++++++++
 .../logging/log4j/core/util/WatchHttpTest.java     |   2 +
 src/changes/changes.xml                            |   3 +
 src/site/xdoc/manual/configuration.xml.vm          |  82 ++++++++++
 10 files changed, 314 insertions(+), 5 deletions(-)
 create mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/core/net/UrlConnectionFactoryTest.java

Reply via email to