0 Replies Latest reply on Mar 17, 2015 7:45 AM by remy.penchenat

    ViewExpiredException not thrown with security-constraint

    remy.penchenat

      Hi Guys,

       

      After migrating a project from glassfish to wildfly 8.2.0, we have found a problem with ViewExpiredException not thrown when application is under security-constraint (web.xml).

       

      1. Without security-constraint the ViewExpiredException is thrown as expected after session timeout.

       

      2. With security-constraint the ViewExpiredException is not thrown any more. Consequently, our app doesn't redirect to viewExpired.xhtml which cause problems.

       

      Thanks to give me some feedback if possible