You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/09/20 17:01:55 UTC

git commit: LOG4J2-678: link to user manual webapps page from web component page.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c154460bd -> 8e79b7b09


LOG4J2-678: link to user manual webapps page from web component page.

(This completes the work for this issue.)

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8e79b7b0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8e79b7b0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8e79b7b0

Branch: refs/heads/master
Commit: 8e79b7b097bd074bd69097b570eb3fc8ce15ee81
Parents: c154460
Author: rpopma <rp...@apache.org>
Authored: Sun Sep 21 00:02:02 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Sep 21 00:02:02 2014 +0900

----------------------------------------------------------------------
 log4j-web/src/site/xdoc/index.xml | 3 ++-
 src/changes/changes.xml           | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8e79b7b0/log4j-web/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/log4j-web/src/site/xdoc/index.xml b/log4j-web/src/site/xdoc/index.xml
index e309c81..d42f448 100644
--- a/log4j-web/src/site/xdoc/index.xml
+++ b/log4j-web/src/site/xdoc/index.xml
@@ -29,7 +29,8 @@
               The Web module provides support for automatically enabling Log4j in Servlet containers.
             </p>
             <p>
-              Need something about Servlet support.
+              See the user manual page on <a href="../manual/webapp.html">Web Applications and JSPs</a>
+              for details on using Log4j 2 in Web Applications.
             </p>
             <pre class="prettyprint linenums"><![CDATA[  <dependencyManagement>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8e79b7b0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index be59bfe..0e48818 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.1" date="2014-??-??" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-678" dev="rpopma" type="fix" due-to="Matt Sicker">
+        Fixed minor issues with Log4j2 web site/documentation.
+      </action>
       <action issue="LOG4J2-844" dev="rpopma" type="update">
         Update JMH to 1.1 from 0.7.2.
       </action>