I am cross posting this here in hopes that this is a simple fix or maybe someone has ran into this. The original post is here: https://groups.google.com/forum/?fromgroups=#!topic/railo/LwTpw5aXGYwI have developed a FW/1 application using Adobe ColdFusion version 9 with no issues. I am trying to port this application over to my hosting provider where I am using Railo.--In my Application.cfc I have this line in "setupRequest()":
controller( "security.checkAuthorization" );
In security.cfc my "checkAuthorization()" method has the following line:
if( session.userID eq 0 and rc.action neq "security.login" and rc.action neq "security.authenticate" )
When I run this on Adobe ColdFusion - everything is fine. When I run this application on Railo I receive:
key [ACTION] doesn't exist in struct
Anyone seen something like this?
FW/1 on RIAForge: http://fw1.riaforge.org/
FW/1 on github: http://github.com/seancorfield/fw1
FW/1 on Google Groups: http://groups.google.com/group/framework-one