Merge branch '5.2.x' into master
This commit is contained in:
@@ -411,7 +411,7 @@ public abstract class AbstractMessageConverterMethodProcessor extends AbstractMe
|
||||
|
||||
try {
|
||||
int status = response.getServletResponse().getStatus();
|
||||
if (status < 200 || status > 299) {
|
||||
if (status < 200 || (status > 299 && status < 400)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user