Re: HttpsRequestCycleProcessor not immediately redirecting to https

2010-03-18 Thread Igor Vaynberg
why dont you continue this in the original thread. that way the knowledge will not be spread all over. -igor On Thu, Mar 18, 2010 at 1:29 AM, Gianni wrote: > Apologies, I now see it's exactly the same problem as described here: > http://old.nabble.com/%40RequireHttps---forms-misbehaving-ts268454

Re: HttpsRequestCycleProcessor not immediately redirecting to https

2010-03-18 Thread Gianni
Apologies, I now see it's exactly the same problem as described here: http://old.nabble.com/%40RequireHttps---forms-misbehaving-ts26845496.html I can reproduce this in a quickstart, I just want to check before creating a jira: - In my quickstart I'm calling setRedirect(true) within the form submi

HttpsRequestCycleProcessor not immediately redirecting to https

2010-03-17 Thread Gianni
As part of a product purchase workflow I require users to sign-in or register a new account in order to continue. In my purchase page I'm checking if the user is already signed-in and if not I send them to a SignInOrRegisterPage which has the @RequireHttps annotation. BookingPage dest = new Book