woolfel     2005/08/11 14:59:36

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/sampler
                        Tag: rel-2-1 AccessLogSampler.java
  Log:
  applying the patch for the accesslogSampler to the 2.1 branch
  peter
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.21.2.1  +3 -2      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java
  
  Index: AccessLogSampler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java,v
  retrieving revision 1.21
  retrieving revision 1.21.2.1
  diff -u -r1.21 -r1.21.2.1
  --- AccessLogSampler.java     12 Jul 2005 20:50:57 -0000      1.21
  +++ AccessLogSampler.java     11 Aug 2005 21:59:36 -0000      1.21.2.1
  @@ -295,6 +295,7 @@
                                        if 
(TestCloneable.class.isAssignableFrom(Class.forName(filterClassName))) {
                                                initFilter();
                                                s.filter = (Filter) 
((TestCloneable) filter).clone();
  +                        instantiateParser();
                                        }
                                } catch (Exception e) {
                                        log.warn("Could not clone cloneable 
filter", e);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to