Client directed views should also invalidate redirect cache
-----------------------------------------------------------
Key: PORTLETBRIDGE-65
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-65
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 caches a redirect target if the redirect occurs during a render
until the view resulting from the redirect can get encoded into a render
parameter. I.e. it uses the redirect cache vs. the encoded target in the
incoming request until the next action. This cache is currently flushed and
its contents ignored if a subsequent request is for a different portlet mode.
The cache should also be ignored/flushed if the client directly expresses the
target view (via the indicated request parameters). The code doesn't currently
do the later.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.