(self, format, *args)
| 198 | self.wfile.write(self.__java_class.raw) |
| 199 | |
| 200 | def log_message(self, format, *args): |
| 201 | http_logger.info(f"Request from {self.client_address} to {self.path}") |
| 202 | |
| 203 | class Log4RCE(): |
| 204 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected