Re: Missing method in CFC- How to handle?

2004-05-25 Thread Thomas Chiverton
On Monday 24 May 2004 20:04 pm, Nikhil Madani wrote: > How can I handle this gracefully and redirect the user to a default method > or another page? Set a default error handler in the CF admin. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] Blue

Missing method in CFC- How to handle?

2004-05-24 Thread Nikhil Madani
I'm using cfc's as controllers for my application by setting access="remote" and calling the cfc directly from the browser like so- http://localhost:8500/someApp/someCFC.cfc?method=someFnc My question to the forum is- if a curious user tries to "try" typing in some arbitrary method name in the URL