You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that together should result in suppressing some of the unnecessary noise when the System property 'org.owasp.esapi.logSpecial.discard' is set to 'true'. Also important IOExceptions that were simply being ignored before (after a error message to stderr and/or stdout) is no longer being ignored.
The text was updated successfully, but these errors were encountered:
kwwall
changed the title
Suppress noise from ESAPI searching for properties and stop ignoring important exceptions
Suppress noise from ESAPI searching for properties and stop ignoring important IOExceptions
Jun 23, 2019
* Change release version to 2.2.0.0 for official release.
* Update / correct ESAPI release steps.
* Fix ironic spelling typo.
* Fix ironic spelling typo.
* Changes to suppress most of the noise, but also fixes to all for .XML and .PROPERTIES suffixes and to fix and return null when property is null or empty string.
* Changes to suppress most of the noise and to actually handle the exceptions that we should have been all along (e.g., IOExceptions).
* Comment out the crude benchmark related assertion that sometimes was failing because of JIT-related issues. Needs to be eventually replaced by JMH.
* Close#499 by resetting 'parent' when Windows is detected to root of drive where Windows is installed.
* Close issue #488. These are slight enhancements to PR #489 by @JoergAdler that I rejected because Eclipse did something to cause every line to differ. But shout out to Jörg Adler for originally finding this issue and patching it.
* Close issue #488. These are slight enhancements to PR #489 by @JoergAdler that I rejected because Eclipse did something to cause every line to differ. But shout out to Jörg Adler for originally finding this issue and patching it.
I also added an additional test or 2, so don't blame @JoergAdler if I messed that up.
* Close issue #488. These are slight enhancements to PR #489 by @JoergAdler that I rejected because Eclipse did something to cause every line to differ. But shout out to Jörg Adler for originally finding this issue and patching it.
I tremendously stripped down the contents of this file because really all it needed was a single property referencing the validation.properties file.
* Add 3 additional issues that were closed and fixes to some minor formatting.
* Final updates for the ESAPI 2.2.0.0 official release.
* Figure I probably ought to add my name instead of assuming people knew it and my email address.
* Changed schema from allowing unbounded number of properties to allow only 10000. That really should NOT be a problem.
However, it should help silence some of the SAST engines.
* Additional changes to fix GitHub Issue #500
There were related changes between
that together should result in suppressing some of the unnecessary noise when the
System
property 'org.owasp.esapi.logSpecial.discard' is set to 'true'. Also importantIOExceptions
that were simply being ignored before (after a error message to stderr and/or stdout) is no longer being ignored.The text was updated successfully, but these errors were encountered: