You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marat Radchenko (JIRA)" <ji...@apache.org> on 2009/12/29 11:58:29 UTC

[jira] Created: (WICKET-2649) Make SignInPage stateless

Make SignInPage stateless
-------------------------

                 Key: WICKET-2649
                 URL: https://issues.apache.org/jira/browse/WICKET-2649
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-auth-roles
    Affects Versions: 1.4.5
            Reporter: Marat Radchenko


By changing SignInPanel.SignInForm to inherit from StatelessForm instead of Form, whole SignInPage can become stateless and save ~4kb per instance in session.

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


[jira] Resolved: (WICKET-2649) Make SignInPage stateless

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2649.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.6
         Assignee: Juergen Donnerstag

> Make SignInPage stateless
> -------------------------
>
>                 Key: WICKET-2649
>                 URL: https://issues.apache.org/jira/browse/WICKET-2649
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-auth-roles
>    Affects Versions: 1.4.5
>            Reporter: Marat Radchenko
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.6, 1.5-M1
>
>
> By changing SignInPanel.SignInForm to inherit from StatelessForm instead of Form, whole SignInPage can become stateless and save ~4kb per instance in session.

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