Asha Somayajula

Results 34 comments of Asha Somayajula

figures the `WebMvcMetricsFilter` is setting the 500 error on ln: 104 ``` catch (NestedServletException ex) { response.setStatus(HttpStatus.INTERNAL_SERVER_ERROR.value()); record(timingContext, request, response, ex.getCause()); throw ex; ``` PS: Can I work this PR?

All, i think there's an open issue where the + char is not getting encoded.

Willing to contribute, is this still open? Please contact me at [email protected].

@pascalgrimaud would changing to an SimpleAsyncTaskExecutor() be an option? @Bean(name = "statisticsExecutor") public Executor getStatisticsExecutor() { return new SyncTaskExecutor(); } }

@jdubois how do you replicate this though to even fix it?

@marcphilipp sounds good. Are there any other opportunities to contribute?

Thanks Marc On Thu, Nov 26, 2020 at 10:56 AM Marc Philipp wrote: > Sure, over on the junit5 repo: > https://github.com/junit-team/junit5/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Aup-for-grabs > > — > You are receiving this...