You can always configure your servlet engine (Tomcat, Jetty, etc.) to
make it useHTTPS. HTTPS is not some 'feature' of a web toolkit, it's a
feature of the servlet engine. The @Secure annotation is just a helpful
addition that tells the servlet egine that it should switch to HTTPS for
that page.

Martijn

On Fri, 2008-07-25 at 08:27 -0700, tapestry5 wrote:
> Is there any thing i can do with version 5.0.10. How can this be possible
> that before 5.0.11 version Https was not supported. 
> 
> 
> 
> kristian.marinkovic wrote:
> > 
> > hi, 
> > 
> > if i  recall it correctly the @Secure annotation was added in version 
> > 5.0.11
> > try to update to the latest stable version 5.0.13 anyway.
> > 
> > g,
> > kris
> > 
> > 
> > 
> > 
> > tapestry5 <[EMAIL PROTECTED]> 
> > 24.07.2008 23:02
> > Bitte antworten an
> > "Tapestry users" <users@tapestry.apache.org>
> > 
> > 
> > An
> > users@tapestry.apache.org
> > Kopie
> > 
> > Thema
> > https to https
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > I have a secure page (https) which calls my tapestry page. when i do a
> > servlet call on return i get http back and not https. I read about @secure
> > annotation. I am using 5.0.10. I don't see @secure annotation in that pkg.
> > 
> > Thanks
> > -- 
> > View this message in context: 
> > http://www.nabble.com/https-to-https-tp18640298p18640298.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> > 
> > 
> > ---------------------------------------------------------------------
> > 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