The code in LDAPManager will report that it's about to throw a UserNotFoundException, and then a little while later catches it and logs it. This can cause the log file to fill up with "noise" making it hard to see the wood for the trees.
This should be modified so that the newly thrown exception isn't logged.
The code in LDAPManager will report that it's about to throw a UserNotFoundException, and then a little while later catches it and logs it. This can cause the log file to fill up with "noise" making it hard to see the wood for the trees.
This should be modified so that the newly thrown exception isn't logged.