https://bz.apache.org/bugzilla/show_bug.cgi?id=63025
--- Comment #6 from Philippe Mouawad <[email protected]> --- (In reply to Felix Schumacher from comment #5) > Created attachment 36360 [details] > Replace port and protocol in HTTP Samplers > > This is basically the diff from the originally attached source. It has been > refactored to eliminate duplicate code. That should make it easy to add more > parameters to be replaced, like the proxy parameters. Hello, Thanks for patch. Look good to me except that if I understand correctly, it would not be possible to replace port by ${portNumber} due to this: (s) -> setPort(Integer.parseInt(s) Regards -- You are receiving this mail because: You are the assignee for the bug.
