You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2008/11/27 12:18:44 UTC

[jira] Commented: (MYFACES-1950) Implement JSF 2.0 - ExternalContext is missing some methods

    [ https://issues.apache.org/jira/browse/MYFACES-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651326#action_12651326 ] 

Werner Punz commented on MYFACES-1950:
--------------------------------------

isNewSession seems to be dropped from the specs, it definitely
has not been added to the latest public draft!
I will comment this out (for later references if it will be added
and then will commit the other two methods!)


> 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
>
> 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.