[gatein-commits] gatein SVN: r425 - portal/branches/performance/webui/portal/src/main/java/org/exoplatform/portal/webui/application.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Oct 25 07:45:39 EDT 2009


Author: julien_viet
Date: 2009-10-25 07:45:39 -0400 (Sun, 25 Oct 2009)
New Revision: 425

Modified:
   portal/branches/performance/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java
Log:
GTNPORTAL-64 : found out another unnecessary flush on the wire


Modified: portal/branches/performance/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java
===================================================================
--- portal/branches/performance/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java	2009-10-25 11:30:56 UTC (rev 424)
+++ portal/branches/performance/webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortletLifecycle.java	2009-10-25 11:45:39 UTC (rev 425)
@@ -264,12 +264,5 @@
          {
          }
       }
-      try
-      {
-         prcontext.getResponse().flushBuffer();
-      }
-      catch (Throwable ex)
-      {
-      }
    }
 }



More information about the gatein-commits mailing list