You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2007/08/28 10:11:30 UTC

[jira] Created: (WICKET-899) Authentication example fails with "PasswordTextField does not support cookies"

Authentication example fails with "PasswordTextField does not support cookies"
------------------------------------------------------------------------------

                 Key: WICKET-899
                 URL: https://issues.apache.org/jira/browse/WICKET-899
             Project: Wicket
          Issue Type: Bug
          Components: wicket-examples
    Affects Versions: 1.3.0-beta2
         Environment: http://www.wicketstuff.org/wicket13/authorization/

            Reporter: Martin Grigorov
            Priority: Minor
             Fix For: 1.3.0-beta4


ERROR - RequestCycle               - FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
java.lang.UnsupportedOperationException: FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
        at org.apache.wicket.markup.html.form.FormComponent.setPersistent(FormComponent.java:932)
        at org.apache.wicket.authentication.panel.SignInPanel.setPersistent(SignInPanel.java:195)
        at org.apache.wicket.authentication.panel.SignInPanel$SignInForm.<init>(SignInPanel.java:94)
        at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:143)
        at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:121)
        at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:49)
        at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:38)
        at org.apache.wicket.examples.authentication.MySignInPage.<init>(MySignInPage.java:35)


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


[jira] Updated: (WICKET-899) Authentication example fails with "PasswordTextField does not support cookies"

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

Igor Vaynberg updated WICKET-899:
---------------------------------

    Fix Version/s:     (was: 1.3.0-beta3)
                   1.3.0-beta4

> Authentication example fails with "PasswordTextField does not support cookies"
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-899
>                 URL: https://issues.apache.org/jira/browse/WICKET-899
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.3.0-beta2
>         Environment: http://www.wicketstuff.org/wicket13/authentication/
>            Reporter: Martin Grigorov
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.0-beta4
>
>
> ERROR - RequestCycle               - FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
> java.lang.UnsupportedOperationException: FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
>         at org.apache.wicket.markup.html.form.FormComponent.setPersistent(FormComponent.java:932)
>         at org.apache.wicket.authentication.panel.SignInPanel.setPersistent(SignInPanel.java:195)
>         at org.apache.wicket.authentication.panel.SignInPanel$SignInForm.<init>(SignInPanel.java:94)
>         at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:143)
>         at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:121)
>         at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:49)
>         at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:38)
>         at org.apache.wicket.examples.authentication.MySignInPage.<init>(MySignInPage.java:35)

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


[jira] Updated: (WICKET-899) Authentication example fails with "PasswordTextField does not support cookies"

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

Martin Grigorov updated WICKET-899:
-----------------------------------

    Fix Version/s:     (was: 1.3.0-beta4)
      Environment: 
http://www.wicketstuff.org/wicket13/authentication/


  was:
http://www.wicketstuff.org/wicket13/authorization/



> Authentication example fails with "PasswordTextField does not support cookies"
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-899
>                 URL: https://issues.apache.org/jira/browse/WICKET-899
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.3.0-beta2
>         Environment: http://www.wicketstuff.org/wicket13/authentication/
>            Reporter: Martin Grigorov
>            Priority: Minor
>
> ERROR - RequestCycle               - FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
> java.lang.UnsupportedOperationException: FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
>         at org.apache.wicket.markup.html.form.FormComponent.setPersistent(FormComponent.java:932)
>         at org.apache.wicket.authentication.panel.SignInPanel.setPersistent(SignInPanel.java:195)
>         at org.apache.wicket.authentication.panel.SignInPanel$SignInForm.<init>(SignInPanel.java:94)
>         at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:143)
>         at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:121)
>         at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:49)
>         at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:38)
>         at org.apache.wicket.examples.authentication.MySignInPage.<init>(MySignInPage.java:35)

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


[jira] Resolved: (WICKET-899) Authentication example fails with "PasswordTextField does not support cookies"

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

Igor Vaynberg resolved WICKET-899.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta3
         Assignee: Igor Vaynberg

> Authentication example fails with "PasswordTextField does not support cookies"
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-899
>                 URL: https://issues.apache.org/jira/browse/WICKET-899
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.3.0-beta2
>         Environment: http://www.wicketstuff.org/wicket13/authentication/
>            Reporter: Martin Grigorov
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.0-beta3
>
>
> ERROR - RequestCycle               - FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
> java.lang.UnsupportedOperationException: FormComponent class org.apache.wicket.markup.html.form.PasswordTextField does not support cookies
>         at org.apache.wicket.markup.html.form.FormComponent.setPersistent(FormComponent.java:932)
>         at org.apache.wicket.authentication.panel.SignInPanel.setPersistent(SignInPanel.java:195)
>         at org.apache.wicket.authentication.panel.SignInPanel$SignInForm.<init>(SignInPanel.java:94)
>         at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:143)
>         at org.apache.wicket.authentication.panel.SignInPanel.<init>(SignInPanel.java:121)
>         at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:49)
>         at org.apache.wicket.authentication.pages.SignInPage.<init>(SignInPage.java:38)
>         at org.apache.wicket.examples.authentication.MySignInPage.<init>(MySignInPage.java:35)

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