You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2011/09/10 15:39:08 UTC

[jira] [Created] (MFCOMMONS-36) MyFaces Commons ResourceHandler should allow configuration /javax.faces.resource or ResourceHandler#RESOURCE_IDENTIFIER through a web config param

MyFaces Commons ResourceHandler should allow configuration /javax.faces.resource or ResourceHandler#RESOURCE_IDENTIFIER through a web config param
--------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: MFCOMMONS-36
                 URL: https://issues.apache.org/jira/browse/MFCOMMONS-36
             Project: MyFaces Commons
          Issue Type: Improvement
            Reporter: Leonardo Uribe
            Priority: Minor


See http://stackoverflow.com/questions/7354464/change-javax-faces-resource-prefix-of-resource-urls

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MFCOMMONS-36) MyFaces Commons ResourceHandler should allow configuration /javax.faces.resource or ResourceHandler#RESOURCE_IDENTIFIER through a web config param

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

Leonardo Uribe resolved MFCOMMONS-36.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2-SNAPSHOT
         Assignee: Leonardo Uribe

> MyFaces Commons ResourceHandler should allow configuration /javax.faces.resource or ResourceHandler#RESOURCE_IDENTIFIER through a web config param
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MFCOMMONS-36
>                 URL: https://issues.apache.org/jira/browse/MFCOMMONS-36
>             Project: MyFaces Commons
>          Issue Type: Improvement
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.0.2-SNAPSHOT
>
>
> See http://stackoverflow.com/questions/7354464/change-javax-faces-resource-prefix-of-resource-urls

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MFCOMMONS-36) MyFaces Commons ResourceHandler should allow configuration /javax.faces.resource or ResourceHandler#RESOURCE_IDENTIFIER through a web config param

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MFCOMMONS-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103908#comment-13103908 ] 

Leonardo Uribe commented on MFCOMMONS-36:
-----------------------------------------

Added this param:

    /**
     * Indicate the prefix that is added to each resource path that is used later to check if the request is a resource request. 
     * 
     * By default is /javax.faces.resource
     */
    @JSFWebConfigParam(defaultValue="/javax.faces.resource")
    public static final String INIT_PARAM_EXTENDED_RESOURCE_IDENTIFIER = "org.apache.myfaces.commons.EXTENDED_RESOURCE_IDENTIFIER";

> MyFaces Commons ResourceHandler should allow configuration /javax.faces.resource or ResourceHandler#RESOURCE_IDENTIFIER through a web config param
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MFCOMMONS-36
>                 URL: https://issues.apache.org/jira/browse/MFCOMMONS-36
>             Project: MyFaces Commons
>          Issue Type: Improvement
>            Reporter: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.0.2-SNAPSHOT
>
>
> See http://stackoverflow.com/questions/7354464/change-javax-faces-resource-prefix-of-resource-urls

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira