Results 1 to 2 of 2

Thread: ACEGI Plugin and CloudFoundry

  1. #1
    Join Date
    Oct 2010
    Posts
    10

    Default 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?

  2. #2
    Join Date
    Oct 2010
    Posts
    10

    Thumbs up Fixed

    Turns out that the issue was an incorrect database setup that was causing an authentication failure. However the ACEGI plugin does not announce this correctly to Grails...so the user does not get any indication of what went wrong...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •