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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new a4d562b036 LOG4J2-3509 Of course I forgot the comma.
a4d562b036 is described below

commit a4d562b0363d7f4ceef22aa7ab3d0ff11c2d6376
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon May 16 22:11:04 2022 +0200

    LOG4J2-3509 Of course I forgot the comma.
---
 src/site/xdoc/manual/configuration.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/manual/configuration.xml.vm 
b/src/site/xdoc/manual/configuration.xml.vm
index 584408bff4..79cb74b582 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -370,7 +370,7 @@ public class Bar {
         <a name="Configuration From a URI"/>
         <subsection name="Configuration From a URI">
           <p>
-            When <code>log4j2.configurationFile</code> references a URL Log4j 
will first determine if the URL reference
+            When <code>log4j2.configurationFile</code> references a URL, Log4j 
will first determine if the URL reference
             a file using the file protocol. If it does Log4j will validate 
that the file URL is valid and continue
             processing as previously described. If it contains a protocol 
other than file then Log4j will inspect
             the value of the 
<code>log4j2.Configuration.allowedProtocols</code> system property. If the 
provided list

Reply via email to