http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1933
*** shadow/1933 Wed Jun 13 12:13:35 2001
--- shadow/1933.tmp.19257 Mon Jun 18 07:06:46 2001
***************
*** 61,63 ****
--- 61,74 ----
}
}
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-06-18 07:06 -------
+ Could you also include the full stacktrace of the crash, as well as output from
+ the EnvironmentCheck utility run from within your servlet? (Excellent bug detail
+ otherwise!)
+ Add the following line of code immediately *before* the line that causes the
+ crash and include this output as well:
+ boolean environmentOK = new
+ org.apache.xalan.xslt.EnvironmentCheck()).checkEnvironment(out);
+
+