We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569a7e0 commit fc1290aCopy full SHA for fc1290a
phase4-lib/src/main/java/com/helger/phase4/config/AS4Configuration.java
@@ -297,6 +297,7 @@ public static String getThisEndpointAddress ()
297
public static boolean isIncludeStackTraceInErrorMessages ()
298
{
299
// Defaults to true for backwards compatibility reason
300
- return getConfig ().getAsBoolean ("phase4.errormsg.include.stacktraces", true);
+ // Changed default to false in v3.0.2
301
+ return getConfig ().getAsBoolean ("phase4.errormsg.include.stacktraces", false);
302
}
303
0 commit comments