Bug with Railo and OnMissingTemplate in Application.cfc
Recently I was finishing up a CFML project that's going to be run on top of Railo. Since this particular project was a redesign of an existing site, maintaining search engine rankings was a big concern. Many of the files on the new site had been relocated or renamed, so I was planning on using the onMissingTemplate method in Application.cfc to redirect users (and search engines) to the new files based on what had been requested.
Imagine my surprise when I found that Railo doesn't seem to recognize onMissingTemplate!

