BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Stack frames in console output are outputting HTML entities.

Description

Example: https://github.com/coldbox-modules/twilio-sdk/actions/runs/12279373814/job/34263273273

Not 100% sure if this is a BL issue or a TestBox reporter issue.

The stack frame in the text reporter is output to the console as:

14: var res = twilioClient 15: .lookup( phoneNumber = "415-701-2311" ) 16: .withBasicAuth( getSystemSetting( "TWILIO_ACCOUNT_SID" ), getSystemSetting( "TWILIO_AUTHTOKEN" ) ) 17: .send(); 18:


The HTML encoding should only be applied to browser output.

Activity

Show:

Brad Wood December 11, 2024 at 4:40 PM

Good catch. Luis added escaping a while back, but it was being applied to the html AND plain text versions.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created December 11, 2024 at 3:49 PM
Updated December 11, 2024 at 4:41 PM
Resolved December 11, 2024 at 4:41 PM

Flag notifications