Bug 55506 - Proxy should deliver failed requests to any configured Listeners
Summary: Proxy should deliver failed requests to any configured Listeners
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.9
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 21:29 UTC by Sebb
Modified: 2013-08-30 00:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2013-08-29 21:29:30 UTC
The Proxy currently does not deliver certain failed requests to either the test plan or any listeners.

These are mainly requests for HTTPS URLs for which the JMeter certificate has yet to be accepted. These are currently only shown in the JMeter log file. It would be easier to follow the recording progress if the failed requests were also shown in the Listener display.

It probably does not make much sense to also add these requests to the test plan, because the browser will re-issue the original request once the certificate has been accepted. This would result in spurious entries in the test plan.
Comment 1 Sebb 2013-08-30 00:01:25 UTC
URL: http://svn.apache.org/r1518848
Log:
Proxy should deliver failed requests to any configured Listeners
Allow deliverSampler to just send results
Bugzilla Id: 55506

URL: http://svn.apache.org/r1518860
Log:
Allow access to first line for debug purposes

URL: http://svn.apache.org/r1518861
Log:
Proxy should deliver failed requests to any configured Listeners
Bugzilla Id: 55506

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3217