You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org> on 2014/09/03 19:18:52 UTC

[jira] [Resolved] (MYFACES-3923) MyFaces uses Servlet 3.0 only method cookie.setHttpOnly(true)

     [ 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)

Re: [jira] [Resolved] (MYFACES-3923) MyFaces uses Servlet 3.0 only method cookie.setHttpOnly(true)

Posted by Leonardo Uribe <lu...@gmail.com>.
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) <de...@myfaces.apache.org>
:

>
>      [
> 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)
>