Check that your Login / Homepage pages is not protected by the Authorization mechanism as well.
On Thu, Sep 30, 2010 at 3:26 AM, hemilshah [via Apache Wicket] < [email protected]<ml-node%[email protected]> > wrote: > Thats correct. Wicket does so the access denied page in case of > Authorization Exception. But the problem for me is the infinite loop. When i > am returning false from the isPageAuthorized method it runs into infinite > loop. It seems that in case of false return, Wicket is invoking this method > again. If this method returns true, then there is no problem. > > I need some clarification in overcoming this infinite loop issue if > isPageAuthorized returns false. > > ------------------------------ > View message @ > http://apache-wicket.1842946.n4.nabble.com/isPageAuthorized-method-runs-infinitely-tp2719086p2720237.html > To start a new topic under Apache Wicket, email > [email protected]<ml-node%[email protected]> > To unsubscribe from Apache Wicket, click > here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>. > > > -- Sincerely, JC (http://www.linkedin.com/in/jcgarciam) Work smarter, not harder!. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/isPageAuthorized-method-runs-infinitely-tp2719086p2720645.html Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.
