Erki Aring
Erki Aring
There was a fix for Apache 2.4 logging in https://github.com/SpiderLabs/ModSecurity/commit/f813365f, which was partly reverted by https://github.com/SpiderLabs/ModSecurity/commit/da995bb6. Unfortunately, this reversion also removed the APLOG_USE_MODULE macro , which most likely wasn't causing...
Currently, all XML parser errors are written to stderr, which in case of Apache means that the messages end up randomly in error_log, unformatted. This pull request adds custom XML...
[RemoteIPProxiesHeader](https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html#remoteipproxiesheader) can be used to collect addresses of intermediate trusted proxies. Unfortunately, it is impossible to distinguish, if this header was set by mod_remoteip (can be trusted) or was set...
Currently the only way to pass options (including password) to librespot is via command line. This means that username and password show up in a process list, which makes my...
Hi! SPF checks must be performed on fully qualified domain names (FQDN). This means, that when calling `dns_get_record()`, domain [must end with zero-length label](https://datatracker.ietf.org/doc/html/rfc7208#section-4.3) (dot). Without dot at the end,...
Currently, websocket automatic reconnect delay is implemented using simple `vTaskDelay(client->wait_timeout_ms / 2 / portTICK_PERIOD_MS)`. This has two drawbacks: - changing wait timeout while delay is already active has an unpredictable...
A message reporting an error about `esp_transport_read()` prints contents of the buffer that was passed to this function. The contents of this buffer are irrelevant in the context of this...
| Q | A | ------------- | --- | Branch? | main | License | MIT Current ORM\SearchFilter is missing the search strategy that I need the most. There is...