Bug in reloadChecks() ?

Just noticed that line 86 of ColdBox.cfc (in M4) has:

        <cfif NOT structkeyExists(application,"cbController") OR NOT
application[appKey].getColdboxInitiated() OR needReinit>

shouldn't that be:

        <cfif NOT structkeyExists(application,appKey) OR NOT
application[appKey].getColdboxInitiated() OR needReinit>

If you don't override COLDBOX_APP_KEY, it'll be the default but if you
do override it, I think this will cause ColdBox to reload on every
request?

Right on the money sean, this was on the double lock for race conditions. I just updated and committed it, thanks my friend!

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com