ColdBox and ColdFusion 8 Interesting bug.

I have found an interesting bug on ColdFusion 8 and the multi-threaded capabilities of ColdBox. This is only to specific coldbox installation setups:
1) Virtual Folder in IIS
2) Apache Alias
If you use an alias or a virtual folder for installing coldbox, you will run into errors that the spawned threads will not be able to actually find the instantiation paths. Example:
coldbox.system.beans.requestContext
It seems that the coldfusion 8 spawned thread cannot find...