[
https://issues.apache.org/jira/browse/MYFACES-3839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3839.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
The new JSF 2.2 spec now uses createViewResource(...) to locate view related
files, but there is a security check in the resource name to avoid pass ../ or
./ . The solution is do a normalization of the resource name in
NavigationHandler implementation before try to derive the view id.
> Relative implicit link not found when it reference parent nodes.
> ----------------------------------------------------------------
>
> Key: MYFACES-3839
> URL: https://issues.apache.org/jira/browse/MYFACES-3839
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-344
> Reporter: Leonardo Uribe
> Assignee: Leonardo Uribe
> Fix For: 2.2.0
>
>
> Reported here:
> http://stackoverflow.com/questions/20709085/jsf-myfaces-2-2-failure
> A link in this mode
> <h:link outcome="../../test" />
> does work with 2.1.13, but it doesn't with the latest snapshot of 2.2.x
> branch.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)