PPR fails on session timeout with form-based authentication
-----------------------------------------------------------

         Key: ADFFACES-37
         URL: http://issues.apache.org/jira/browse/ADFFACES-37
     Project: MyFaces ADF-Faces
        Type: Bug

 Environment: OC4J container 10.1.3
    Reporter: Cosma Colanicchia


This problem is related to web applications with form-based container managed 
security.

Suppose you have a view with a paged <af:table>, and that the session timed 
out. When you try to move on the next page (or to sort the table), the same 
page will be redrawn and no JSF processing will happen at all, because the 
container has forwarded the request to the login page. Due to the behaviour of 
PPR, the login page isn't shown to the user, that has no way to know what's 
happened. You can write a log line with a scriptlet in the login page to see 
that the forward has happened.

Trying to set partialTriggers="false" in <afh:head>, <afh:body>, <af:form> and 
<af:table> doesn't help.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to