I'm developing a new ColdFusion 9 application using application.cfc, and just for kicks I wanted to see what happens if I navigate directly to application.cfc, like this:
http://www.mysite.com/application.cfc
I was somewhat surprised to see an untrapped error, the meat of which is:
"Invalid request of Application.cfm, Application.cfc, or OnRequestEnd.cfm file"
After some digging around, it appears that there's no real way to handle this within the application itself--or at least no way that I've found thus far.
Are there any decent solutions for this problem out there?
Thanks in advance!
