-
Defect
-
Resolution: Done
-
Minor
-
None
-
None
The whitelist behavior in the UnhandledExceptionFilter was not correctly implemented.
The if statement to see if an item is in the whitelist is incorrect. So instead of checking to see if something is in the whitelist and NOT reporting on that exception, the check is seeing if something IS in the whitelist and then reporting that exception.
The if statement to see if an item is in the whitelist is incorrect. So instead of checking to see if something is in the whitelist and NOT reporting on that exception, the check is seeing if something IS in the whitelist and then reporting that exception.