Re: T5: @Secure and https with subdomain

2011-06-28 Thread Thiago H. de Paula Figueiredo
On Tue, 28 Jun 2011 03:57:44 -0300, Angelo C. wrote: hi, Hi! if force a different host name, should it be another t5 app? No. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, Ars Machina Tecnologia da Inf

Re: T5: @Secure and https with subdomain

2011-06-28 Thread Sigbjørn Tvedt
If you only want requests to https://sample.com/pay to be redirected, you could create a page that redirects the user. Take a look at the jumpstart example for using URLs as a return type. http://jumpstart.doublenegative.com.au/jumpstart/examples/navigation/returntypes1 Sigbjørn On Tue, Jun 28,

Re: T5: @Secure and https with subdomain

2011-06-27 Thread Angelo C.
hi, if force a different host name, should it be another t5 app? Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Secure-and-https-with-subdomain-tp4530831p4530924.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: T5: @Secure and https with subdomain

2011-06-27 Thread Martin Strand
On Tue, 28 Jun 2011 08:24:25 +0200, Angelo C. wrote: I have tried the @Secure, it will automatically direct to https:/sample.com/pay, now I have a special requirement, it should direct to: https://safe.sample.com/pay, any idea how to accomplish this? You can override the default implement