Re: Password in url after page recreation

2021-07-20 Thread Bas Gooren
Hi Claudia, I have never seen this in our applications - we always use a form POST to submit user login details. The only reason I can think of that would lead to your case is when you set the form to submit using a GET request. That would put the fields in the URL and thus in wicket’s page

Password in url after page recreation

2021-07-20 Thread Claudia Hirt
> Hi all, > > we currenlty facing some issues with the recreateBookmarkablePagesAfterExpiry > option. > We set this option to true, the user visits the login page and enters > username and password (""). Now the user waits > for the login till the session expires. Wicket forces a page