Issue 180: debugArrayWrapper is not scoped
Status:  Fixed
Owner:
Closed:  Mar 2010
Reported by acampolo...@gmail.com, Mar 15, 2010
Looks like debugArrayWrapper is not scope into TestCase.cfc.
This brakes Railo if runned into strict mode.
Scoping debugArrayWrapper into variables.debugArrayWrapper looks like can
solve the issue.

TestCase.cfc
13.6 KB   Download
Mar 17, 2010
Project Member #1 Zoram...@gmail.com
Fixed the debugArrayWrapper variable to be explicitly scoped to the variables scope.

Didn't accept the fix in the attachment since it was also replacing 
request.debugArrayWrapper with request.variables.debugArrayWrapper.

See r1372
Status: Fixed
Owner: Zoramite