[jira] [Updated] (MYFACES-3639) The flash scope cookie is not HttpOnly

2014-05-15 Thread Dennis Kieselhorst (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Kieselhorst updated MYFACES-3639: Status: Patch Available (was: Open) The flash scope cookie is not HttpOnly

[jira] [Commented] (MYFACES-3639) The flash scope cookie is not HttpOnly

2014-05-12 Thread Leonardo Uribe (JIRA)
/JAVASERVERFACES-2911 If it was fixed in Mojarra 2.2.1, we should fix it in MyFaces 2.2. I think we have not fixed it before because this is something that should be done in the spec, so we should not fix it in 2.0/2.1. The flash scope cookie is not HttpOnly

[jira] [Updated] (MYFACES-3639) The flash scope cookie is not HttpOnly

2014-05-12 Thread Leonardo Uribe (JIRA)
Status: Resolved (was: Patch Available) Thanks to Paul Nicolucci for provide this patch. The flash scope cookie is not HttpOnly -- Key: MYFACES-3639 URL: https://issues.apache.org/jira/browse/MYFACES-3639

[jira] [Commented] (MYFACES-3606) Flash scope looses values on redirect when immediate=true

2013-10-18 Thread Leonardo Uribe (JIRA)
helpful. Flash scope looses values on redirect when immediate=true - Key: MYFACES-3606 URL: https://issues.apache.org/jira/browse/MYFACES-3606 Project: MyFaces Core Issue Type: Bug

[jira] [Commented] (MYFACES-3639) The flash scope cookie is not HttpOnly

2013-05-16 Thread Paul Nicolucci (JIRA)
and 2.1 streams. Can someone take a look and commit the changes for me? Let me know if there are any questions or concerns. Thanks! The flash scope cookie is not HttpOnly -- Key: MYFACES-3639 URL: https

[jira] [Commented] (MYFACES-3639) The flash scope cookie is not HttpOnly

2013-04-22 Thread Paul Nicolucci (JIRA)
for this it should be pretty straight forward. I'll attach to this issue once completed. Any objections let me know. Thanks! The flash scope cookie is not HttpOnly -- Key: MYFACES-3639 URL: https://issues.apache.org/jira

[jira] [Created] (MYFACES-3639) The flash scope cookie is not HttpOnly

2012-11-13 Thread David Gadbois (JIRA)
David Gadbois created MYFACES-3639: -- Summary: The flash scope cookie is not HttpOnly Key: MYFACES-3639 URL: https://issues.apache.org/jira/browse/MYFACES-3639 Project: MyFaces Core Issue

[jira] [Created] (MYFACES-3606) Flash scope looses values on redirect when immediate=true

2012-09-08 Thread Luis Roche (JIRA)
Luis Roche created MYFACES-3606: --- Summary: Flash scope looses values on redirect when immediate=true Key: MYFACES-3606 URL: https://issues.apache.org/jira/browse/MYFACES-3606 Project: MyFaces Core

[jira] [Created] (PORTLETBRIDGE-201) Proposal for 3.0 IMPL: Preserve and restore Flash scope within BridgeRequestScope

2011-03-29 Thread Neil Griffin (JIRA)
Proposal for 3.0 IMPL: Preserve and restore Flash scope within BridgeRequestScope - Key: PORTLETBRIDGE-201 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-201

Re: Flash scope

2011-01-29 Thread Andy Schwartz
Completely agree with Jakob's comments and wanted to add one suggestion. The best way to identify other similar problems would be to re-compile against the jsf-api.jar only (not jsf-impl.jar). Better yet, if you tweak your build along these lines, you'll avoid the risk of introducing accidental

Re: Flash scope

2011-01-29 Thread Matthias Wessendorf
On Sat, Jan 29, 2011 at 1:46 PM, Andy Schwartz andy.g.schwa...@gmail.com wrote: Completely agree with Jakob's comments and wanted to add one suggestion.  The best way to identify other similar problems would be to re-compile against the jsf-api.jar only (not jsf-impl.jar).  Better yet, if you

Flash scope

2011-01-27 Thread Alexandre Verri
Dear developers, I would like to request you an important feature that is missing in MyFaces - the Flash scope. Similar to Mojarra, MyFaces could have the ELFlash class with static methods, to make it possible to store and retrieve objects from flash scope, like example bellow: ELFlash.getFlash

Re: Flash scope

2011-01-27 Thread Jakob Korherr
Hi Alexandre, MyFaces does implement the Flash Scope (every valid JSF 2 implementation has to). Take a look at the standardized class javax.faces.context.Flash. ELFlash, however, seems to be the internal implementation of the Flash object in Mojarra. This is only an implementation detail

[jira] Updated: (MYFACES-3009) Flash scope looses values on redirect

2011-01-20 Thread Leonardo Uribe (JIRA)
: Resolved (was: Patch Available) Flash scope looses values on redirect - Key: MYFACES-3009 URL: https://issues.apache.org/jira/browse/MYFACES-3009 Project: MyFaces Core Issue Type: Bug Components

[jira] Commented: (MYFACES-3009) Flash scope looses values on redirect

2011-01-14 Thread Jakob Korherr (JIRA)
a hack at first sight, but I agree that this is better than having to rely on FlashImpl internals! Flash scope looses values on redirect - Key: MYFACES-3009 URL: https://issues.apache.org/jira/browse/MYFACES-3009

[jira] Updated: (MYFACES-3009) Flash scope looses values on redirect

2011-01-11 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-3009: Status: Patch Available (was: Open) Flash scope looses values on redirect

[jira] Commented: (MYFACES-3009) Flash scope looses values on redirect

2011-01-11 Thread Leonardo Uribe (JIRA)
soon. Flash scope looses values on redirect - Key: MYFACES-3009 URL: https://issues.apache.org/jira/browse/MYFACES-3009 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects

[jira] Created: (MYFACES-3009) Flash scope looses values on redirect

2011-01-04 Thread Jakob Korherr (JIRA)
Flash scope looses values on redirect - Key: MYFACES-3009 URL: https://issues.apache.org/jira/browse/MYFACES-3009 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions

[jira] Commented: (MYFACES-3009) Flash scope looses values on redirect

2011-01-04 Thread Jakob Korherr (JIRA)
: http://www.mail-archive.com/users@myfaces.apache.org/msg56758.html Flash scope looses values on redirect - Key: MYFACES-3009 URL: https://issues.apache.org/jira/browse/MYFACES-3009 Project: MyFaces Core

Re: defacto standard for EL Flash scope?

2006-03-13 Thread Ed Burns
standards if both of us provide the same EB interface to the user. EB One thing I wanted to include in JSF 1.2 is a flash scope as shown in EB my blog entry [1]. EB Is anyone here interested in doing this sort of thing? EB Ed EB [1] http://weblogs.java.net/blog/edburns/archive/2005/12

Re: defacto standard for EL Flash scope?

2006-03-13 Thread Ed Burns
On Thu, 09 Mar 2006 16:49:49 -0800, Adam Winer [EMAIL PROTECTED] said: AW I have very mixed emotions about rushing into any standards here, AW de-facto or otherwise. There's a lot of different ideas here, AW and I don't want to latch into any one just yet. Let's AW take our time to get this

Re: defacto standard for EL Flash scope?

2006-03-10 Thread Matthias Wessendorf
there is room for us to make defacto standards if both of us provide the same interface to the user. One thing I wanted to include in JSF 1.2 is a flash scope as shown in my blog entry [1]. Is anyone here interested in doing this sort of thing? Ed [1] http://weblogs.java.net

Re: defacto standard for EL Flash scope?

2006-03-10 Thread Mike Kienenberger
1.1 impls are open source, so there is room for us to make defacto standards if both of us provide the same interface to the user. One thing I wanted to include in JSF 1.2 is a flash scope as shown in my blog entry [1]. Is anyone here interested in doing this sort of thing

defacto standard for EL Flash scope?

2006-03-09 Thread Ed Burns
to include in JSF 1.2 is a flash scope as shown in my blog entry [1]. Is anyone here interested in doing this sort of thing? Ed [1] http://weblogs.java.net/blog/edburns/archive/2005/12/bringing_ruby_o.html -- | [EMAIL PROTECTED] | {home: 407 869 9587, office: 408 884 9519 OR x31640

Re: defacto standard for EL Flash scope?

2006-03-09 Thread Mike Kienenberger
interface to the user. One thing I wanted to include in JSF 1.2 is a flash scope as shown in my blog entry [1]. Is anyone here interested in doing this sort of thing? Ed [1] http://weblogs.java.net/blog/edburns/archive/2005/12/bringing_ruby_o.html -- | [EMAIL PROTECTED] | {home: 407 869

Re: defacto standard for EL Flash scope?

2006-03-09 Thread jacob
features in. However, Sun's and Apache's JSF 1.1 impls are open source, so there is room for us to make defacto standards if both of us provide the same interface to the user. One thing I wanted to include in JSF 1.2 is a flash scope as shown in my blog entry [1]. Is anyone here interested

Re: defacto standard for EL Flash scope?

2006-03-09 Thread Adam Winer
big features in. However, Sun's and Apache's JSF 1.1 impls are open source, so there is room for us to make defacto standards if both of us provide the same interface to the user. One thing I wanted to include in JSF 1.2 is a flash scope as shown in my blog entry [1]. Is anyone here