StreamResult calling wrong method for setContentType in resolveParamsFromStack

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@643360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2008-04-01 11:07:24 +00:00
parent 92db102c07
commit e1cf8664c5
@@ -260,7 +260,7 @@ public class StreamResult extends StrutsResultSupport {
String contentType = stack.findString("contentType");
if (contentType != null) {
setContentLength(contentType);
setContentType(contentType);
}
String inputName = stack.findString("inputName");