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 2008/08/29 09:24:44 UTC

[jira] Created: (MYFACES-1950) Implement JSF 2.0

Implement JSF 2.0
-----------------

                 Key: MYFACES-1950
                 URL: https://issues.apache.org/jira/browse/MYFACES-1950
             Project: MyFaces Core
          Issue Type: Task
    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.


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

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651337#action_12651337 ] 

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

Lets leave this open for now until the isNewSession issue is resolved, it might have been added already but not yet publicly released ...


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


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

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

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

added isNewSession()
see: 
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=358

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


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

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

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

added raw methods to ExternalContext API

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


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

Posted by "Simon Lessard (JIRA)" <de...@myfaces.apache.org>.
     [ 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.


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

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

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

lame!

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


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

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
    [ 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.