You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Concini (JIRA)" <de...@myfaces.apache.org> on 2010/02/26 20:55:27 UTC

[jira] Created: (MYFACES-2581) double slash breaks new prefix mapping (/faces//faces/*) - CTS failure

double slash breaks new prefix mapping (/faces//faces/*) - CTS failure
----------------------------------------------------------------------

                 Key: MYFACES-2581
                 URL: https://issues.apache.org/jira/browse/MYFACES-2581
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta-2
            Reporter: Michael Concini
            Assignee: Michael Concini
            Priority: Minor


when using prefix mapping (e.g. /faces/*), according to the new algorithm for JSF 2.0 we need to treat multiple iterations of /faces (/faces/faces, /faces/faces/faces) the same when calculating the view ID.  Right now we fail to do this if we have a double slash in the URL.


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


[jira] Resolved: (MYFACES-2581) double slash breaks new prefix mapping (/faces//faces/*) - CTS failure

Posted by "Michael Concini (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Concini resolved MYFACES-2581.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-3

> double slash breaks new prefix mapping (/faces//faces/*) - CTS failure
> ----------------------------------------------------------------------
>
>                 Key: MYFACES-2581
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2581
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Michael Concini
>            Assignee: Michael Concini
>            Priority: Minor
>             Fix For: 2.0.0-beta-3
>
>
> when using prefix mapping (e.g. /faces/*), according to the new algorithm for JSF 2.0 we need to treat multiple iterations of /faces (/faces/faces, /faces/faces/faces) the same when calculating the view ID.  Right now we fail to do this if we have a double slash in the URL.

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