Denis Forveille created DELTASPIKE-374:
------------------------------------------

             Summary: Provide a WindowContext/flow implementation that deal 
with login or error pages flows/redirections
                 Key: DELTASPIKE-374
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-374
             Project: DeltaSpike
          Issue Type: Improvement
          Components: JSF-Module
    Affects Versions: 0.4
         Environment: WebSphere v8.5.0.2 (includes MyFaces)
            Reporter: Denis Forveille


The current implementation of WindowContext is not compatible OOTB with Apache 
Shiro and other frameworks that implements the classic "redirect-to-login-page" 
when required because the parameters are not propagated on all requests of the 
process
The current implementation generates an infinite redirect loop in the browser 
if used with apache Shiro.

It is currently possible to totally disable the WindowContext feature by 
providing an implementation of ClientWindowConfig impl which sets 
theClientWindowRenderMode to NONE, but this is not acceptable as many apps need 
the windows context active and have login pages redirect flows and it is not 
always possible to rewrite the login process

DS should provide a way to keep the windows context active and handle nicely 
the login page flow without having to change the security frameworks.
The same things may happen when dealing with error pages


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to