Skip to content

Commit f51282c

Browse files
author
spg
committed
Documentation about stacktrace removal
1 parent 693dcca commit f51282c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gwtp-core/gwtp-dispatch-server/src/main/java/com/gwtplatform/dispatch/server/AbstractDispatchServiceImpl.java

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ public String getSecurityCookieName() {
6969
return null;
7070
}
7171

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

0 commit comments

Comments
 (0)