You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
The generation of the backtrace information doesn't work in Lucee 5.3.
The reason for that is that the stack frames returned by createObject( "java", "java.lang.Thread" ).currentThread().getStackTrace() provide relative paths, while getMetaData( this ).path contains an absolute one.
Sebastian
The text was updated successfully, but these errors were encountered:
The generation of the backtrace information doesn't work in Lucee 5.3.
The reason for that is that the stack frames returned by
createObject( "java", "java.lang.Thread" ).currentThread().getStackTrace()
provide relative paths, whilegetMetaData( this ).path
contains an absolute one.Sebastian
The text was updated successfully, but these errors were encountered: