You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/31 16:18:52 UTC

[jira] [Commented] (SLING-4557) Add JSON and XML validation to the XSS Protection API

    [ https://issues.apache.org/jira/browse/SLING-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388572#comment-14388572 ] 

ASF GitHub Bot commented on SLING-4557:
---------------------------------------

GitHub user vladbailescu opened a pull request:

    https://github.com/apache/sling/pull/81

    SLING-4557 - Add JSON and XML validation to the XSS Protection API

    - Added validator methods to the API
    - Added JSON validation implementation using Apache Commons JSON
    - Added XML validation implementation using SAX
    - Added unit tests

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vladbailescu/sling SLING-4557_json_xml_validation

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/81.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #81
    
----
commit 3f910b2f90d5705d53cde31cc264c4c098c91eea
Author: vladbailescu <ba...@adobe.com>
Date:   2015-03-31T14:16:19Z

    SLING-4557 - Add JSON and XML validation to the XSS Protection API
    
    - Added validator methods to the API
    - Added JSON validation implementation using Apache Commons JSON
    - Added XML validation implementation using SAX
    - Added unit tests

----


> Add JSON and XML validation to the XSS Protection API
> -----------------------------------------------------
>
>                 Key: SLING-4557
>                 URL: https://issues.apache.org/jira/browse/SLING-4557
>             Project: Sling
>          Issue Type: New Feature
>          Components: Extensions
>    Affects Versions: XSS Protection API 1.0.2
>            Reporter: Vlad Bailescu
>            Priority: Minor
>             Fix For: XSS Protection API 1.0.4
>
>
> Add methods for JSON and XML validation in the XSS API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)