Author: ate
Date: Tue Sep 11 23:38:18 2007
New Revision: 574799
URL: http://svn.apache.org/viewvc?rev=574799&view=rev
Log:
WICKET-899 fix ported to the portlet-support branch as well.
See: https://issues.apache.org/jira/browse/WICKET-899
Modified:
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java
Modified:
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java?rev=574799&r1=574798&r2=574799&view=diff
==============================================================================
---
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java
(original)
+++
wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java
Tue Sep 11 23:38:18 2007
@@ -192,7 +192,6 @@
public void setPersistent(final boolean enable)
{
username.setPersistent(enable);
- password.setPersistent(enable);
}
/**