You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2015/07/29 17:45:16 UTC

svn commit: r1693300 - /sling/trunk/bundles/extensions/xss/README.md

Author: radu
Date: Wed Jul 29 15:45:15 2015
New Revision: 1693300

URL: http://svn.apache.org/r1693300
Log:
trivial: updated README

Modified:
    sling/trunk/bundles/extensions/xss/README.md

Modified: sling/trunk/bundles/extensions/xss/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/xss/README.md?rev=1693300&r1=1693299&r2=1693300&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/xss/README.md (original)
+++ sling/trunk/bundles/extensions/xss/README.md Wed Jul 29 15:45:15 2015
@@ -2,7 +2,7 @@ Apache Sling XSS Bundle
 ====
 The Apache Sling XSS Bundle provides two services for escaping and filtering XSS-prone user submitted content:
 
-1. XSSAPI
-2. XSSFilter
+1. org.apache.sling.xss.XSSAPI
+2. org.apache.sling.xss.XSSFilter
 
 Please check the JavaDoc of each service to find out what methods they provide.