I just noticed this for the first time. As we all know, each cf application should have a name, and ColdFusion allows one application per server not to have a name. If more than one application does not have a name, scopes can start getting mixed and you can get weird unexplained results (trust me, I speak from experience)
You set the application name like this:
this.name = "myApplication";
However, when you dump the application scope, the variable is applicationname, not name.
Am I the only one who finds this strange?

Comments
Post new comment