Quite strange that a feature like this (which is absolutely necessary in
nearly any e-commerce like website) isn't there. 

So I have two ways of dealing with this situation (except doing some
nasty things with servlet filters and the like):

Take the source and modify it (which seems to take more than just a
couple of minutes of work because I first have to figure out how the
framework works)

or

Migrate to 4.0


Have to think about it to make a clever decision ...


Cheers,
detlef

-----Original Message-----
From: Filip S. Adamsen [mailto:[EMAIL PROTECTED] 
Sent: 05 April 2006 01:25
To: Tapestry users
Subject: Re: https

I think his issue is handling https *in* Tapestry - e.g. outputting the 
correct scheme in various link components etc.

https:// support is available in Tapestry 4.0, but you're on T3... 
Perhaps this functionality is available in the new Tapestry 3.0.4 
release? I would check, but I'm starting to fall asleep, heh.

-Filip

Sam Gendler skrev:
> I don't have an answer offhand, but some google searching on using
> your particular servlet container and/or application server with https
> should be sufficient to get you started.  The application code itself
> shouldn't require anything in particular in order to support https. 
> For something like tomcat, you can just put it behind an apache
> instance, although I believe tomcat can also support openssl based
> sockets via the tomcat native library.  That should even allow you to
> use hardware acceleration for ssl.
> 
> --sam
> 
> 
> On 4/4/06, Detlef Schulze <[EMAIL PROTECTED]> wrote:
>> ... should mention that I'm still on T3 ...
>>
>> -----Original Message-----
>> From: Detlef Schulze
>> Sent: 04 April 2006 20:25
>> To: Tapestry users
>> Subject: https
>>
>> Hi everyone,
>>
>> I have two websites that need to work (partly) with https. How can I
use
>> https with tapestry? It used to be so simple with WebObjects ;-)
>>
>>
>> Tia,
>> Detlef

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to