You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/03/15 17:56:28 UTC

svn commit: r157563 - cocoon/trunk/src/webapp/samples/errorhandling/samples.xml

Author: vgritsenko
Date: Tue Mar 15 08:56:28 2005
New Revision: 157563

URL: http://svn.apache.org/viewcvs?view=rev&rev=157563
Log:
add link to samples

Modified:
    cocoon/trunk/src/webapp/samples/errorhandling/samples.xml

Modified: cocoon/trunk/src/webapp/samples/errorhandling/samples.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/samples/errorhandling/samples.xml?view=diff&r1=157562&r2=157563
==============================================================================
--- cocoon/trunk/src/webapp/samples/errorhandling/samples.xml (original)
+++ cocoon/trunk/src/webapp/samples/errorhandling/samples.xml Tue Mar 15 08:56:28 2005
@@ -81,5 +81,10 @@
     <sample name="ApplicationException (3)" href="exception/application?code=3">
       Generate ApplicationException with error code 3.
     </sample>
+    <sample name="Internal Requests" href="internal/">
+      Internal requests error handling is the new feature introduced in Cocoon 2.1.7
+      provides a way to handle exceptions for aggregated, included, or used elsewhere,
+      internal pipelines.
+    </sample>
   </group>
 </samples>