StarkSecurity Plugin

Reflection issue when running in Google App Engine

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: Grails-StarkSecurity 0.4.2
  • Component/s: None
  • Labels:
    None
  • Environment:
    Google AppEngine 1.2.1

Description

When using the Stark Security plugin within Google AppEngine you get:

java.lang.IllegalAccessException: Reflection is not allowed on private int java.util.ArrayList.size

From line 217 of StarkSecurityGrailsPlugin.groovy

I assume this is just a typo - since you have:

if (authFilters.size < 1)

When it should be

if (authFilters.size() < 1)

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: