Skip to content

Commit

Permalink
Merge remote-tracking branch 'jeichar/improvement/regions' into geoca…
Browse files Browse the repository at this point in the history
…t_trunk
  • Loading branch information
Jesse Eichar committed Nov 15, 2012
2 parents e5a99a9 + 246c6ed commit 263836e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void invoke(FilterInvocation fi) throws IOException, ServletException {
}

InterceptorStatusToken token = super.beforeInvocation(fi);
if (fi.getRequest() != null) {
if (fi.getRequest() != null && token != null) {
fi.getRequest().setAttribute(GN_SECURITY_ACCEPTED, Boolean.TRUE);
}

Expand Down

0 comments on commit 263836e

Please sign in to comment.