Hello, I was wondering if the following use case can be implemented in wicket:
-> a page requires authentification (@AuthorizeInstantiation()) -> if it's not authentif, it will be intercepted by a SignIn.class -> based on a rule, i want to send the user to another page. -> that page will redirect the user to the original page. How could I accomplish this? Thanks in advance.
