Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2, 1.0-JSR-3
-
None
Description
consider the script:
throw new Exception("foo")
the stack trace should show the line number and script name of the script which has thrown this exception. Instead the trace shows something like "unknown source"