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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]