Patrick Taibel
Patrick Taibel
## Description Adds a global request body size limit to the config. For incoming requests the Content-Length will be checked against the limit. If it's set, the limit enabled and...
## Description Fix `EnabledForSpec` in `RequestSizeLimitMiddleware` for API global limits without size limits in `extended_paths`. ## Related Issue https://github.com/TykTechnologies/tyk/issues/3977 ## Motivation and Context Makes the `RequestSizeLimitMiddleware` usable when only API...
## Description Changes the path context variable set by the url rewrite middleware to the correct value. ## Related Issue - #3858 ## Motivation and Context When using regex to...
**Branch/Environment/Version** - Branch/Version: master - Environment: On-prem **Describe the bug** `RequestSizeLimitMiddleware` does not work when only setting the global size limits on APIs. The activation detection (`EnabledForSpec`) does only care...
**Branch/Environment/Version** - Branch/Version: master - Environment: On-prem **Describe the bug** Tyk API Gateway reads any request body without limitation into memory. Without some kind of load balancer or proxy in...
Deliveries can not be settled after the receiver has been freed. The current Go implementation leads to a segmentation fault when the receiver is closed before a delivery is acknowledged....