You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 08:41:21 UTC

[jira] Updated: (ADFFACES-37) PPR fails on session timeout with form-based authentication

     [ https://issues.apache.org/jira/browse/ADFFACES-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-37:
---------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> PPR fails on session timeout with form-based authentication
> -----------------------------------------------------------
>
>                 Key: ADFFACES-37
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-37
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>         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.
-
You can reply to this email to add a comment to the issue online.