I could not find another way to report this issue.

In getMethod in Finder.java

"handle" is hardcoded into method name contruction instead of using the 
prefix parameter. This results in the allow[MethodName]() throwing a
NullPointerException.

Finder.java line 223 in rc4.
sb.append("handle");
  should be
sb.append(prefix);

Reply via email to