On 03/01/2008, BlakeUMN <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

