DO NOT REPLY [Bug 48479] JMeter not recording file upload and download scenarios

[email protected]
Newsgroups gmane.comp.jakarta.jmeter.devel
Message-ID <[email protected]>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48479

--- Comment #6 from Milamber <[email protected]> 2010-01-04 15:35:15 UTC ---
Source code reference:
In package org.apache.jmeter.protocol.http.config.MultipartUrlConfig (last
revision)
Line 132-136

===
                final String filenamePrefix = "filename=\""; //$NON-NLS-1$
                if (contentDisposition.indexOf(filenamePrefix) > -1) {
                    // Get the filename
                    index = contentDisposition.indexOf(filenamePrefix) +
filenamePrefix.length();
                    String path = contentDisposition.substring(index,
contentDisposition.indexOf("\"", index)); //$NON-NLS-1$
===

Browser send only "filename=doc1.doc"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.