You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ge...@apache.org on 2005/03/22 15:36:45 UTC

svn commit: r158605 - struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java

Author: germuska
Date: Tue Mar 22 06:36:44 2005
New Revision: 158605

URL: http://svn.apache.org/viewcvs?view=rev&rev=158605
Log:
add PropertyUtils.clearDescriptors() to destroy routine: Bug 14042

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java

Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java?view=diff&r1=158604&r2=158605
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/action/ActionServlet.java Tue Mar 22 06:36:44 2005
@@ -305,6 +305,8 @@
             */
         }
 
+        PropertyUtils.clearDescriptors();
+
     }
 
 



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