[zanata/zanata-server] 4f26d4: fix(ZNTA-639): handle ViewExpiredException

GitHub noreply at github.com
Mon Nov 2 07:33:58 UTC 2015


  Branch: refs/heads/integration/master
  Home:   https://github.com/zanata/zanata-server
  Commit: 4f26d4012e6823d8855e6e6de92a436c59cbe461
      https://github.com/zanata/zanata-server/commit/4f26d4012e6823d8855e6e6de92a436c59cbe461
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2015-11-02 (Mon, 02 Nov 2015)

  Changed paths:
    M docs/release-notes.md
    A zanata-war/src/main/java/org/zanata/exception/AjaxViewExpiredExceptionHandler.java
    A zanata-war/src/main/java/org/zanata/exception/AjaxViewExpiredExceptionHandlerFactory.java
    M zanata-war/src/main/resources/messages.properties
    M zanata-war/src/main/webapp-jboss/WEB-INF/classes/META-INF/components.xml
    M zanata-war/src/main/webapp/WEB-INF/faces-config.xml
    M zanata-war/src/main/webapp/WEB-INF/pages.xml
    A zanata-war/src/main/webapp/error/viewexpiredexception.xhtml

  Log Message:
  -----------
  fix(ZNTA-639): handle ViewExpiredException

Handle these type of exceptions both in ajax and non-ajax requests.
For ajax requests, inform the user and ask them to reload.
For non-ajax requests, inform the user and offer to head back to the
original page.

Squashed commit of the following:

commit 40dd9a42f3cb1d2ad9b0b7a4d7acf11d2011bba6
Author: Carlos A. Munoz <camunoz at redhat.com>
Date:   Thu Oct 1 12:07:30 2015 +1000

    fix(ZNTA-639): add issue to release notes

commit 84154310849fae87fdacd874ee157b09f0885152
Author: Carlos A. Munoz <camunoz at redhat.com>
Date:   Mon Sep 28 14:00:56 2015 +1000

    fix(ZNTA-639): disable transaction event listener

    Disable the listener that creates a JSF event whenever a transaction
    fails.

commit 51baf5654aae4e729bfe55818f3b1bf6f3cc6422
Author: Carlos A. Munoz <camunoz at redhat.com>
Date:   Mon Sep 28 13:27:35 2015 +1000

    fix(ZNTA-639): code review fixes

commit 66af8bf42217dd88cf024570d78be3ccbf347a31
Author: Carlos A. Munoz <camunoz at redhat.com>
Date:   Sun Sep 27 15:30:43 2015 +1000

    fix(ZNTA-639): handle ViewExpiredException

    Handle these type of exceptions both in ajax and non-ajax requests.
    For ajax requests, inform the user and ask them to reload.
    For non-ajax requests, inform the user and offer to head back to the
    original page.




More information about the zanata-commits mailing list