Patrick Taibel
Patrick Taibel
We did run into the same issue last week. @mhuaco Additionally to the fix from @uddmorningsun for the `successHandler` there is another issue not present in master but on the...
I'd suggest introducing a new local variable `successHandler` as already done with `logger` and `handler`. Else you modify the shared `GoPluginMiddleware` on every call there.
I've added a small test for this. Thank you very much for the pretty much finished test snippet!
I've rebased the branch onto the current master. The previous test run seems to have failed on test `--- FAIL: TestEnforcedTimeout (4.27s)`. As far as I can tell, this has...
I've added a small test for this. Thank you very much for the pretty much finished test snippet! I've changed the way to set the config though. With your way...
@titpetric Those two PRs are independent of each other (and both branches are directly based on master). This one adds a global serverwide hard limit on the request body size....
I've adjusted the existing tests for the HeaderInjector response middleware to include this kind of url rewriting too. Additionally, I've added a check for the urlRewritePath context in the `TestRewriter`...
I would like to revive this pull request. Our issue here is that every field that is parsed as `URLSpec` does not support regex quantifiers that are wrapped with `{...