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.