DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40242>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40242 Summary: the 404 error handler is too unspecific and misleading. Product: Lenya Version: Trunk Platform: Other OS/Version: other Status: NEW Severity: blocker Priority: P2 Component: Miscellaneous AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] the error handler for 404 seems to be a "catch all". it always assumes that the currently requested document is missing, even if another resource in the sitemap is the actual culprit. for site admins and module developers, it's a huge nuisance that wastes debugging time. to reproduce, issue "mv bxe bxe__" in the modules directory of your deployment. then browse to default/authoring/index.html, and click on "edit"->"with bxe". you will get an error message saying 404: Page not found - Document does not exist The requested document '/index.html' with document-id '/index' does not exist. what's worse, the user is prompted to create the document, which of course fails. i'd prefer not to catch such errors at all, since a stack trace is much more helpful than the current error handler. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
