There was some discussion on the lists where Phil recommended a method WebPage.isSecure() which than indicates to make redirect to a https URL. I don't see this method, because I think you can implement it yourself with overrideing checkAcess() and than redirect yourself if no https (see http://sourceforge.net/mailarchive/message.php?msg_id=12587490 and search the users list for SSL)

In tapestry you can set the scheme (https) for links manually and check in validate() that the actual scheme is https.

Mayb WebPage could have a getScheme() like getMarkupType()?

Christian

On Tue, 6 Dec 2005 09:52:10 -0800, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

I don't know. What is the main problem you are having (hard coding
url's probably), and do you have an idea of how support should look
like? For instance, would it (ssl/ normal) be something you could
configure your page maps with?

Any other people been doing this? How do competing frameworks
(non-model 2) do this?

Eelco


On 12/6/05, Nick Heudecker <[EMAIL PROTECTED]> wrote:
Is there a recommended way, within Wicket, to move a user from HTTP to HTTPS
for one or several pages, then move them back to HTTP?  This is handled
within Struts by the SSLEXT package.

Thanks for your time.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



--
Christian Essl
        

        
                
___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to