subclass IsisWicketApplication and register in the web.xml
On 18 February 2013 11:32, Christian Steinebach < [email protected]> wrote: > Hi everybody! > > I know it's probably not an isis thing, but anyway. > What would I have to to do to login automatically based on the url > > Something like > > tpm2.eidemsnesset.cloudbees.net/wicket/bookmarkable/org.apache.isis.viewer.wicket.ui.pages.login.WicketSignInPage?user=sven > > I guess I have to subclass > > isis/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/login/WicketSignInPage.java > > pickup the user/password parameters and then login somehow...? ;-) > > But how do I tell the isis application to use another sign in page? > > Regards > Christian >
