You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:25:03 UTC

[sling-org-apache-sling-xss] 10/27: SLING-4584 - Performance: XSSAPI.getValidHref should not be based on HTML filtering

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

rombert pushed a commit to annotated tag org.apache.sling.xss-1.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git

commit b9c2df53c9c03a57c0960c178928a6e409d62234
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jul 29 14:50:01 2015 +0000

    SLING-4584 - Performance: XSSAPI.getValidHref should not be based on HTML filtering
    
    * corrected excessive API version increase
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/xss@1693281 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/xss/package-info.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/xss/package-info.java b/src/main/java/org/apache/sling/xss/package-info.java
index 5e02e69..de16384 100644
--- a/src/main/java/org/apache/sling/xss/package-info.java
+++ b/src/main/java/org/apache/sling/xss/package-info.java
@@ -17,9 +17,9 @@
 /**
  * XSS Protection Service
  *
- * @version 1.2.0
+ * @version 1.1.0
  */
-@Version("1.2.0")
+@Version("1.1.0")
 package org.apache.sling.xss;
 
 import aQute.bnd.annotation.Version;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.