https://issues.apache.org/bugzilla/show_bug.cgi?id=50079
prashath <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | --- Comment #2 from prashath <[email protected]> 2010-10-12 07:16:22 EDT --- The case I wanted to simulate: 1)An user logs in to a web portal 2)Uploads an image using a form in the web 3)By viewing the list of uploads the users deletes a previously uploaded file. 4)Then logs out of the portal Hope Firefox is not under the "Some browsers list". Reproducing steps: 1)Add a thread group 2)Add a proxy server Strat proxy 3)Open Firefox login to a web portal where there is an option to upload and delete files. (proxy settings should be similar server settings) 4)Select the file on your PC, from the file up loader in the web portal. 5)Select the upload link/button. Actual results: After Step5 the user is being displayed with the following error message in the web browser screen; java.io.FileNotFoundException: IMG_2008.jpg (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileInputStream.<init>(Unknown Source) at org.apache.jmeter.protocol.http.sampler.PostWriter.writeFileToStream(PostWriter.java:406) at org.apache.jmeter.protocol.http.sampler.PostWriter.sendPostData(PostWriter.java:115) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sendPostData(HTTPSampler.java:122) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:508) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:965) at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:242) SO FROM THERE THE USER IS INTERRUPTED TO DO, WHAT HE WANTED. -- 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: [email protected] For additional commands, e-mail: [email protected]
