Commit ef3af5c9 by 赵天增

可接受的请求头

parent a24701a0
......@@ -134,7 +134,7 @@ public final class InstanceExchangeFilterFunctions {
.map(t -> ACTUATOR_V1_MEDIATYPE.isCompatibleWith(t) ||
APPLICATION_JSON.isCompatibleWith(t))
.orElse(false)) {
return convertClientResponse(converter::convert, ACTUATOR_V2_MEDIATYPE).apply(response);
return convertClientResponse(converter::convert, APPLICATION_JSON).apply(response);
}
return Mono.just(response);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment