From b19ef0c5673b2c0ab81bb5861b38a9d26ded12b1 Mon Sep 17 00:00:00 2001 From: ervs <70189927+ervinpm@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:54:38 -0500 Subject: [PATCH] Update StreamResult.java chore: fix misspell --- core/src/main/java/org/apache/struts2/result/StreamResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/struts2/result/StreamResult.java b/core/src/main/java/org/apache/struts2/result/StreamResult.java index 86efd7530..9324d5bb5 100644 --- a/core/src/main/java/org/apache/struts2/result/StreamResult.java +++ b/core/src/main/java/org/apache/struts2/result/StreamResult.java @@ -47,7 +47,7 @@ import java.io.OutputStream; *
  • bufferSize - the size of the buffer to copy from input to output * (default = 1024).
  • *
  • allowCaching if set to 'false' it will set the headers 'Pragma' and 'Cache-Control' - * to 'no-cahce', and prevent client from caching the content. (default = true) + * to 'no-cache', and prevent client from caching the content. (default = true) *
  • contentCharSet if set to a string, ';charset=value' will be added to the * content-type header, where value is the string set. If set to an expression, the result * of evaluating the expression will be used. If not set, then no charset will be set on