Re: Switching between HTTP / HTTPS

2006-09-04 Thread Mika Tammilehto
Thanks! I'm gonna have a look at those frameworks. I've just noticed the "scheme" parameter on the form component: http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/Form.html May be this may help as well under some circumstances, but I think the filter approach will be a lot mor

Re: Switching between HTTP / HTTPS

2006-09-04 Thread Kalle Korhonen
Depends on the security framework you use, not really a Tapestry function. Acegi makes it configurable and also AppFuse has a configurable filter for it. Kalle On 9/4/06, Mika Tammilehto <[EMAIL PROTECTED]> wrote: Hi! Is there a "best-practice"-approach in Tapestry (4.0) to switch from HTTP

Switching between HTTP / HTTPS

2006-09-04 Thread Mika Tammilehto
Hi! Is there a "best-practice"-approach in Tapestry (4.0) to switch from HTTP to HTTPS and back again, depending on the page? We could write a servlet filter to switch to secure connection when necessary but maybe there's a simple way to do it in Tapestry... any idea? Thanks a lot in advance! C