You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Max Starets (JIRA)" <de...@myfaces.apache.org> on 2009/11/03 23:30:35 UTC

[jira] Created: (TRINIDAD-1622) JSF 2.0: Need to provide ExternalContext.getResource() override to call into the PageResolver when a JSP page is executed

JSF 2.0: Need to provide ExternalContext.getResource() override to call into the PageResolver when a JSP page is executed
-------------------------------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-1622
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1622
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Archetype
    Affects Versions: 2.0.0-core
            Reporter: Max Starets
         Attachments: FacesContextFactoryImpl.diff

With JSF 1.2,  overriding dispatch() in FacesContextFactoryImpl.OverrideDispatch  was enough to call into PageResolver before executing a page. JSF 2.0 calls getResource() prior to dispatch(), so we have to override that too.

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


[jira] Updated: (TRINIDAD-1622) JSF 2.0: Need to provide ExternalContext.getResource() override to call into the PageResolver when a JSP page is executed

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

Max Starets updated TRINIDAD-1622:
----------------------------------

    Status: Patch Available  (was: Open)

> JSF 2.0: Need to provide ExternalContext.getResource() override to call into the PageResolver when a JSP page is executed
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1622
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1622
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Archetype
>    Affects Versions: 2.0.0-core
>            Reporter: Max Starets
>         Attachments: FacesContextFactoryImpl.diff
>
>
> With JSF 1.2,  overriding dispatch() in FacesContextFactoryImpl.OverrideDispatch  was enough to call into PageResolver before executing a page. JSF 2.0 calls getResource() prior to dispatch(), so we have to override that too.

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


[jira] Updated: (TRINIDAD-1622) JSF 2.0: Need to provide ExternalContext.getResource() override to call into the PageResolver when a JSP page is executed

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated TRINIDAD-1622:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-core
         Assignee: Matthias Weßendorf
           Status: Resolved  (was: Patch Available)

> JSF 2.0: Need to provide ExternalContext.getResource() override to call into the PageResolver when a JSP page is executed
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1622
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1622
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Archetype
>    Affects Versions: 2.0.0-core
>            Reporter: Max Starets
>            Assignee: Matthias Weßendorf
>             Fix For: 2.0.0-core
>
>         Attachments: FacesContextFactoryImpl.diff
>
>
> With JSF 1.2,  overriding dispatch() in FacesContextFactoryImpl.OverrideDispatch  was enough to call into PageResolver before executing a page. JSF 2.0 calls getResource() prior to dispatch(), so we have to override that too.

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