Hi, secure-enabled = true... I have a pretty simple authenticated page...
@RequiresRoles(logical = Logical.OR, value = { Role.LogisticsRole, Role.AccountingRole, Role.PalletsRole }) @Secure public class TapPage { ....... } When the page is redirected to the login screen (no authentication yet) and is called from plain old http:// URL, the login screen is shown, but it's still the http:// protocol that is used. According to the Tapestry documentation @Scecure redirects to https:// URL if the page is already not called through https. This works, until tynamo security gets involved and points to the login screen. Any chance of getting this fixed? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org