[ 
https://issues.apache.org/jira/browse/MYFACES-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Lessard resolved MYFACES-1950.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha

Was resolved with Application already. From revision <= 763446.

> Implement JSF 2.0 - ExternalContext is missing some methods 
> ------------------------------------------------------------
>
>                 Key: MYFACES-1950
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1950
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>             Fix For: 2.0.0-alpha
>
>
> ExternalContext is missing some methods
> "getContextName()"
> servletCtx => getServletContextName()
> portletCtx => getPortletContextName()
> "getContentLength()"
> servletCtx => ((ServletRequest)request).getContentLength()
> portletCtx = ((ActionRequest) request).getContentLength()
> See also 
> https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=438

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

Reply via email to