nevzheng commented on code in PR #13057:
URL: https://github.com/apache/gravitino/pull/13057#discussion_r4010085417
##########
server-common/src/main/java/org/apache/gravitino/server/web/JettyServerConfig.java:
##########
@@ -456,6 +474,10 @@ public int getResponseHeaderSize() {
return responseHeaderSize;
}
+ public boolean isIncludeErrorStackTrace() {
+ return includeErrorStackTrace;
+ }
Review Comment:
Fixed in
https://github.com/apache/gravitino/pull/13057/commits/30c3476185392729b7b83421d7862cdd1ebbd556.
`JettyServerConfig#isIncludeErrorStackTrace()` now documents what the returned
flag controls. Verified by `:server-common:javadoc`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]