Extend Content-Disposition "inline" to error responses
We don't expect a browser to save error responses to a file but we
extend this protection anyway since "inline" is only a suggestion
that shouldn't have any side effects.
@ -411,7 +411,7 @@ public abstract class AbstractMessageConverterMethodProcessor extends AbstractMe
@@ -411,7 +411,7 @@ public abstract class AbstractMessageConverterMethodProcessor extends AbstractMe
@ -724,10 +743,14 @@ public class RequestResponseBodyMethodProcessorTests {
@@ -724,10 +743,14 @@ public class RequestResponseBodyMethodProcessorTests {