greenrd 00/10/15 15:57:24
Modified: src/org/apache/cocoon/processor/xsp/library/java util.xsl
Log:
More informative exception information is now produced by taglibs
Revision Changes Path
1.19 +1 -4
xml-cocoon/src/org/apache/cocoon/processor/xsp/library/java/util.xsl
Index: util.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/library/java/util.xsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- util.xsl 2000/08/04 21:02:20 1.18
+++ util.xsl 2000/10/15 22:57:24 1.19
@@ -103,10 +103,7 @@
} catch (Exception e) {
xspCurrentNode.appendChild(
document.createTextNode(
- "{" +
- __name + ": \n" +
- e.getMessage() +
- "}"
+ "{" + __name + ": \n" + e + "}"
)
);
}