You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2007/10/30 23:19:50 UTC

[jira] Created: (MYFACES-1756) ExternalContext.encodeAction/ResourceURL(null) should throw NPE

ExternalContext.encodeAction/ResourceURL(null) should throw NPE
---------------------------------------------------------------

                 Key: MYFACES-1756
                 URL: https://issues.apache.org/jira/browse/MYFACES-1756
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-252
    Affects Versions:  1.2.0
            Reporter: Matthias Weßendorf
            Assignee: Matthias Weßendorf


ExternalContext.encodeActionUrl() and encodeResourceUrl() are supposed
to throw a NullPointerException if the url passed in is null. 

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


[jira] Resolved: (MYFACES-1756) ExternalContext.encodeAction/ResourceURL(null) should throw NPE

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

Matthias Weßendorf resolved MYFACES-1756.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.1-SNAPSHOT

> ExternalContext.encodeAction/ResourceURL(null) should throw NPE
> ---------------------------------------------------------------
>
>                 Key: MYFACES-1756
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1756
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>    Affects Versions:  1.2.0
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>             Fix For: 1.2.1-SNAPSHOT
>
>
> ExternalContext.encodeActionUrl() and encodeResourceUrl() are supposed
> to throw a NullPointerException if the url passed in is null. 

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


[jira] Commented: (MYFACES-1756) ExternalContext.encodeAction/ResourceURL(null) should throw NPE

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

Matthias Weßendorf commented on MYFACES-1756:
---------------------------------------------

some other methods on Servlet-IMPL are missing null checks as well. (see Portlet-IMPL)

> ExternalContext.encodeAction/ResourceURL(null) should throw NPE
> ---------------------------------------------------------------
>
>                 Key: MYFACES-1756
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1756
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>    Affects Versions:  1.2.0
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>
> ExternalContext.encodeActionUrl() and encodeResourceUrl() are supposed
> to throw a NullPointerException if the url passed in is null. 

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