[jira] [Commented] (MYFACES-3922) Migrating from 2.0.11 to 2.2.x

2014-09-03 Thread Daniel Reznick (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14119744#comment-14119744 ] Daniel Reznick commented on MYFACES-3922: - Found the problem... although I don't

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

2014-09-03 Thread JIRA
Osman İZBAT created MYFACES-3923: Summary: MyFaces uses Servlet 3.0 only method cookie.setHttpOnly(true) Key: MYFACES-3923 URL: https://issues.apache.org/jira/browse/MYFACES-3923 Project: MyFaces

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

2014-09-03 Thread Mike Kienenberger
JSF 2.2 depends on J2EE 6. Servlet 3.0 is part of J2EE 6. So I don't think there's anything wrong with us depending on Servlet 3.0. On the other hand, if this is our only dependency, and we can rewrite it to work with 2.5, then there's no reason preventing us from addressing this. On Wed, Sep

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

2014-09-03 Thread Werner Punz
Am 03.09.14 18:39, schrieb Mike Kienenberger: JSF 2.2 depends on J2EE 6. Servlet 3.0 is part of J2EE 6. So I don't think there's anything wrong with us depending on Servlet 3.0. On the other hand, if this is our only dependency, and we can rewrite it to work with 2.5, then there's no reason

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

2014-09-03 Thread Mike Kienenberger
I'll go ahead and mark it won't fix, then. On Wed, Sep 3, 2014 at 1:14 PM, Werner Punz werner.p...@gmail.com wrote: Am 03.09.14 18:39, schrieb Mike Kienenberger: JSF 2.2 depends on J2EE 6. Servlet 3.0 is part of J2EE 6. So I don't think there's anything wrong with us depending on Servlet

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

2014-09-03 Thread Mike Kienenberger (JIRA)
[ 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

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

2014-09-03 Thread Leonardo Uribe
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

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

2014-09-03 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14120496#comment-14120496 ] Osman İZBAT commented on MYFACES-3923: -- Hi Mike. My code was working with myfaces

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

2014-09-03 Thread Mike Kienenberger
Do we need to update our web page from Servlet 2.5 to 3.0? On Wed, Sep 3, 2014 at 5:29 PM, Osman İZBAT (JIRA) dev@myfaces.apache.org wrote: [