Hi,

the current cvs version seems to add a ".class" to all
applet class files embedded in HTTP pages. This occurs
if you configure a HTTP request sampler to fetch all the
embedded stuff. Patch see attachment.

CU,
Marcel
 
-- 
Marcel May
Development
ConSol* GmbH
Index: src_1/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFull.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-jmeter/src_1/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFull.java,v
retrieving revision 1.10
diff -u -r1.10 HTTPSamplerFull.java
--- src_1/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFull.java  16 Jul 2002 
17:58:03 -0000      1.10
+++ src_1/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFull.java  17 Jul 2002 
+14:28:20 -0000
@@ -228,7 +228,7 @@
                  // get the url of those applets
                  NamedNodeMap nnm = tempNode.getAttributes();
                  Node namedItem = nnm.getNamedItem("code");
-                 String appletUrlStr = namedItem.getNodeValue() + ".class";
+                 String appletUrlStr = namedItem.getNodeValue();
                  // set the baseUrl and imgUrl so that if error occurs
                  // due to MalformedException then at least the values will be
                  // visible to the user to aid correction

Attachment: msg01852/pgp00000.pgp
Description: PGP signature

Reply via email to