You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by rm...@apache.org on 2014/02/08 08:14:26 UTC

svn commit: r1565931 - /incubator/sirona/site-content/trunk/src/site/markdown/web.md

Author: rmannibucau
Date: Sat Feb  8 07:14:26 2014
New Revision: 1565931

URL: http://svn.apache.org/r1565931
Log:
SIRONA-27 fixing typos, thanks E. VErnat

Modified:
    incubator/sirona/site-content/trunk/src/site/markdown/web.md

Modified: incubator/sirona/site-content/trunk/src/site/markdown/web.md
URL: http://svn.apache.org/viewvc/incubator/sirona/site-content/trunk/src/site/markdown/web.md?rev=1565931&r1=1565930&r2=1565931&view=diff
==============================================================================
--- incubator/sirona/site-content/trunk/src/site/markdown/web.md (original)
+++ incubator/sirona/site-content/trunk/src/site/markdown/web.md Sat Feb  8 07:14:26 2014
@@ -18,7 +18,7 @@ under the License.
 -->
 ## Web module
 
-Reporting module provides web listener to monitor servlet containers.
+Reporting module provides web listener/filter to monitor servlet containers.
 
 ## Installation
 
@@ -40,12 +40,12 @@ Simply add the filter `org.apache.sirona
 ]]></pre>
 
 Note: in a servlet 3 container you can simply configure `org.apache.sirona.web.monitored-urls` to the
-servlet pattern you want to match. If you want to register the `MonitoringFilter` yourself just set the
+servlet pattern you want to match. If you want to register the `SironaFilter` yourself just set the
 init parameter `org.apache.sirona.web.activated` to false.
 
 ## Monitor sessions
 
-Simply add the listener `org.apache.sirona.web.servlet.SironaFilter`:
+Simply add the listener `org.apache.sirona.web.session.SironaSessionListener`:
 
 <pre class="prettyprint linenums"><![CDATA[
 <listener>