Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSe9cbe5cf462523a0-5d0bd438122084e1759-7ffe.ht...
Copy link to clipboard
Copied
There seems to have been a change to the Application.cfc OnRequestEnd method that I can't find documented anywhere. In previous versions of CF, page execution ended completely and immediately after executing a CFABORT or CFLOCATION tag. In ColdFusion 9 this appears to have changed to now executing the onRequestEnd event before terminating the request (only if it's in the Application.cfc, not if it's an OnRequestEnd.cfm template). I'll post this comment also on the OnRequestEnd page. More from Ben Nadel: http://www.bennadel.com/blog/2050-Changes-In-CFLocation-OnRequestEnd-Behavior-In-ColdFusion-9-s-Application-cfc.htm and from my blog: http://ontap.riaforge.org/blog/index.cfm?mode=entry&entry=58993158-CFC0-A2D4-EB631D225F064EDD