[Seaside] Making a store in Seaside

Boris Popov boris at deepcovelabs.com
Wed Sep 12 06:59:47 UTC 2007


Don't you have to set server protocol as a setting on an application?

Cheers!

-Boris
(Sent from a BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
Sent: Tue Sep 11 23:24:42 2007
Subject: Re: [Seaside] Making a store in Seaside

> 1.  Native handling.  I can just say something like:   self call:
> SecuredComponent withCart: myCart.   and the new object will be
> displayed, it just happens that it's displayed over https (this includes
> a transparent redirect as part of the component).

I would go with this approach. You create a decoration and in
#updateRoot: you change the URL from http to https. Whenever you need
security you add this decoration, whenever you don't you remove it.
This assumes that you have an identical Apache setup for http and
https, but that shouldn't be a problem.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070911/ed0ea826/attachment.htm


More information about the seaside mailing list