Ramón García Fernández
Ramón García Fernández
Thanks, I overlooked the fact that the files Declarations*.yaml are autogenerated. I am going to review the patch to change the code generator instead. Note that in addition of the...
Please do support ban by network number. Many attackers change the IP address to circunvent fail2ban, with IP address within a range.
Please consider this patch. How can one, otherwise, support local users authenticated by LDAP, and guests authenticated with jwt tokens?
I can tell you that our problem in production was gone with the threshold of 1244. I would have place a threshold of 1244 and perhaps an additional threshold of...
@gtena378 You should obtain a heap dump with jmap. Then, browsing it with visualvm, one can see where is memory being consumed. Without data, it is imposible to know what...
@vilinet If you think that you have time to continue this project, please go on with the fork. It is badly needed.
I managed to get it working with the code from https://michaelscodingspot.com/the-battle-of-c-to-json-serializers-in-net-core-3/ classes Utf8JsonInputFormatter and Utf8JsonOutputFormatter.