Interesting bug with Application.cfc and mappings and the Application constructor
Tags: ColdFusion 8, ColdFusion 9, Coldbox
A few years ago I wrote a small component for ColdBox that actually allowed me to modify the Application settings, specifically the ORM settings and cfclocation. There was nothing special to this component and I had it working for sometime, that was until I moved ColdBox away from the root of the application and used per application mappings instead.
Which is when I discovered something very interesting with Application.cfc and the constructor.


