Nuno Marujo
Nuno Marujo
Worth checking if the same won't happen with a field added from automatically from the `MDC`, for instance. Bottom line - with any field being added.
Hi Bertrand, Really happy to see such a warm reception to this issue 🙂 I think detecting these during startup should be really difficult since only when you try to...
Thank you so much @brenuart . I will be watching closely 😉
Hi @kasmarian. You guys have any fix in mind for this one? 🙂 Thanks
Well, we were trying something similar to the last comment, but with `RequestFilters.replaceBody`: ```java @Bean @ConditionalOnMissingBean(RequestFilter.class) public RequestFilter requestFilter() { return RequestFilter.merge(RequestFilters.defaultValue(), RequestFilters.replaceBody(message -> { try { return new String(message.getBody());...
I second what @lricardo said. I also believe it will fix it. Thank you
Hi @kasmarian . We are facing a similar issue with logbook and thymeleaf. In our case is causing some emojis that we were displaying to show as question marks. I...
Any news on this issue? I still face the same as of today, with a RPI3B+
@jbretsch note however that what you just posted speaks in favour of https://github.com/spring-projects/spring-framework/issues/32650 , https://github.com/spring-projects/spring-framework/commit/b3a45670f9b8b193a34c022b63cc2b587feae6ef > A user agent SHOULD NOT send a Content-Length header field when the request message...
So say I have 2 POSTS with no content, but one with `Content-Type` set and the other not. Are they the same to you?