Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Backtrace information missing in Lucee #7

Open
SebastianZ opened this issue Dec 17, 2020 · 0 comments · May be fixed by #5
Open

Backtrace information missing in Lucee #7

SebastianZ opened this issue Dec 17, 2020 · 0 comments · May be fixed by #5

Comments

@SebastianZ
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant