You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2018/11/26 08:44:41 UTC

[myfaces] 01/01: Merge pull request #27 from cnsgithub/illegalXmlCharacters

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

tandraschko pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 0b8f6b8c2d0ebae0fc80ee460651817787beb0d4
Merge: 68c8ab6 f004b76
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Nov 26 09:44:36 2018 +0100

    Merge pull request #27 from cnsgithub/illegalXmlCharacters
    
    MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

 .../myfaces/context/PartialResponseWriterImpl.java |  5 +-
 .../util/IllegalXmlCharacterFilterWriter.java      | 84 ++++++++++++++++++++++
 .../context/PartialResponseWriterImplTest.java     | 42 ++++++++++-
 3 files changed, 127 insertions(+), 4 deletions(-)