You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Radu Cotescu (Jira)" <ji...@apache.org> on 2020/01/22 14:52:00 UTC

[jira] [Created] (SLING-9019) The XSSFilter will mark URLs containing both escaped characters and HTML entities as invalid

Radu Cotescu created SLING-9019:
-----------------------------------

             Summary: The XSSFilter will mark URLs containing both escaped characters and HTML entities as invalid
                 Key: SLING-9019
                 URL: https://issues.apache.org/jira/browse/SLING-9019
             Project: Sling
          Issue Type: Bug
          Components: XSS Protection API
    Affects Versions: XSS Protection API 2.0.4
            Reporter: Radu Cotescu
            Assignee: Radu Cotescu
             Fix For: XSS Protection API 2.2.0


A URL similar to {{http://localhost/?q=a+b&amp;r=1}} will be marked as invalid by the {{XSSFilterImpl}} implementation. However, the URL provided is valid and should not be filtered.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)