Handling default/client directed viewIds with querystrings not cached/cleared 
correctly
---------------------------------------------------------------------------------------

                 Key: PORTLETBRIDGE-68
                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-68
             Project: MyFaces Portlet Bridge
          Issue Type: Bug
          Components: Impl
    Affects Versions: 2.0.0-alpha, 1.0.0-beta
            Reporter: Michael Freedman
            Assignee: Michael Freedman


The bridge is required to deal with encoded view targets that have query 
strings.  The params in the query string are added to the params returned by 
the ExternalContext getRequestParams... api.  This work however is delayed 
until the api is called so we don't prematurey cause parameters to be read (in 
the portlet api) and thus disable other behavior.  Unfortunately, the temporary 
cache isn't getting cleared either when the cache is copied (on the first 
reference) or if a subsequent recomputation is done.  This leads to the cache 
being added to follow on request parameters.

-- 
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