diff --git a/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java b/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java index 9bda0db64..da97ccab0 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java +++ b/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java @@ -50,7 +50,7 @@ import com.opensymphony.xwork2.util.ValueStack; *
  • contentLength - the stream length in bytes (the browser displays a * progress bar).
  • * - *
  • contentDispostion - the content disposition header value for + *
  • contentDisposition - the content disposition header value for * specifing the file name (default = inline, values are typically * filename="document.pdf".
  • *