Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 50963 invoked by uid 500); 20 Jan 2003 17:36:38 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 50944 invoked from network); 20 Jan 2003 17:36:37 -0000 Date: 20 Jan 2003 17:38:02 -0000 Message-ID: <20030120173802.10390.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 16267] New: - [RFE] Notifiers should use exception/cause messages X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16267 [RFE] Notifiers should use exception/cause messages Summary: [RFE] Notifiers should use exception/cause messages Product: Cocoon 2 Version: 2.0.4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: core AssignedTo: cocoon-dev@xml.apache.org ReportedBy: m_rolappe@web.de contrived example sitemap snippet: so, assuming the xml file doesn't exist accessing foo/bar(1).html should give you an error page (if one is displayed at all, see my previous bug report), something like the following: Cocoon 2 - Resource not found -------------------------------------------------------------------------------- type resource-not-found message Resource not found description The requested URI "/test/foo/bar(1).html" was not found. sender org.apache.cocoon.servlet.ParanoidCocoonServlet source Cocoon servlet request-uri /test/foo/bar(1).html path-info test/foo/bar(1).html a useful error page would include info from the exception, so one wouldn't need to look into the logs to see what the real error was. Example: Cocoon 2 - Resource not found -------------------------------------------------------------------------------- type resource-not-found message Resource not found file:/g:/test/not-exist(1).xml description The requested URI "/test/foo/bar(1).html" was not found. sender org.apache.cocoon.servlet.ParanoidCocoonServlet source Cocoon servlet request-uri /test/foo/bar(1).html cause g:\test\not-exist(1).xml (Das System kann die angegebene Datei nicht finden) path-info test/foo/bar(1).html --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org