You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2022/12/15 10:19:01 UTC

[myfaces] branch 2.3.x updated (fef23f5bb -> 7a2efa0fd)

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

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


    from fef23f5bb Merge pull request #432 from werpu/2.3.x
     new 29305c649 https://issues.apache.org/jira/browse/MYFACES-4531: adding nonce fix for the head backporting head replacement from newer code levels
     new 56c97cff3 https://issues.apache.org/jira/browse/MYFACES-4531: adding nonce fix, to the script eval part. Backporting the improved evalScripts from next in a legacy browser compatible way. All integration tests now pass as expected.
     new 3887552e8 https://issues.apache.org/jira/browse/MYFACES-4531: adding nonce fix, to the script eval part. Backporting the improved evalScripts from next in a legacy browser compatible way. All integration tests now pass as expected.
     new f8075c598 Merge branch 'apache:2.3.x' into 2.3.x
     new 7a2efa0fd Merge pull request #433 from werpu/2.3.x

The 4741 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../META-INF/resources/myfaces/_impl/_util/_Dom.js | 124 ++++++---------
 .../resources/myfaces/_impl/core/_EvalHandlers.js  | 166 +++++++++------------
 .../resources/myfaces/_impl/core/_ExtRuntime.js    |   6 +-
 .../resources/myfaces/_impl/core/_Runtime.js       |  20 ++-
 .../myfaces/_impl/xhrCore/_AjaxResponse.js         | 103 +++++++++----
 5 files changed, 210 insertions(+), 209 deletions(-)