Joseph Gigantino

Results 7 comments of Joseph Gigantino

I don't think adding HTTP status code 204 to the whitelist is needed. Looking at the http-probing filter, it only looks at requests that have an HTTP status code of...

I believe this only impacts the standard deployment right now. The unified branch builds fine on 2025.6.

Looking at https://github.com/bitwarden/server/blob/v2025.7.2/src/Core/Billing/Models/Business/OrganizationLicense.cs a bit to try and figure some of this out. Looks like ExpirationWithoutGracePeriod is the end date of the license term. When calculating when the license expires,...

Also seems like current license version is now 16, not 15 from same file as above. ` /// /// Represents the current version of the license format. Should be updated...

Looks like I'm having trouble getting the date out of the log file correctly. The time gets set to the current time in the dataparse-enrich parser. Not sure how to...

It was an issue parsing the year in mealie-logs.yaml. Corrected to parse the correct time from logs and re-ran tests.

I was having the same issue with Jellyseerr. Scrolling fast on the requests page would reliably cause http-crawl-non_statics to trigger. I am using nginx and having crowdsec parse nginx's access...