This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5256-textarea-whitespace-devmode in repository https://gitbox.apache.org/repos/asf/struts.git
commit 133cbbd5c6b38610661f653be98d949090cbb217 Author: Lukasz Lenart <[email protected]> AuthorDate: Mon Jun 15 10:51:47 2026 +0200 WW-5256 docs: drop devMode note from whitespaceStripping constant --- core/src/main/java/org/apache/struts2/StrutsConstants.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/org/apache/struts2/StrutsConstants.java b/core/src/main/java/org/apache/struts2/StrutsConstants.java index 8b9ff58c1..0e9ca4fc3 100644 --- a/core/src/main/java/org/apache/struts2/StrutsConstants.java +++ b/core/src/main/java/org/apache/struts2/StrutsConstants.java @@ -335,7 +335,6 @@ public final class StrutsConstants { /** * Controls FreeMarker whitespace stripping during template compilation. * When enabled (default), removes indentation and trailing whitespace from lines containing only FTL tags. - * Automatically disabled when devMode is enabled. * * @since 7.2.0 */
