allow given window-id
---------------------

                 Key: EXTCDI-43
                 URL: https://issues.apache.org/jira/browse/EXTCDI-43
             Project: MyFaces CODI
          Issue Type: Improvement
          Components: JEE-JSF12-Module, JEE-JSF20-Module
            Reporter: Gerhard Petracek
            Priority: Minor


myfaces codi checks if the received window-id was created within the current 
user-session.
that's e.g. not the case if users bookmark the page (including the window id) 
and continues later on.
if the window-id is unknown, codi generates a new id. -> a request based on a 
bookmark leads to a new window-context(-id), if the request is within a new 
session.

however, there are some very special use-cases - e.g. an external app. has to 
forward the window-id e.g. to another codi based web-app.
to allow such uses-cases it should be possible to allow unknown window-ids.

attention: if you activate this feature, you risk problems in combination with 
bookmarks!

web.xml context-param: 
org.apache.myfaces.extensions.cdi.ALLOW_UNKNOWN_WINDOW_IDS

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to