SPR-5975 - BufferedImageHttpMessageConverter doesn't work on Google AppEngine

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1680 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2009-08-04 08:07:24 +00:00
parent be0f800e8a
commit ab9eea6584
3 changed files with 3 additions and 5 deletions
@@ -166,8 +166,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
private HttpMessageConverter<?>[] messageConverters =
new HttpMessageConverter[]{new ByteArrayHttpMessageConverter(), new StringHttpMessageConverter(),
new FormHttpMessageConverter(), new SourceHttpMessageConverter(),
new BufferedImageHttpMessageConverter()};
new FormHttpMessageConverter(), new SourceHttpMessageConverter()};
public AnnotationMethodHandlerAdapter() {
// no restriction of HTTP methods by default