Doron Shem Tov
Doron Shem Tov
When a [Java class](https://en.wikipedia.org/wiki/Java_class_file) file is processed, it gets a `Mach-O fat binary executable` file type. https://github.com/exiftool/exiftool/blob/1e17485cbb372a502e5b9d052d01303db735e6fa/lib/Image/ExifTool/EXE.pm#L1234-L1236 Java class and Mach-O fat binary executable have the same magic number (`CA...
It is possible that log4j will be packed in a WAR or an EAR file.
### Description When an `http_client` is configured with proxy, the CRL check is not being sent to the proxy configure via `client_config.set_proxy`. ### Client example: ``` http_client_config client_config; web::web_proxy proxy(proxy_url);...