ColdBox Framework Forums Notification: Post to Possible typo in documentation for 'Environment Control Via Interceptors'

Title: Possible typo in documentation for 'Environment Control Via Interceptors'
Thread: Possible typo in documentation for 'Environment Control Via Interceptors'
Forum: Bugs
Conference: ColdBox
User: alex In my dev setup (CB 2.5.2, CF 7, Windows XP) the XML parsing seems to be case
sensitive. I assume that's always the case, but not sure. If so, I believe the
tags in the environmental control interceptor example should be capitalized.
http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbEnvironmentControl
[code]
<Interceptor class="coldbox.system.interceptors.environmentControl">
<Property name='configFile'>config/environments.xml.cfm</Property>
  <Property
name='fireOnInit'>false</Property>
</Interceptor>
[/code]

I'm just getting
started with this, so I don't even have everything working yet, but after
cutting and pasting the example capitalizing the tags let me get the framework
to parse the config file.
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=E2CB272B-FF65-CEF6-65883A667378AA19