https://issues.apache.org/bugzilla/show_bug.cgi?id=48479

--- Comment #6 from Milamber <milambersp...@gmail.com> 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.

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

Reply via email to