Hi,

I have a major (i'm close to putting my app in production) issue with the
@Secure. 

I have a page with the following  onActivate :

    public void onActivate(String domainName, Integer domainId)

i have the corresponding on passivate

    public Object[] onPassivate() {
        return new Object[] { domainName, domainId };
    }

The parent class of my page is annoted with @Secure

When i get 

httpS://localhost/myPage/bouil.org/42 everything is fine

when i get http://localhost/myPage/bouil.org/42 (non https),
I got a 302 redirected to 
http://localhost/myPage/$N/$N

So the context is lost !

I'm running Tapestry 5.1.0.5

Any help will be greatly appreciated.

Nicolas.



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

Reply via email to