Re: @Secure solution (was Re: [t5.0.18] Secure Annotation / BaseURLSource)

2010-02-09 Thread Geoff Callender
day, 9 February, 2010 05:33:07 GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > Subject: @Secure solution (was Re: [t5.0.18] Secure Annotation / > BaseURLSource) > > I've found a solution - use AJP (instead of HTTP) from Apache to > Jetty/Tomcat. Apache handles the

Re: @Secure solution (was Re: [t5.0.18] Secure Annotation / BaseURLSource)

2010-02-09 Thread Peter Stavrinides
Geoff Callender" To: "Tapestry users" Sent: Tuesday, 9 February, 2010 05:33:07 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: @Secure solution (was Re: [t5.0.18] Secure Annotation / BaseURLSource) I've found a solution - use AJP (instead of HTTP) from Apache to Jetty/Tomcat

@Secure solution (was Re: [t5.0.18] Secure Annotation / BaseURLSource)

2010-02-08 Thread Geoff Callender
I'm attempting to contribute my own RequestSecurityManager, but if anybody >> else has a better idea where I don't have to touch internal stuff let me >> know. >> >> >> >> - Original Message >> From: Dave Greggory >>

Re: [t5.0.18] Secure Annotation / BaseURLSource

2010-02-08 Thread Geoff Callender
ave Greggory > To: Tapestry users > Sent: Tuesday, May 19, 2009 10:51:41 AM > Subject: Re: [t5.0.18] Secure Annotation / BaseURLSource > > > Well looks like our internal network structure is pretty set and can't be > changed. > > Users <-- internet (http / https c

Re: [t5.0.18] Secure Annotation / BaseURLSource

2009-05-19 Thread Dave Greggory
ecure? How can I get secure connections working in this situation? Thanks so much. Dave - Original Message From: Dave Greggory To: Tapestry users Sent: Monday, May 18, 2009 12:16:36 PM Subject: Re: [t5.0.18] Secure Annotation / BaseURLSource Don't worry about it, turns out ou

Re: [t5.0.18] Secure Annotation / BaseURLSource

2009-05-19 Thread Dave Greggory
ctions working in this situation? Thanks so much. Dave - Original Message From: Dave Greggory To: Tapestry users Sent: Monday, May 18, 2009 12:16:36 PM Subject: Re: [t5.0.18] Secure Annotation / BaseURLSource Don't worry about it, turns out our internal network is screwed up..

Re: [t5.0.18] Secure Annotation / BaseURLSource

2009-05-18 Thread Dave Greggory
bject: Re: [t5.0.18] Secure Annotation / BaseURLSource obviously, it is. - Original Message From: Martin Strand To: Tapestry users Sent: Monday, May 18, 2009 11:40:40 AM Subject: Re: [t5.0.18] Secure Annotation / BaseURLSource Just a guess... perhaps baseSecureURL is not an https url?

Re: [t5.0.18] Secure Annotation / BaseURLSource

2009-05-18 Thread Dave Greggory
obviously, it is. - Original Message From: Martin Strand To: Tapestry users Sent: Monday, May 18, 2009 11:40:40 AM Subject: Re: [t5.0.18] Secure Annotation / BaseURLSource Just a guess... perhaps baseSecureURL is not an https url? On Mon, 18 May 2009 15:15:50 +0200, Dave Greggory

Re: [t5.0.18] Secure Annotation / BaseURLSource

2009-05-18 Thread Martin Strand
Just a guess... perhaps baseSecureURL is not an https url? On Mon, 18 May 2009 15:15:50 +0200, Dave Greggory wrote: > > I've been using BaseURLSource(since behind a firewall/load balancer) fine all > this time, and recently I needed a secure page, so I added the @Secure > annotation on that

[t5.0.18] Secure Annotation / BaseURLSource

2009-05-18 Thread Dave Greggory
I've been using BaseURLSource(since behind a firewall/load balancer) fine all this time, and recently I needed a secure page, so I added the @Secure annotation on that page. But that page is no longer working because @Secure annotation ends up sending continuous redirects. What am I doing wrong