[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1641) redirect do proper page in pageflow as out of order request comes in

Michael Kozak (JIRA) jira-events at lists.jboss.org
Thu Jul 12 08:54:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1641?page=comments#action_12368724 ] 
            
Michael Kozak commented on JBSEAM-1641:
---------------------------------------

Either:
1. no page outside of pageflow is available or
2. all pages outside of pageflow are available for navigation

1 is implemented now.
2 the logic wouldn't be trivial ? as the validation code would have to check nodes in the process and deny access only to pages in process.

Is it possible ?

> redirect do proper page in pageflow as out of order request comes in
> --------------------------------------------------------------------
>
>                 Key: JBSEAM-1641
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1641
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: BPM
>            Reporter: Michael Kozak
>         Assigned To: Gavin King
>             Fix For: 2.0.0.CR1
>
>
> I'll describe scenario.
> Pages used in page flow "p1, p2, p3, pfinal".
> Transitions:
> p1 to p2
> p2 to p3
> p3 to pfinal
> eg. p1 -> p2 -> p3 -> pfinal
> p1 starts conversation, pfinal ends conversation
> p2,p3,pfinal requires conversation.
> Now let's consider out of order requests.
> I enter page p1, conversation is started.
> Next I point the browser manually to page p3 with cid included.
> Page p3 is displayed with "garbage" - no logic in p2 was executed.
> Buttons on page redirect to p1 of course.
> Feature request: redirect the request to page p3 to go to proper page (p1 in this case).
> This applies only when conversation is in progress as other requests are handled by no-conversation-view-id.
> Seam has org.jboss.seam.core.pageflow in conversation scope with "page" and "node" properties set to "p1" but it seems that it is checked only on POST requests.

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

        



More information about the seam-issues mailing list