That does help! I'll have to make bunches of changes (getting the build to run my integration tests (Jetty) in SSL, etc.), but should be manageable.
Thanks! -----Original Message----- From: Filip S. Adamsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 10:11 AM To: Tapestry users Subject: Re: T5.0.11-SNAPSHOT: pageLink rendering in SSL broken Hi Joel, A @Secure annotation was implemented recently, I believe you might want to override the BaseURLSource service: http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/secure. html Hope this helps. :) -Filip Joel Wiegman skrev: > Hello all, > > After upgrading to T5.0.11-SNAPSHOT, PageLink components that render > SSL links do not render the correct protocol and omit the port altogether. > > Expected: > > https://myserver:9300/myapp > > Actual: > > http://myserver/myapp > > Running the same application over regular HTTP renders the links > correctly. > > Can anyone confirm this? > > Joel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]