Re: Tapestry links not https

2013-06-04 Thread Dmitry Gusev
Here's how I solve this problem with Tomcat and OpenShift: I declare these Symbol values: tapestry.hostname=.rhcloud.com tapestry.hostport=80 tapestry.hostport-secure=443 tapestry.secure-enabled=true I put @Secure to my pages. And I declare RemoteIpValve in my application context like this:

Re: Tapestry links not https

2013-06-04 Thread Richard Frovarp
On 05/31/2013 02:45 PM, John wrote: My tapestry app doesn't work with SSL set up, the links have port 443 added but start http://. There must be some configuration missing? John You may also want to look at: MetaDatConstants.SECURE_PAGE. I know even with AJP proxying to Tomcat, we've ran i

Re: Tapestry links not https

2013-06-03 Thread Ryan How
when accessed on the internal network? regards, John - Original Message - From: Alejandro Scandroli To: Tapestry users Sent: Monday, June 03, 2013 10:52 AM Subject: Re: Tapestry links not https Hi John These are configuration symbols: http://tapestry.apache.org/symbols

Re: Tapestry links not https

2013-06-03 Thread Ryan How
--- From: Alejandro Scandroli To: Tapestry users Sent: Monday, June 03, 2013 10:52 AM Subject: Re: Tapestry links not https Hi John These are configuration symbols: http://tapestry.apache.org/symbols.html One way (there are other ways) you can configured th

Re: Tapestry links not https

2013-06-03 Thread John
To: Tapestry users Sent: Monday, June 03, 2013 10:52 AM Subject: Re: Tapestry links not https Hi John These are configuration symbols: http://tapestry.apache.org/symbols.html One way (there are other ways) you can configured them is through the ApplicationDefaults provider p

Re: Tapestry links not https

2013-06-03 Thread Alejandro Scandroli
es? Have you got a code snippet pls? > > John > - Original Message - > From: Alejandro Scandroli > To: Tapestry users > Sent: Friday, May 31, 2013 9:29 PM > Subject: Re: Tapestry links not https > > > John, make sure you set both SymbolConstants.

Re: Tapestry links not https

2013-05-31 Thread John
: Re: Tapestry links not https John, make sure you set both SymbolConstants.HOSTPORT and SymbolConstants.HOSTPORT_SECURE. There is a tiny issue with this if you don't do it, see my comments here: https://issues.apache.org/jira/browse/TAP5-1973 Alejandro. On Fri, May 31, 2013 at

Re: Tapestry links not https

2013-05-31 Thread Alejandro Scandroli
ver name > is fine though so I don't need to set that. > > John > - Original Message - > From: Dmitry Gusev > To: Tapestry users > Sent: Friday, May 31, 2013 9:01 PM > Subject: Re: Tapestry links not https > > > Sorry, looks like you've

Re: Tapestry links not https

2013-05-31 Thread John
fine though so I don't need to set that. John - Original Message - From: Dmitry Gusev To: Tapestry users Sent: Friday, May 31, 2013 9:01 PM Subject: Re: Tapestry links not https Sorry, looks like you've cited this page, but there's a code sample that c

Re: Tapestry links not https

2013-05-31 Thread Dmitry Gusev
x27;s not configurable. >> >> John >> - Original Message - >> From: John >> To: users@tapestry.apache.org >> Sent: Friday, May 31, 2013 8:45 PM >> Subject: Tapestry links not https >> >> >> My tapestry app doesn't work wi

Re: Tapestry links not https

2013-05-31 Thread Dmitry Gusev
s there a way to > do that? > > It seems I must follow the Tapestry way of @Secure in the pages, but > that's not configurable. > > John > - Original Message - > From: John > To: users@tapestry.apache.org > Sent: Friday, May 31, 2013 8:45 PM >

Re: Tapestry links not https

2013-05-31 Thread John
--- Original Message - From: John To: users@tapestry.apache.org Sent: Friday, May 31, 2013 8:45 PM Subject: Tapestry links not https My tapestry app doesn't work with SSL set up, the links have port 443 added but start http://. There must be some configuration missing? John

Tapestry links not https

2013-05-31 Thread John
My tapestry app doesn't work with SSL set up, the links have port 443 added but start http://. There must be some configuration missing? John