Per Böckman

Results 4 issues of Per Böckman

When sending a large (>100kb) body the proxy fails: Assuming the proxy is running on localhost: ``` printf '==========%.0s' {1..100000} > dummy.json curl -X POST http://localhost:8200/index1/typ1 -d @dummy.json ``` =>...

help wanted

**Assemblies affected** ```xml ``` **Describe the bug** When getting errors from Entity Framework there's no response to the client due to ```` Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware: Warning: The response has already started, the...

bug
investigating

**Describe the bug** When switching to express-openapi-validator one of our existing schemas failed request validation for nullable nested objects in combination with oneOf. express-openapi-validator versions tested: 5.0.3 and 5.0.4 **To...

**Describe the bug** When using a `maxLength` constraint on a string multi-byte chars such as `ö` is counted as more than one length unit (two for `ö`). **To Reproduce** Edit...