Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C18B10C14 for ; Wed, 2 Oct 2013 00:24:35 +0000 (UTC) Received: (qmail 44384 invoked by uid 500); 2 Oct 2013 00:24:34 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 44266 invoked by uid 500); 2 Oct 2013 00:24:34 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 44257 invoked by uid 99); 2 Oct 2013 00:24:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 00:24:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 00:24:33 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 46BE61BF20; Wed, 2 Oct 2013 00:24:13 +0000 (UTC) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: [Bug 55608] fmt:bundle tag unnecessarily buffers body content Date: Wed, 02 Oct 2013 00:24:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Taglibs X-Bugzilla-Component: Standard Taglib X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: support@aoindustries.com X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=55608 --- Comment #4 from Dan Armstrong --- (In reply to Christopher Schultz from comment #3) > One could argue that might actually be used to intentionally > buffer content a bit, just in case an error occurs. Once the response is > committed, errors occurring during rendering are usually catastrophic to the > page display. > > How about making this a "JSP property" that is disabled by default (i.e. the > current behavior is the default, but easily changed)? One can argue anything, but that doesn't make it a valid argument. This is precisely what the buffer page attribute is for. fmt:bundle implemented with an unbounded buffer is not "buffering a little". For example: <%@ page language="java" buffer="512kb" autoFlush="true" pageEncoding="UTF-8" session="false" %> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org