ACEGI Plugin and CloudFoundry
I deployed my Grails application which is using the ACEGI plugin - to enable Spring Source Security Framework functionality.
When I login, the login does not fail, but redirects to the login
page again. Looking in Firebug's net panel, I see the following
response to the login attempt:
"Failed to load source for:
http://184.73.182.139/FireEyes/j_spring_security_check"
I have seen other people reporting this issue (outside of the scope of CloudFoundry) but have not seen any
posts of solutions anywhere:
example: http://serverfault.com/questions/155...at-uses-spring
Anyone have any ideas what is going on? Seems logical that the Spring Security Framework should work in the Cloud Foundry so what am I doing wrong?