You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2004/07/23 17:57:33 UTC

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/digester CallMethodRule.java

luehe       2004/07/23 08:57:33

  Modified:    util/java/org/apache/tomcat/util/digester
                        CallMethodRule.java
  Log:
  Fixed Bugzilla 30149 ("IllegalArgumentException when using context-param in web.xml")
  
  Patch provided by cheng.fang@sun.com
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/digester/CallMethodRule.java
  
  Index: CallMethodRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/digester/CallMethodRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CallMethodRule.java	26 Jun 2004 17:41:30 -0000	1.1
  +++ CallMethodRule.java	23 Jul 2004 15:57:33 -0000	1.2
  @@ -572,7 +572,6 @@
               sb.append(")");
               digester.log.debug(sb.toString());
           }
  -        IntrospectionUtils.callMethodN(target, methodName, paramValues, paramTypes);
           Object result = IntrospectionUtils.callMethodN(target, methodName,
                   paramValues, paramTypes);   
           processMethodCallResult(result);
  
  
  

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