svensteudter
Results
2
issues of
svensteudter
Check for invalid tokens: Current: checks: Are_Invalid() { token.length == 2 && token[0].IsNullOrWhiteSpace && token[1].IsNullOrWhiteSpace } so all three conditions must be true => token is invalid. Expected: But token...
Current: 401 responses on Kestrell/IIS logs "StatusCode cannot be set because the response has already started." Fix: Removed write to response body.