You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Fernando Padilla <fe...@alum.mit.edu> on 2006/03/09 23:03:45 UTC

scheme parameter

The Form and Link components all support the scheme parameter, allowing 
you to switch between http and https.

Has anyone used this feature?  It looks buggy to me, but I wanted to see 
if anyone was using this feature correctly, and I just couldn't see how 
to get it to work.


Though I really don't see any way that it actually works.  It changes 
the scheme, but not the port:

http://host:80/Home.html

to an invalid url:

https://host:80/Home.html



So I am thinking of working up a patch to expose the port as well.. any 
complaints?

fernando

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