You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2019/10/13 10:50:02 UTC

[deltaspike] branch master updated (7cfff5a -> f9f0c6a)

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

tandraschko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git.


    from 7cfff5a  Merge pull request #97 from twyszomirski/DELTASPIKE-1388
     new 3eba037  DELTASPIKE-1390 - Test that frames don't work with CLIENTWINDOW mode
     new cdc155e  DELTASPIKE-1390 - Fix CLIENTWINDOW mode to work with frames
     new 4a05ebf  DELTASPIKE-1391 - Never install tokenized redirect handler for any anchor links
     new f9f0c6a  Merge pull request #98 from beikov/DELTASPIKE-1390

The 2379 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/deltaspike/windowhandler.js | 27 ++++++++++++++++-----
 ...Test.java => WindowScopedContextFrameTest.java} | 28 ++++++++++------------
 .../WindowAccessBean.java}                         | 23 ++++++++----------
 .../{page2.xhtml => frame.xhtml}                   |  6 ++---
 .../{page2.xhtml => framecontainer.xhtml}          |  9 ++++---
 5 files changed, 50 insertions(+), 43 deletions(-)
 copy deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/{WindowScopedContextTest.java => WindowScopedContextFrameTest.java} (80%)
 copy deltaspike/modules/jsf/impl/src/test/java/org/apache/deltaspike/test/jsf/impl/scope/window/{MyWindowScopedBean.java => beans/WindowAccessBean.java} (75%)
 copy deltaspike/modules/jsf/impl/src/test/resources/windowScopedContextTest/{page2.xhtml => frame.xhtml} (89%)
 copy deltaspike/modules/jsf/impl/src/test/resources/windowScopedContextTest/{page2.xhtml => framecontainer.xhtml} (88%)