GitHub user hitesh22 opened a pull request:
https://github.com/apache/jmeter/pull/413
Enhancement 62829 - Allow specifying proxy scheme to use
## Description
<!--- Provide a general summary of your changes in the Title above -->
<!--- Describe your changes in detail here -->
A proxy could be running using https but currently there is no way
to specify it. This enhancement allows user to specify proxy scheme to use.
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
https://bz.apache.org/bugzilla/show_bug.cgi?id=62829
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, tests ran to see how -->
<!--- your change affects other areas of the code, etc. -->
ant package-and-check
ant test
Tested using ant run_gui
Tested on Mac and using on Ubuntu headless tests.
Using these changes with a proxy server using https
## Screenshots (if appropriate):
Attached to bugzilla ticket.
## Types of changes
<!--- What types of changes does your code introduce? Delete as appropriate
-->
- New feature (non-breaking change which adds functionality)
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ x] My code follows the [code style][style-guide] of this project.
- [ ] I have updated the documentation accordingly.
[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hitesh22/jmeter 62829
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/413.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #413
----
commit 5f5b5318f98f0c6e74d75326b5c653c72f2919aa
Author: hitesh <hpatel@...>
Date: 2018-10-27T19:01:44Z
Enhancement 62829 - Allow specifying proxy scheme to use
Motivation and Context
A proxy could be running using https but currently there is no way
to specify it. This enhancement allows user to specify proxy scheme to use.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62829
How Has This Been Tested?
Tested using ant run_gui
Tested on Mac and using on Ubuntu headless tests.
Only added functionality to code
Types of changes
Enhancement (non-breaking change which fixes an issue)
Checklist:
[x ] My code follows the code style of this project.
----
---