Capitals in Filename

Hi,

the filename ColdBoxSideBar.xml.cfm is not valid in regard to the
coldboxSideBar.cfc as this looks for a file called
coldboxSideBar.xml.cfm.

regards,
Sami

ColdBoxSideBar: xml file default properties read error. Check default
ColdBoxSideBar.xml file .
An error occurred when performing a file operation read on file /srv/
www/vhosts/xxx/htdocs/coldbox/system/config/coldboxSideBar.xml.cfm.

The error occurred in /srv/www/vhosts/xxx/htdocs/coldbox/system/
interceptors/coldboxSideBar.cfc: line 276
Called from /srv/www/vhosts/xxx/htdocs/coldbox/system/interceptors/
coldboxSideBar.cfc: line 25
Called from /srv/www/vhosts/xxx/htdocs/coldbox/system/interceptors/
coldboxSideBar.cfc: line 25
Called from /srv/www/vhosts/xxx/htdocs/coldbox/system/services/
interceptorService.cfc: line 135
Called from /srv/www/vhosts/xxx/htdocs/coldbox/system/services/
interceptorService.cfc: line 60
Called from /srv/www/vhosts/xxx/htdocs/coldbox/system/services/
loaderService.cfc: line 102
Called from /srv/www/vhosts/xxx/htdocs/coldbox/system/services/
loaderService.cfc: line 37
Called from /srv/www/vhosts/xxx/htdocs/coldbox/system/coldbox.cfc:
line 56
Called from /srv/www/vhosts/xxx/htdocs/myapp/Application.cfc: line 32

274 :
275 : <cfcatch type="any">
276 : <cfthrow message="ColdBoxSideBar: xml file default
properties read error. Check default ColdBoxSideBar.xml file ."
detail="#cfcatch.message#">
277 : </cfcatch>
278 : </cftry>

Good catch Sami, thanks!

Sana, did an svn update, so it will be in the nightly build.