I've made a webapplication class that extends from AuthenticatedWebApplication in the wicket-auth-roles project version 1.3.1 I've implemented the needed methods, such as getHomePage, getSignInPageClass and getWebSessionClass. They all return the appropiate class. On the homepage i've added the annotation: @AuthorizeInstantiation(Roles.* USER*)
but when i run the application and go to the URL, it goes directly to the homepage and the loginpage isn't called. This isn't supposed to happen, because you need the user rol to get there. Does anyone have an idea about what i'm doing wrong?
