mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
WW-3117, no space between attachment and filename, oops, thanks again Dale
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@772264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -53,7 +53,7 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
*
|
||||
* <li><b>contentDisposition</b> - the content disposition header value for
|
||||
* specifing the file name (default = <code>inline</code>, values are typically
|
||||
* <i>attachment; filename="document.pdf"</i>.</li>
|
||||
* <i>attachment;filename="document.pdf"</i>.</li>
|
||||
*
|
||||
* <li><b>inputName</b> - the name of the InputStream property from the chained
|
||||
* action (default = <code>inputStream</code>).</li>
|
||||
@@ -76,7 +76,7 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* <result name="success" type="stream">
|
||||
* <param name="contentType">image/jpeg</param>
|
||||
* <param name="inputName">imageStream</param>
|
||||
* <param name="contentDisposition">attachment; filename="document.pdf"</param>
|
||||
* <param name="contentDisposition">attachment;filename="document.pdf"</param>
|
||||
* <param name="bufferSize">1024</param>
|
||||
* </result>
|
||||
* <!-- END SNIPPET: example --></pre>
|
||||
|
||||
Reference in New Issue
Block a user