onError(), onRequest() and cfabort
Several people have noticed that if you are using Application.cfc and have an onError() method in it, when you use cfabort to end a request, it will trigger the onError() method. This seems pretty counter-intuitive...

