Re: Changing from https and http

2007-11-08 Thread Norman Franke
This is an odd one. Apparently, this technique doesn't work either. After loggin in via HTTPS, I can switch back to normal http. This is all done outside of Tapestry. Things get interesting, however, once I go to a tapestry page. I have a page with a a contrib:table. It will display properl

Re: Changing from https and http

2007-11-06 Thread Kevin Menard
I've found the whole scheme/port parameters just too much of a pain in the neck to work with. In an ideal world, you'd be able to tag a page class as @Secure and it would automatically do the correct thing with regards to scheme. What I've resorted to is using mod_rewrite rules that handle the sc

Re: Changing from https and http

2007-11-06 Thread Norman Franke
I didn't hear anything on this. At first, I tried creating a DirectLink component and set its scheme and port and then return an ILink from that from my form listeners. However, despite setting scheme to http, it ignores the scheme and stays https. So, I then decided to just throw a Redirec

Changing from https and http

2007-11-05 Thread Norman Franke
I have a Tapestry 4.1.3 form that I submit via https (using the port and scheme parameters for the form.) This seems to work great. However, I then want to switch back to plain old http. While I can throw a redirect exception with an external URL, this doesn't preserve page state. In my cas