Joakim Erdfelt

Results 489 comments of Joakim Erdfelt

See https://github.com/google/gson/pull/2201

something strange about this test failure. The heading & stacktrace point to BadAppTest. But the "Standard Error" output shows a different test (that deals with static content and infinispan)!? ```...

@olamy got any ideas on this mix of details on the test failure? (see previous comment in this issue)

Your code is using MDC in a bad way. MDC in Logback Core isn't live when being passed around as a copy of the map like that. Only the MDC...

Your description of how you use MDC is to pass some kind of values between services, not for the intended purpose of MDC which is to capture logging level details...

@narharim you are assuming a model where 1 thread is used for 1 request / response exchange. For MDC (which is a ThreadLocal) to make sense, that assumption has to...

Don't think the `header(HttpHeader.AUTHORIZATION, "Bearer __TOKEN__")` is important here. What kind of server are you uploading to? This seems to be a simple POST with `Content-Type: application/octet-stream`, is that a...

Closing, it works when you turn off validation.

This seems to overlap with another issue that is currently being worked on. * #11679