Add global configuration option `allowExtendedErrorInfo` #240
Comments
rhuss
added a commit
that referenced
this issue
Jan 23, 2016
If set to `false` no error details (stack trace, serialized exceptions) are included regardless of other options. Default is `true`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to not allow access to internal information like the stacktraces (contained by default when
includeStackTrace
option is set) or the serialized form of an exception (serializeException
set to true, default is false) a global configuration optionallowExtendedErrorInfo
would avoid this even when these options are provided as query parameters.See also hawtio/hawtio#2076 for an use case.
The text was updated successfully, but these errors were encountered: