Skip to content

Commit

Permalink
Adding TODO for security manager issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Nov 29, 2010
1 parent c826047 commit eef9c80
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public HandlerMethodImpl(final AnnotatedMethod method, final BeanManager bm)

this.handler = method;
this.javaMethod = method.getJavaMember();

// TODO: Make this use a security manager block or when Solder does it we should be fine
if (!this.javaMethod.isAccessible())
{
this.javaMethod.setAccessible(true);
Expand Down

0 comments on commit eef9c80

Please sign in to comment.