Ticket #371 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

ColdBoxProxy - Update code throw's to adapt to complex cfcatch structures.

Reported by: sullah Assigned to: lmajano
Priority: highest Milestone: 2.6.0
Component: Coldbox Proxy Version: 2.5.2
Severity: normal Keywords: coldboxproxy
Cc: sullah

Description

/system/extras/ColdboxProxy.cfc Line number 67

throw(e.message,e.detail & e.stacktrace,e.type);

e.type is complex values like structures or java object.

e.stacktrace could be a object which I seen in testing.

FIX:

inflate throw() arguments to simple values.

Change History

03/12/08 00:38:36 changed by lmajano

  • status changed from new to closed.
  • resolution set to fixed.

03/19/08 19:51:04 changed by sullah

  • status changed from closed to reopened.
  • resolution deleted.
 Attribute validation error for tag CFTHROW.
The value of the attribute type, which is currently Expression, is invalid.
 
The error occurred in /var/sites/coldbox/system/extras/ColdboxProxy.cfc: line 204
Called from /var/sites/coldbox/system/extras/ColdboxProxy.cfc: line 70

*Reproduce: Have a wrong method name in service layer. Coldboxproxy line 70 having issue now.

coldboxproxy.cfc?method=getBlogList

03/22/08 00:29:02 changed by lmajano

  • status changed from reopened to closed.
  • resolution set to fixed.

All should be good now.


Copyright 2006 ColdBox Framework by Luis Majano