Hi Sam, sorry, but this is exactly the worst way to implement https - only container side. The app itself has to be aware if its getting http or https connections - e.g may i show some secret info ? may i ask for credit card number? or: im not very secret/ interesting so forget https and get this http-redirect instead! etc.
and having the whole app accessible via https leads to another problem: performance - just imagine you got a spider going on a https page and then crawles forward all over - or some visitors who think this lovely lock icon is better... -- korbinian > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im > Auftrag von Sam Gendler > Gesendet: Mittwoch, 5. April 2006 01:15 > An: Tapestry users > Betreff: Re: https > > 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] > > > > > > --------------------------------------------------------------------- > 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]
