I use Coldfusion 9, fusebox 3 and an Application.cfc in my web application. I would like to control, intercept and eventually change the value of fuseaction in the onRequestStart section of the Application.cfc
I'm able to check the content of the fuseaction ( with a single ListFirst(fuseaction, ".")) but I have tried to replace the fuseaction value without success.
Should I need to absolutely use a and rebuild my URL or is there another solution ?
What is the best solution ?
Thanks.