You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/06/15 18:58:53 UTC

svn commit: r954966 - /myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/tomahawk-base.tld

Author: lu4242
Date: Tue Jun 15 16:58:52 2010
New Revision: 954966

URL: http://svn.apache.org/viewvc?rev=954966&view=rev
Log:
TOMAHAWK-1443 StreamingAddResource introduces memory leak

Modified:
    myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/tomahawk-base.tld

Modified: myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/tomahawk-base.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/tomahawk-base.tld?rev=954966&r1=954965&r2=954966&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/tomahawk-base.tld (original)
+++ myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/tomahawk-base.tld Tue Jun 15 16:58:52 2010
@@ -21,5 +21,9 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" 
         version="2.1">
-   
+
+   <listener>
+     <listener-class>org.apache.myfaces.component.html.util.StreamingDestroyerListener</listener-class>
+   </listener>
+
 </taglib>
\ No newline at end of file