So when a bookmarkable page can't be found we throw that error? We could do that but would that help a lot? What do we now when a bookmarkable page is asked for but not found? just the 404? with nothing else?
Maybe we could reusse the accessdenied? (you are trying to get things that you shouldn't) johan On 3/14/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:
Currently we have: * AccessDeniedPage * ExceptionErrorPage * InternalErrorPage * PageExpiredErrorPage But we don't have a page to report an URL that does not point to an existing resource. What about adding that? For example it would be needed here: PackageRequestTargetUrlCodingStrategy should interrupts the cycle and sends a 404 when a page/class cannot be found http://issues.apache.org/jira/browse/WICKET-293 It would be needed in some other places as well I guess. Cheers, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/
