Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 66611 invoked from network); 3 Jan 2008 02:37:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 02:37:42 -0000 Received: (qmail 22916 invoked by uid 500); 3 Jan 2008 02:37:30 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 22885 invoked by uid 500); 3 Jan 2008 02:37:29 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 22874 invoked by uid 99); 3 Jan 2008 02:37:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 18:37:29 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 64.233.162.228 as permitted sender) Received: from [64.233.162.228] (HELO nz-out-0506.google.com) (64.233.162.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 02:37:06 +0000 Received: by nz-out-0506.google.com with SMTP id l8so1033948nzf.13 for ; Wed, 02 Jan 2008 18:37:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=EFAWIHNua1yOTCzqyrBLZgi5NnCfODrP4GScp8K8Zs4=; b=P+R6jTTFv3kni8wnLdvuAk9zdP9uBy0gkVfg61qBYwdDI+GzZu4N4cUmQz4ADB4RsKKMuG/HAOWg23wC/atf9t/MAeQXIQPc+gLCoOeQa5zq3IZa0JI55/OwxvUsTkN306PgtUjD7CSmZtgE7xcoo8iELflTrFKp2hTs7eNpZVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OHHEHkfMnbgjvADib709fHU/Zp+SwfUVGwdib4BbvzxzTc6wWAoD9jSX2BeW1uE0Rq/4gth288ItT+miXFPNZHEQ54pc0l+Z7DVMQw5d9D8OK0p/APu13/MXrt6Y2Ngqf2EI5GBrvRWG025kGdlSPIWkIM6sC4f8v9sbWfudrkU= Received: by 10.143.9.5 with SMTP id m5mr4369338wfi.94.1199327830250; Wed, 02 Jan 2008 18:37:10 -0800 (PST) Received: by 10.142.229.10 with HTTP; Wed, 2 Jan 2008 18:37:10 -0800 (PST) Message-ID: <25aac9fc0801021837y5eafc64kbbe7d96ecf40c73@mail.gmail.com> Date: Thu, 3 Jan 2008 02:37:10 +0000 From: sebb To: "JMeter Users List" Subject: Re: Specifying Content-Type for Java Request In-Reply-To: <14589913.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14589913.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 03/01/2008, BlakeUMN wrote: > > I have a Java Request with resultData = "Foo ${jmeterVariable} Bar" and a > child "Save Responses to a file" having a Filename prefix of Baz.bop. The > file is written to disk with the filename Baz.bop1.unknown and I would like > it to be written as Baz.bop. The makeFileName method of > org.apache.jmeter.reporters tells me the n.unknown being appended is due to > a missing Content-Type in the response. The .unknown suffix is due to the missing Content-Type. The n suffix is the file number, which cannot be omitted. > How do I set the Content-Type of the Java Request? Not possible currently. > Is there an easier way to do this? What are you really trying to do? > Thanks, > Blake > -- > View this message in context: http://www.nabble.com/Specifying-Content-Type-for-Java-Request-tp14589913p14589913.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org