You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2009/08/06 17:37:14 UTC

[jira] Created: (SHIRO-84) Enhance SavedRequest

Enhance SavedRequest
--------------------

                 Key: SHIRO-84
                 URL: https://issues.apache.org/jira/browse/SHIRO-84
             Project: Shiro
          Issue Type: Improvement
          Components: Web
    Affects Versions: 1.0
            Reporter: Les Hazlewood
            Priority: Minor
             Fix For: 1.0


After reviewing SHIRO-82, it appears that we could do some more robust Request saving logic.  After looking at Tomcat's FormAuthenticator source code [1] (matchRequest and restoreRequest methods), there are more things we can do to make our solution more capable, like saving Cookies and other request-related data.

[1] http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java?revision=HEAD

We should enhance the current SavedRequest implementation based on similar logic found in the above Tomcat code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.