You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2001/04/27 06:46:23 UTC

[Bug 1263] Changed - jmeter 1.6 alpha looks for SSL.StaticProvider in stead of SSLStaticProvider

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1263

*** shadow/1263	Mon Apr  9 05:38:24 2001
--- shadow/1263.tmp.19077	Thu Apr 26 21:46:23 2001
***************
*** 21,24 ****
  NewDriver call gave a classNotFound exception for org.apache. ..... 
  util.SSL.StaticProvider. Indeed, this class doesn't exist in the apacheJmeter 
  jar, but there is a SSLStaticProvider in the util package one above. Suppose 
! this is a bug.
--- 21,32 ----
  NewDriver call gave a classNotFound exception for org.apache. ..... 
  util.SSL.StaticProvider. Indeed, this class doesn't exist in the apacheJmeter 
  jar, but there is a SSLStaticProvider in the util package one above. Suppose 
! this is a bug.
! 
! ------- Additional Comments From ken@kenweiner.com  2001-04-26 21:46 -------
! Yes, I experienced this too.  It looks like it's a typo in the static 
! initializer of org.apache.jmeter.protocol.http.sampler.HTTPSampler.  The line 
! in there should read: 				
! 
! Class c = Class.forName
! ("org.apache.jmeter.protocol.http.util.SSLStaticProvider");

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