You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "martijn.list" <ma...@gmail.com> on 2011/06/30 11:34:54 UTC

Request parameter is lost when redirecting from http to https

I have enabled https globally for all pages by setting
MetaDataConstants.SECURE_PAGE to true. Now if I access a page with a URL
containing a request parameter, the request parameter is lost when
redirecting:

http://example.com/activate?key=13094257801800ogbw2aci47q36c7okl477kxf6m

GET /activate?key=13094257801800ogbw2aci47q36c7okl477kxf6m HTTP/1.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
DNT: 1
Connection: keep-alive

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Location: https://example/activate
Content-Length: 0
Date: Thu, 30 Jun 2011 09:25:57 GMT

This is more or less similar to
https://issues.apache.org/jira/browse/TAP5-1080 which was fixed. It
seems only to be fixed for activation context.

I'm using Tapestry 5.2.5.

Is this a known problem?

Kind regards,

Martijn Brinkers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org