https://bz.apache.org/bugzilla/show_bug.cgi?id=63025
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Keywords| |FixedInTrunk --- Comment #11 from Felix Schumacher <[email protected]> --- Thanks for the report and initial code example. This will be included in version 5.1. It would be really nice, if you could test the next nightly, if this fix does what you want. (You can close this enhancement, if it works for you) In the end I decided to change directly the properties that contain the string representation for port and protocol instead of the derived values, that getPort and getProtocol return. Date: Sat Jan 5 12:06:49 2019 New Revision: 1850475 URL: http://svn.apache.org/viewvc?rev=1850475&view=rev Log: Extract duplicate code into private method Refactoring to make bug 63025 easier to fix. Bugzilla Id: 63025 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java Date: Sat Jan 5 12:19:26 2019 New Revision: 1850478 URL: http://svn.apache.org/viewvc?rev=1850478&view=rev Log: Enhance Search & Replace functionality for HTTP Request to include port and protocol field. Bugzilla Id: 63025 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java jmeter/trunk/xdocs/changes.xml -- You are receiving this mail because: You are the assignee for the bug.
