Austin Mehmet

Results 4 comments of Austin Mehmet

This would be nice to have fixed. We have a bunch of routes that configure CORS and come back with duplicate response headers so each java DSL route has to...

@spencergibb Our gateway has quite varied request rate limiting configuration across routes and so I would prefer not having a preset number of beans to pull from with predefined limits...

@spencergibb yea, we create them by hand and inject in the Application context when defining the RouteLocator so we can set the application context for the rate limiter. We abstract...

Might be able to write a helper instead ```javascript class WaitForLoadingHelper extends Helper { waitForLoading(seconds = 10) { // code goes here } } module.exports = WaitForLoadingHelper ``` ```json {...