Zschimmer commented on issue #4143:
URL: 
https://github.com/apache/logging-log4j2/issues/4143#issuecomment-4678043459

   Maybe without the fix, a bad Exception implementation like this would map 
all instances to the same HashMap entry and confuse log4j, too?
   
   ```
   class MyException extends Exception {
     @Override public int hashCode() {
         return 0
     }
     @Override public boolean equals(Object obj) {
         return false
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to