Do you have any idea as to why I'm always redirected to the start page when I try to enter a SSL-enabled page, even though I'm following the description for SSL on the Wicket Wiki?
Johan Compagner wrote: > > wicket doesn't redirect to a full url > wicket only uses relative onces so if you type > > https://server/xxxx > > then that first part https://server will not be changed by wicket > > > > On Tue, Mar 11, 2008 at 10:15 AM, Tormod Øverlier <[EMAIL PROTECTED]> > wrote: > >> >> I'm trying to use SSL on certain pages in my application by using the >> description for Wicket 1.3 in the wiki. However, when I access a page >> with >> SSL, I'm always redirected to the start page. I see that the >> respond-method >> in my WebRequestCycleProcessor is called 3 times. The first time, it >> calls >> webReponse.reponse() with a SSL enabled url, but without the >> "?wicket:interface" stuff behind. The second and third time, it sets the >> url >> to a non-SSL url pointing to the start page. >> >> I have set the render strategy according to the description in the wiki. >> >> 1. Any suggestions to my specific problem? >> 2. Are there any plans to include a more direct support for SSL in future >> versions of Wicket? >> >> Thanks. Tormod. >> -- >> View this message in context: >> http://www.nabble.com/SSL-tp15975713p15975713.html >> Sent from the Wicket - User mailing list archive at >> Nabble.com<http://nabble.com/> >> . >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/SSL-tp15975713p15998744.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
