there may be an error in the maven docs for 5.0.18 on
http://tapestry.apache.org/tapestry5/guide/secure.html
configuration.put(TapestryConstants.SECURE_PAGE, "true"); // does not work
configuration.add(MetaDataConstants.SECURE_PAGE, "true"); // works
shall i open a jira issue or prepare a patch?
Jonathan Barker schrieb:
I think you're looking for:
public void contributeMetaDataLocator(
MappedConfiguration<String, String> configuration) {
configuration.add(MetaDataConstants.SECURE_PAGE, "true");
}
On Thu, Mar 26, 2009 at 11:10 AM, Dave Greggory <davegregg...@yahoo.com>wrote:
That looks like it might work, thanks a lot, Jonathan.
Do you want replaced TapestryConstants.SECURE_PAGE constant? It's not
available in T5.0.18.
----- Original Message ----
From: Jonathan Barker <jonathan.theit...@gmail.com>
To: Tapestry users <users@tapestry.apache.org>
Sent: Wednesday, March 25, 2009 10:18:42 PM
Subject: Re: Non Standard SSL port on Tapestry App
Does the Base URL Support section of this page suit your needs?
http://tapestry.apache.org/tapestry5/guide/secure.html
On Wed, Mar 25, 2009 at 9:56 PM, Dave Greggory <davegregg...@yahoo.com>
wrote:
Tapestry does not work when using a non standard SSL port. All the form
submissions and events do not send the request properly. We're using a
standard port in tomcat, but a load balancer that sits in front of tomcat
server forces all requests to go through a non standard SSL port. This is
due a corporate requirement and it works fine in our standard Spring MVC
based webapps.
Any way to configure it to recognize and post/get to the right port?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
--
Jonathan Barker
ITStrategic
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
--
Felix Gonschorek
GG-Media
Kirchstr. 18
69115 Heidelberg
Tel: +49 6221 890 168-0
Fax: +49 6221 890 168-1
Mobil: +49 176 2234 1338
fe...@gg-media.biz
http://www.gg-media.biz
Vertretungsberechtigte Gesellschafter:
Felix Gonschorek & Jochen Greiner
Umsatzsteuer-Identifikationsnummer
gemäß § 27a Umsatzsteuergesetz:
DE232906440
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org