WebBeansJSFFilter is cutting off included ViewParams
----------------------------------------------------
Key: OWB-162
URL: https://issues.apache.org/jira/browse/OWB-162
Project: OpenWebBeans
Issue Type: Bug
Components: Core
Affects Versions: 1.0.0
Reporter: Sven Linstaedt
Assignee: Gurkan Erdogdu
I am using a nightly build.
If a navigation result in a redirect that has a query string containing view
encoded parameters using <f:viewParam />, these parameters will get cut off in
WebBeansJSFFilter:68. The filter uses ViewHandler.getActionURL(), which in turn
only returns the viewId with cut off parameters.
I was not able to figure out why ViewHandler.getActionURL() is used at this
point. In the reference implementation ViewHandler.getActionURL() is already
called in ViewHandler.getRedirectURL().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.