Enum member HTTPServerOption.errorStackTraces
Enables stack traces (HTTPServerErrorInfo.debugMessage
).
Note that generating the stack traces are generally a costly operation that should usually be avoided in production environments. It can also reveal internal information about the application, such as function addresses, which can help an attacker to abuse possible security holes.
Declaration
enum HTTPServerOption { // ... errorStackTraces, // ... }
Authors
Sönke Ludwig, Jan Krüger, Ilya Shipunov
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.