Two RC2 Bugs discoverd: interceptor service and environment Control

There have been two rc2 bugs discovered for
1.InterceptorService - Interceptor Registrations
It would not clean out the interception points structure. So if more
than one interceptors where used, it would register them in several
invalid locations. Not critical, but horrible. This has been fixed.

2. EnvironmentControl - missing local environment reference.
Environment detection occurs but no settings would be overriden, since
the local environment variable was not set. This has been fixed.

Both of them have been fixed and commited to the svn. So you can grab
the files from svn or just download the nightly build. I will be
updating the RC2 download, to reflect these two critical fixes.

Thanks again

I am also getting the following error on BlueDragon but not with
ColdFusion:

Expression Error
Detail Problem occurred while parsing:
coldbox.plugins.MTlogger.logErrorWithBean-F58B9C85-
C8A9-1565-95ABA9CA1CC64A6E
Extended Info Encountered "ABA9CA1CC64A6E". Was expecting one of:
<EOF> "AND" ... "OR" ... "XOR" ... "EQV" ... "IMP" ... "MOD" ...
"DOES" ... "(" ... "[" ... "&" ... "=" ... "." ... "+" ... "-" ...
"*" ... "/" ... "\\" ... "^" ... "EQUAL" ... "EQUALS" ... "IS" ...
"EQ" ... "NEQ" ... "LT" ... "GT" ... "CONTAINS" ... "LTE" ... "LE" ...
"GTE" ... "GE" ... "NOT" ... "LESS" ... "GREATER" ...

-Aaron

I just checked out the latest build committed to SVN and tested my app
on BlueDragon 7 and got the following error:

Expression Error
Detail Problem occurred while parsing:
coldbox.plugins.MTlogger.logErrorWithBean-
F547B1EC-142C-1336-69F7CA2E2811446C
Extended Info Encountered "C". Was expecting one of: <EOF> "AND" ...
"OR" ... "XOR" ... "EQV" ... "IMP" ... "MOD" ... "DOES" ... "(" ...
"[" ... "&" ... "=" ... "." ... "+" ... "-" ... "*" ... "/" ... "\
\" ... "^" ... "EQUAL" ... "EQUALS" ... "IS" ... "EQ" ... "NEQ" ...
"LT" ... "GT" ... "CONTAINS" ... "LTE" ... "LE" ... "GTE" ... "GE" ...
"NOT" ... "LESS" ... "GREATER" ...

Aaron, try removing the parameters in the cfthread. and let me know your results.

I removed all instances of cfthread altogether and it works. This is on a production site so I am limited to the amount of testing I can do (I don’t have BD running locally) and had to come up with a quick fix.

-Aaron

Ahh understandable!! Will try to install locally? Which version is it?