Hi

Being strict JSF 2.2 should run in a Servlet 3.0 container, but the thing
here is as long as you don't use file upload, the only line that uses
Servlet 3.0 is cookie.setHttpOnly(true). There is another one:

@MultipartConfig
public final class FacesServlet implements Servlet

but by some reason, the annotation is ignored.

It is clear it should be solved as won't fix. I just wanted to notice it as
a curious fact.

regards,

Leonardo Uribe


2014-09-03 12:18 GMT-05:00 Mike Kienenberger (JIRA) <[email protected]>
:

>
>      [
> https://issues.apache.org/jira/browse/MYFACES-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Mike Kienenberger resolved MYFACES-3923.
> ----------------------------------------
>     Resolution: Won't Fix
>
> Servlet 3.0 is one of the dependencies of JSF 2.2 as it depends on J2EE 6.
>
> We use Servlet 3.0 in the file upload API as well.
>
>
> > MyFaces uses Servlet 3.0 only method cookie.setHttpOnly(true)
> > -------------------------------------------------------------
> >
> >                 Key: MYFACES-3923
> >                 URL: https://issues.apache.org/jira/browse/MYFACES-3923
> >             Project: MyFaces Core
> >          Issue Type: Bug
> >    Affects Versions: 2.2.4
> >         Environment: Java 1.6, WebLogic 10.3.0.0, Servlet 2.5
> >            Reporter: Osman İZBAT
> >
>
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>

Reply via email to