Marius Ghita
Marius Ghita
@janhoy just a quick ping, the PR is ready for a new review edit: just saw the Re-request review button after posting my comment, oh well :)
@epugh The main difference I see between this service file and the docker configuration is that the docker container starts the service in foreground mode. This is to be understood,...
The moment when I wrote this systemd service file I was running Solr 8, that is correct. I think it should work with Solr 9 as is. From my memory...
@janhoy I know in the previous PR your pointed out the possibility of handling the upgrade path SysV to systemd https://github.com/apache/lucene-solr/pull/1435#discussion_r723118782 . Not sure if you'd be ok with merging...
TL;DR use `actions/checkout@v2` Using version 2 of the checkout action solves this issue. While I haven't reviewed the actual code, I would be pretty certain that the following passage from...
Does anyone know what are the major changes (any BC) from version 6 to 7?
@travi sorry for the delay, only got to test it now. `archived: true` indeed works. Could be worth including missing properties in the configuration reference, as I was looking [at...
Thanks for the note, I wasn't aware of that precendence list further on than the order in which vars are loaded from files (and even then I have to look...
Just removing those `zone_name.xml` files from within `/usr/lib/firewalld/zones` isn't enough. After removing all the files excepting `public.xml` the firewalld.service can no longer be started. ``` ○ firewalld.service - firewalld -...
Explicitly disallowing multiline headers by default it's an additional prevention against [HTTP Response Splitting](https://www.owasp.org/index.php/HTTP_Response_Splitting), by which [Cache Poisoning](https://www.owasp.org/index.php/Cache_Poisoning) can be done