[GitHub] cnsgithub edited a comment on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
cnsgithub edited a comment on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441158458 > Of course - but this methods uses char and char[]: > > ``` > public void write(int c) th

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696446#comment-16696446 ] ASF GitHub Bot commented on MYFACES-4266: - cnsgithub edited a comment on issue

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696388#comment-16696388 ] ASF GitHub Bot commented on MYFACES-4266: - cnsgithub commented on issue #27: MY

[GitHub] cnsgithub commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
cnsgithub commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441158458 > Of course - but this methods uses char and char[]: > > ``` > public void write(int c) throws IO

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696021#comment-16696021 ] ASF GitHub Bot commented on MYFACES-4266: - melloware commented on issue #27: MY

[GitHub] melloware commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
melloware commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441063132 Ahh I see what you mean just override those write methods and process each char.

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695991#comment-16695991 ] ASF GitHub Bot commented on MYFACES-4266: - tandraschko commented on issue #27:

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695992#comment-16695992 ] ASF GitHub Bot commented on MYFACES-4266: - tandraschko edited a comment on issu

[GitHub] tandraschko edited a comment on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
tandraschko edited a comment on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441056944 Of course - but this methods uses char and char[]: public void write(int c) throws IOEx

[GitHub] tandraschko commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
tandraschko commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441056944 Of course - but this methods uses char and char[]: public void write(int c) throws IOException

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695983#comment-16695983 ] ASF GitHub Bot commented on MYFACES-4266: - melloware commented on issue #27: MY

[GitHub] melloware commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
melloware commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441055497 @tandraschko I think since Strings are immutable you will have no choice but to create a new String but I

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695954#comment-16695954 ] ASF GitHub Bot commented on MYFACES-4266: - tandraschko edited a comment on issu

[GitHub] tandraschko edited a comment on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
tandraschko edited a comment on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441049008 thanks, really appreciate new contributors! i just wonder if we could implement it without

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695953#comment-16695953 ] ASF GitHub Bot commented on MYFACES-4266: - tandraschko commented on issue #27:

[GitHub] tandraschko commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread GitBox
tandraschko commented on issue #27: MYFACES-4266: Ajax update fails due to invalid characters in response XML (DoS) URL: https://github.com/apache/myfaces/pull/27#issuecomment-441049008 thanks, really appreciate new contributors! i just wonder if we could implement it without always

[jira] [Comment Edited] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695940#comment-16695940 ] Werner Punz edited comment on MYFACES-4266 at 11/22/18 2:20 PM: -

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695940#comment-16695940 ] Werner Punz commented on MYFACES-4266: -- @tandraschko, how do you wanna address thi

[jira] [Commented] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695920#comment-16695920 ] ASF GitHub Bot commented on MYFACES-4266: - cnsgithub opened a new pull request

[GitHub] cnsgithub opened a new pull request #27: fixes https://issues.apache.org/jira/browse/MYFACES-4266

2018-11-22 Thread GitBox
cnsgithub opened a new pull request #27: fixes https://issues.apache.org/jira/browse/MYFACES-4266 URL: https://github.com/apache/myfaces/pull/27 Fixes - https://issues.apache.org/jira/browse/MYFACES-4266 Related to - https://github.com/primefaces/primefaces/issues/3875 @

[jira] [Commented] (TOBAGO-1931) TobagoBundle class doesn't work correctly

2018-11-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695754#comment-16695754 ] Hudson commented on TOBAGO-1931: FAILURE: Integrated in Jenkins build Tobago Trunk #1605

[jira] [Commented] (TOBAGO-1956) Cleaning localization in the demo

2018-11-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695658#comment-16695658 ] Hudson commented on TOBAGO-1956: FAILURE: Integrated in Jenkins build Tobago Trunk #1604

[jira] [Created] (MYFACES-4266) Ajax update fails due to invalid characters in response XML (DoS)

2018-11-22 Thread cnsgithub (JIRA)
cnsgithub created MYFACES-4266: -- Summary: Ajax update fails due to invalid characters in response XML (DoS) Key: MYFACES-4266 URL: https://issues.apache.org/jira/browse/MYFACES-4266 Project: MyFaces Core