From 9276b0c654a3b9e2d305f326c58be95f2732fd0f Mon Sep 17 00:00:00 2001 From: James Mitchell Date: Thu, 24 Jan 2008 03:36:26 +0000 Subject: [PATCH] WW-2421 - omnibus -- documentation fix ... thanks Jeremysvn diff git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@614785 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/struts2/dispatcher/StreamResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".
  • *