Question on this issue:
http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-694
The issue mentions this requirement:
> Currently the JSF Flash is required to be application scope.
However, I am not seeing this requirement in the spec, either in the
PDF, or in the javadoc for javax.faces.context.Flash. Am I just missing
where this requirement is stated?
If there is a requirement that the Flash scope implementation not use
the session for maintaining data across requests, then I'll want to vote
for this issue. (We'll need to discourage our product teams from using
Flash scope if it is not compatible with failover.) However, if this is
just an implementation choice, I would rather save my vote and follow up
with the implementation teams.
Can anyone clarify what the spec requires regarding cross-request Flash
storage?
Andy