Bugs item #1251566, was opened at 2005-08-04 04:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1251566&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: 1.2 Status: Open Resolution: None Priority: 5 Submitted By: David Liebeherr (davidliebeherr) Assigned to: Nobody/Anonymous (nobody) Summary: Endless loop when a custom ErrorPage contains Errors Initial Comment: ... getPages().setInternalErrorPage(ErrorPage.class); getSettings(). setUnexpectedExceptionDisplay(ApplicationSettings. SHOW_INTERNAL_ERROR_PAGE); ... When the Custom ErrorPage contains errors by itself then the system tries to redirect to the ErrorPage again in an endless loop. Could be solved by checking if the Page that contains the error is an ErrorPage and if so then redirect to the internalErrorPage or do something else that makes the most sense in this situation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1251566&group_id=119783 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
