Skip to content

Commit

Permalink
Documentation about stacktrace removal
Browse files Browse the repository at this point in the history
Former-commit-id: b590798
  • Loading branch information
spg committed Nov 14, 2013
1 parent 2223545 commit e1380c2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ public String getSecurityCookieName() {
return null;
}

/**
* {@link ActionException} and {@link ServiceException} will have their stacktraces (and stacktraces of their
* causes) removed for security purposes.
*
* @see {@link DispatchService} for further API docs
*/
@Override
public Result execute(String cookieSentByRPC, Action<?> action) throws ActionException, ServiceException {

Expand Down

0 comments on commit e1380c2

Please sign in to comment.