You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bw...@apache.org on 2006/04/22 10:10:35 UTC

svn commit: r396096 - /tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java

Author: bwallace
Date: Sat Apr 22 01:10:32 2006
New Revision: 396096

URL: http://svn.apache.org/viewcvs?rev=396096&view=rev
Log:
[TAPESTRY-577] Removed call to flush() prior to include. Only attributes being set in request which is then passed directly to include.

Modified:
    tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java

Modified: tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java
URL: http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java?rev=396096&r1=396095&r2=396096&view=diff
==============================================================================
--- tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java (original)
+++ tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java Sat Apr 22 01:10:32 2006
@@ -77,8 +77,6 @@
 
         try
         {
-            _pageContext.getOut().flush();
-
             dispatcher.include(request, _pageContext.getResponse());
         }
         catch (IOException ex)



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org