Commit Graph

2011 Commits

Author SHA1 Message Date
Felix Schumacher ff107828c9 correct typo 2020-03-03 21:51:23 +01:00
Felix Schumacher 50ad778d58 Apply style (gradlew style) 2020-02-16 15:37:23 +01:00
pmouawad 1eb1950d36 Clarify documentation of __StringToFile function regarding default value
of Append to file? parameter.

Contributed by Ori Marko
This resolves #543
2020-02-16 14:43:53 +01:00
pmouawad 1d4d59c703 Correcting client.rmi.localport port allocation description in remote
This resolves #552
2020-02-16 14:40:12 +01:00
Vladimir Sitnikov 03693f7c66
Bug 64091 - Precise Throughput Timer might produce less samples when low test duration is used (#553)
This reworks the generation algorithm.
For now, the timer generates random numbers in 0..testDuration interval
and sorts them.

Note: the properties of the resulting sequence are still the same,
however, the algorithm is NlogN now.
2020-01-28 01:13:19 +03:00
Vladimir Sitnikov b6d11d79d9 Run autostyleApply 2019-12-28 19:28:03 +03:00
Felix Schumacher 81bd8a03c8 More fixes of wether -> whether
Could even be seen as a performance optimization, as whether uses less ram :)
2019-12-26 12:00:39 +01:00
jmetertea b8ba6df968 Fix typos
Closes #548
2019-12-26 11:54:05 +01:00
Felix Schumacher f7b1167083 Typo in link destination 2019-12-26 11:52:19 +01:00
Felix Schumacher e1dbaec5fd Markup for Log level documentation 2019-12-22 13:23:23 +01:00
jmetertea ffe525200c Update Log level FATAL and OFF
asked first in https://stackoverflow.com/questions/57264142/jmeter-ignore-fatal-off-log-levels

Closes #547
2019-12-22 13:13:24 +01:00
pmouawad 79bda1b4ea Add screenshots for new JMESPath elements and update screenshot for jdbc
connection configuration
2019-11-15 08:32:10 +01:00
pmouawad 7850afbc57 JDBC Connection Configuration: Add connectionProperties
This resolves https://bz.apache.org/bugzilla/show_bug.cgi?id=63926
2019-11-14 19:04:23 +01:00
Vincent Lee 0e29eb80b3 Grammar fixes for - Informations
fixes #542
2019-11-11 21:33:37 +03:00
pmouawad b14e0a1b37 proxy.number.requests property : update documentation 2019-10-26 10:08:00 +02:00
Vladimir Sitnikov 75011a5f91 Rework SystemCommand and OS Process Sampler: avoid throwing InterruptedException on timeout
"os command" timeout should not cause thread re-interrupt, so new InterruptedException() pattern should not be used
2019-10-20 00:54:14 +03:00
Milamber 6b66bc309c
Test signing commit 2019-10-18 12:08:26 +01:00
Milamber 950e81af20 Fix JMeter version vs Java version. Use generic sentence. 2019-10-18 12:04:29 +01:00
Felix Schumacher d7ff7d63e3 Use full name for Apache Groovy in documentation (#539)
Apache trademark requires to use the full name of Apache Foo rather than Foo.
2019-10-13 20:11:44 +04:00
jmetertea a6a23b41f2 Fix Documentation: HTTP Request's Path isn't required (#532)
Update documentation HTTP Request's Path isn't required, you can send requests without path (e.g. Server Name jmeter.apache.org)
2019-10-06 22:56:57 +02:00
pmouawad 853fb41ab3 Normalize jmespath element names 2019-10-06 11:45:33 +02:00
Felix Schumacher a4d5d14a2e Add comment about bolt dir in tutorial
Closes #521 on github
2019-10-05 18:16:01 +02:00
Felix Schumacher a721e9a1ae Describe the purpose of the src/release folder in tutorial 2019-10-05 18:13:55 +02:00
Felix Schumacher f9129f16f3 Correct the description for the dist folder in the tutorial 2019-10-05 18:13:55 +02:00
Felix Schumacher 7ee18cece6 Correct typos in tutorial
Use correct Upper-/Camelcase for names and correct url/link.
2019-10-05 18:13:55 +02:00
Felix Schumacher d8760df921 Change description of ant to gradle in tutorial
JMeter has been updated to use gradle for building instead of ant.
Some directories have been added meanwhile (in the src folder and elsewhere).
Try to reflect those changes in the tutorial.
2019-10-05 18:13:55 +02:00
Vladimir Sitnikov b0448c8cb3 Facelift ThreadGroup UI, improve alignment of Name+Commments fields for all components 2019-10-05 13:32:59 +03:00
Nicolas Mervaillie 2cfdec9d50 Add Bolt protocol support for Neo4j database (#510)
* Add Bolt protocol support

Add driver dependency
Add bolt config element and sampler
Expose cypher query parameter, execute cypher
Add temporary README on how to build for hackathon submission

* Add default example value for parameters to better guide users

* Rename configuration classes for clarity

* Apply remarks from code review and code cleanup

* Use TextArea input for query and param fields

Simple text inputs are too small

* Add bolt elements to SaveService

* Add documentation for bolt protocol

* Fix build scripts

Fix some dependencies and add the bolt protocol to the dist build

* Remove README-bolt.md to submit PR

* Fix failing test

build says: SaveService nameMap (saveservice.properties) should contain org.apache.jmeter.protocol.bolt.sampler.AbstractBoltTestElement

* Add some unit tests

* Use single line logging instead of multi line

* Avoid using lambda when consuming results to avoid performance hit

* Add documentation about connection pooling and what's included in response time

* Add neo4j driver trust-key


This resolves Bug 63801 - Add Bolt protocol support for Neo4j database
https://bz.apache.org/bugzilla/show_bug.cgi?id=63801
2019-10-04 07:32:30 +02:00
pmouawad e9a895f2f1 Bug 63775
Switch to JUnit 5
Add some tests
Clarify docs
2019-10-03 13:57:12 +02:00
jmetertea f775c00016 Bug 63775 (#512)
This resolves:
Bug 63775 - Allow Boundary Extractor to accept empty boundaries

https://bz.apache.org/bugzilla/show_bug.cgi?id=63775

Contributed by jmetertea
2019-10-03 13:39:02 +02:00
UBIK LOAD PACK b8aac252c3 Add JMESPath Tester to View Results Tree (#500)
* Add JMESPath Tester
* Add documentation and update release notes
* Update test RenderAsJsonRendererSpec following refactoring of
RenderAsJsonRenderer
Add test for RenderAsJmesPathRenferer
* Improve javadocs

This resolves https://bz.apache.org/bugzilla/show_bug.cgi?id=63770
2019-09-25 16:30:47 +02:00
pmouawad c1c6f9c227 Full rework
More tests
Improve docs
2019-09-23 15:32:55 +02:00
pmouawad ec31960ff6 Merge branch 'master' into ulp_jmes_assertion 2019-09-23 14:19:29 +02:00
pmouawad 1c2bb650be Bug 63355 - View Results Tree: Browser view option is not Available with
Java 11, document how to make it available (edit)

This resolves https://bz.apache.org/bugzilla/show_bug.cgi?id=63355
2019-09-21 18:54:25 +02:00
pmouawad 54dea7f2cf Suite 2019-09-18 23:49:16 +02:00
UBIK LOAD PACK b15c922eee New JMESPATH extractor (#489)
JMES Path Extractor : new component that allows using JMESPATH (http://jmespath.org/) as a new technology to extract data from JSON.

This resolves Bug 63727 - New JMESPath Extractor to ease extraction from JSON
https://bz.apache.org/bugzilla/show_bug.cgi?id=63727

Contributed by UbikLoadPack Team
https://ubikloadpack.com
2019-09-14 23:46:15 +02:00
Jakub Bednář bdcc044239 Add support for InfluxDB 2 (#487)
* Added support for InfluxDB 2 auth token

* Start HttpServer on free port

* The token has to be a non blank string, Authorization header name and value are constant


this fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=63720
Contributed by Jakub Bednář
2019-09-03 15:39:50 +02:00
Felix Schumacher eec7b05fa5 Use jayways github page for JSONPath reference in docs 2019-08-01 12:56:25 +02:00
pmouawad 0f8a9e2e8b Bug 63565 - If Controller: GC issue with JMeter during the endurance run
when using with "Interpret Condition as Variable Expression?" unchecked
(highlight in documentation issue)

This resolves Bug 63565
 https://bz.apache.org/bugzilla/show_bug.cgi?id=63565
2019-07-28 10:18:25 +02:00
Franz Schwab ab9770b88b limit result set for jdbc sampler (added option) (#476)
* limit result set


Former-commit-id: ca96394e0e4913f7b2407a6bcf7f843d92959310

* added french translation
renamed loop variables to meaningful names

* adapted countRows() function, now takes an optional limit setting for the result set (max rows) into account - otherwise this function would iterate through the complete result set by calling resultSet.last()

* added section in the user manual

* changed screenshot of jdbc request sampler dialogue

* added test case for result set limit

* improved description for result set handling option - i checked the code, it is only relevant for callable statements

* fixed test reference output xml and csv file


This fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=63561
2019-07-25 23:39:30 +02:00
UBIK LOAD PACK dcf63aaeb9 Better handling of linebreak in StringToFile (#478)
Allow using \n for line break.

This closes Bug 63219
https://bz.apache.org/bugzilla/show_bug.cgi?id=63219

Contributed by UbikLoadPack Team
2019-07-24 12:59:32 +02:00
Franz Schwab 031807aed3 implemented preinit of jdbc connection pool (#477)
* implemented pre-init of jdbc connection pool


Former-commit-id: f742eff6f3d7ad699610599890360eb9c00216ff

* added french translation, used JMeter built-in logging mechanism for sql exception, default value for pr-einit changed to FALSE to not break existing behavior

* removed whitespace due to checkstyle ant target error

* added documentation to the user manual

* changed screenshot of jdbc connection configuration dialogue

* add Exasol jdbc driver to documentation

* added a detailed comment about what we do exactly and why, and sorrounded the log output with is...Enabled() checks

* added assertion for pre-init of pool in batchtest JDBC_TESTS

* better assertion message for the pre-init test
2019-07-22 21:49:47 +02:00
UBIK LOAD PACK 9869daa3ec Support all cURL command line options and allow import of multiple commands from a file (Fix bugs 63452 & 63419) (#475)
This Implements Features :

- https://bz.apache.org/bugzilla/show_bug.cgi?id=63452
- https://bz.apache.org/bugzilla/show_bug.cgi?id=63419

Contributed by UbikLoadPack Team
2019-07-22 20:49:39 +02:00
pmouawad cf0ed6d3fc Improve formatting 2019-07-22 17:09:37 +02:00
Felix Schumacher c780783e83 Use new cwiki links 2019-07-14 15:51:07 +02:00
Philippe M 629c6430e1
This implements "Provide ability to configure whether a new iteration is a new user or same user" (BUG 62861) (#470)
* This fixes BUG 62861

Thread Group: Provide ability to configure whether a new iteration is a
new user or same user

https://bz.apache.org/bugzilla/show_bug.cgi?id=62861

Contribution by UbikLoadPack Team
https://ubikloadpack.com
@ubikloadpack

* Run clean

* Fix build error

* Take into account @vsi remark

* Rename getters/variables for better understanding
Move method from ThreadGroup to AbstractThreadGroup

* Remove added newline

* Remove trailing whitespace

* Make isSameUserOnNextIteration final as per @vlsi review

* Remove unintended space as per @vlsi review

* Fix :
controlledByThreadGroup is not configured

* Make Authentication Manager use Thread Group config

* modify clear of cookiemanager and cachemanager

* modify clear of cookiemanager and cachemanager

* Use same logic

* Add docs
Add JUnit

* Rename some vars and add spaces
2019-07-02 22:10:02 +02:00
Felix Schumacher d4461f254a Use correct method getLabelResource() in JMeter tutorial
Contributed by buzzerrookie (buzzerrookie at hotmail.com>)
Bugzilla Id: 63519
Closes #471 on github
2019-06-20 13:51:25 +02:00
Felix Schumacher b7ab6e2f62 docs have to well formed xml 2019-06-18 06:23:24 +02:00
Felix Schumacher 5d51e1279f Add MariaDB to the list of verification statements 2019-06-17 18:22:34 +02:00
Felix Schumacher 7bbd39b026 Add notes to use Apache Velocity as JSR223 script language
Based on a patch by Ori Marko (orimarko at gmail.com)
Bugzilla Id: 63484
2019-06-17 18:21:15 +02:00
Felix Schumacher c8ae21188c Add MariaDB examples to JDBC documentation
Contributed by Ori Marko (orimarko at gmail.com)
Bugzilla Id: 63513
2019-06-17 18:11:49 +02:00
Philippe Mouawad 5c12cefcde Bug 62787 - Add XPath 2 Assertion
Contributed by UbikLoadPack (https://ubikloadpack.com)

This closes #459
Bugzilla Id: 62787

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1860513 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: f089d623a5
2019-06-02 10:51:23 +00:00
Philippe Mouawad 21dc34438b Bug 63455 - XPath Assertion: "True if nothing matches" does not work if XPath expression returns a boolean
Contributed by UbikLoadPack (https://ubikloadpack.com)

This closes #460
Bugzilla Id: 63455

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1860511 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 561bca2936
2019-06-02 10:37:36 +00:00
Felix Schumacher 3caf07cc59 Update link to renamed sampler.
Closes #461


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859864 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: bab1a3fb9f
2019-05-24 12:35:22 +00:00
Philippe Mouawad 6175268636 Oups wrong branch
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859638 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2add769677
2019-05-21 13:08:59 +00:00
Philippe Mouawad 2aa727ddf2 Fix documentation
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859637 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: b8f57831be
2019-05-21 13:08:25 +00:00
Philippe Mouawad 0af5b91a60 Bug 63219 - New function "__StringToFile" to save a string into a file
Contributed by UbikLoadPack (https://ubikloadpack.com)
Bugzilla Id: 63219

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1857453 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: d7c18c33b7
2019-04-13 08:25:35 +00:00
Felix Schumacher 02245ed23b Enable PKCS11 keystores for usage with KeyStore Manager
Based on a patch by Clifford Harms (clifford.harms at gmail.com).
Bugzilla Id: 62863


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1856146 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0facf1525a
2019-03-24 13:13:40 +00:00
Felix Schumacher ddb9be4bcb Correct double word in docs
Correct two occurrences of doubled words. Those were found by using

 $ grep -rP '\b([a-z]\w*)\s+\1\b' xdocs/


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1856122 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 745ea2bfed
2019-03-23 18:39:02 +00:00
Philippe Mouawad f1c2fe73ab Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
Contributed by UbikLoadPack

This closes #453
Bugzilla Id: 59896

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854942 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: cb0f115fda
2019-03-06 19:59:29 +00:00
Philippe Mouawad 00392173c7 Bug 62446 - Counter documentation is wrong in required fieds
Bugzilla Id: 62446

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854709 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 970379cdc2
2019-03-03 13:31:55 +00:00
Philippe Mouawad e8a63af369 Bug 63065 - Document potential impacts of Beanshell upgrade (was Regression in Beanshell that manifests by "Typed variable declaration error", introduced after upgrading to JMeter 4.0)
Bugzilla Id: 63065

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854706 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 64febd6634
2019-03-03 13:08:32 +00:00
Philippe Mouawad 149daa7ac4 Bug 62977 - Unable to send HTTP requests without a User-Agent header
Bugzilla Id: 62977

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854682 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: dd0a9f877e
2019-03-03 10:19:20 +00:00
Philippe Mouawad ffdcb94f78 Bug 63178 - CSS Selector Extractor : Improve performance of JODD (JoddExtractor) based implementation
Bugzilla Id: 63178

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854669 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0a2ae319b7
2019-03-02 20:02:41 +00:00
Philippe Mouawad 13890bcedf Bug 63185 - Add option to implicitly trust SSL/TLS connections/Disable hostname verification
Based on contribution by Brian Wolfe
Changes:

- Fixed existing NPE if log level is DEBUG if attr is null 
- Fixed some SONAR warning
- Simplified code
- Modified TrustAllSocketFactory (renamed and fixed static attribute sf affectation from Constructor)


This closes #443
Bugzilla Id: 63185

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1854570 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 54eeb6d6a3
2019-03-01 10:03:02 +00:00
Philippe Mouawad 7bf0e097e1 Bug 63177 - Rename NON GUI mode into CLI Mode in documentation
Update docs
Bugzilla Id: 63177

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1853594 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 09a9616cbc
2019-02-14 17:56:13 +00:00
Philippe Mouawad 926f9e882a Bug 63055 Don't rename SampleResult Label when test is running in Functional mode or property subresults.disable_renaming=true.
Implemented by Artem Fedorov (artem.fedorov at blazemeter.com) and contributed by BlazeMeter.

This closes #439
Bugzilla Id: 63055

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1852943 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1a40450242
2019-02-04 20:19:53 +00:00
Philippe Mouawad bb1476ba08 Fix typo
Thanks @ Ivan Ricanti

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1852921 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 64edbbcb71
2019-02-04 14:46:09 +00:00
Philippe Mouawad 623f27089b Bug 63101 - Propose a menu item to generate readable overview of Test Plan
Bugzilla Id: 63101

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1852776 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 93925d0ab2
2019-02-01 22:51:17 +00:00
Felix Schumacher 9abf4c905b Remove referrals to never implemented internals from user documentation.
Bugzilla 63053


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1850481 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 73be8a4ac3
2019-01-05 12:39:28 +00:00
Philippe Mouawad 019ff305b3 https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6226610 is fixed
No trace of bug 6208335
Complete features

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1850059 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 77251472ef
2018-12-31 16:38:04 +00:00
Philippe Mouawad c2d0b2a165 Updated to log4j-2.11.1 (from log4j-2.11.0)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1849624 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: a662c3c033
2018-12-23 13:51:45 +00:00
Philippe Mouawad c6f8db124c Bug 63031 - Incorrect JDBC driver class : 'org.firebirdsql.jdbc.FBDrivery'
Based on contribution by Sonali
Bugzilla Id: 63031

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1849621 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1ab4f58861
2018-12-23 13:34:27 +00:00
Philippe Mouawad 1af3a52eed Bug 62870 - Templates : Add ability to provide parameters
Add missing file and take into account Felix note

Bugzilla Id: 62870

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1847595 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: a16822bba2
2018-11-27 20:27:52 +00:00
Philippe Mouawad b3769b93b4 Bug 62935 - Pass custom 'mail.*' properties to Mail Reader Sampler
Implemented by Artem Fedorov (artem.fedorov at blazemeter.com) and contributed by BlazeMeter

This closes #433
Bugzilla Id: 62935

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1847247 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 72637fd935
2018-11-23 11:22:00 +00:00
Philippe Mouawad 4a63aa77c9 Bug 62934 Add compatibility for JDBC drivers that do not support QueryTimeout
Bugzilla Id: 62934

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1847095 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: c9defe696e
2018-11-21 12:37:01 +00:00
Philippe Mouawad 540a3b05a6 Bug 62829 - Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option
This closes #413
Contributed by Hitesh Patel
Bugzilla Id: 62829

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1846866 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e2c3d3fa78
2018-11-18 21:16:17 +00:00
Philippe Mouawad 95c922e809 Change Test Action (old name) to "Flow Control Action" in Component Reference
Contributed by Ori Marko
This closes #428

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1845975 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 55ae04f5eb
2018-11-06 22:21:32 +00:00
Felix Schumacher 90e41f2b82 Spacepolice. Remove whitespace at the end of lines
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1845729 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2df5b36871
2018-11-04 11:48:19 +00:00
Felix Schumacher a4f8abd952 Rephrase sentence about the uniqueness of the threadNums.
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1845726 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: f5ddf57731
2018-11-04 11:41:30 +00:00
Felix Schumacher 12df68a8ff Add location of JMeterContext API to link and write out numbers as words
Follow-up to r1845700
Bug 62752 - Add to Documentation: ctx.getThreadNum() 0-based and
${__threadNum} 1-based

Bugzilla Id: 62752



git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1845725 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 862e9bb157
2018-11-04 11:37:54 +00:00
Philippe Mouawad fd75bfb201 Bug 62752 - Add to Documentation: ctx.getThreadNum() 0-based and ${__threadNum} 1-based
Bugzilla Id: 62752

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1845700 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: a8ef6a0993
2018-11-03 22:47:02 +00:00
Philippe Mouawad 9675f46bf9 Bug 60424 - Hessian Burlap application : JMeter inserts 0x0D before 0x0A automatically (http binary post data)
Bugzilla Id: 60424

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1845065 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 498e2bb9e7
2018-10-28 21:10:03 +00:00
Felix Schumacher dc9e7511c8 Add a short paragraph on how to use a security manager with JMeter.
Closes #406 on github


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844855 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: fb6bebb19b
2018-10-25 18:18:05 +00:00
Philippe Mouawad 297736af13 Bug 62840 - HTTP Request : Add option httpclient4.gzip_relax_mode to avoid error when unzipping what seems to be invalid streams
Bugzilla Id: 62840

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844375 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: ac6ed38840
2018-10-19 20:04:24 +00:00
Philippe Mouawad 2d9e642689 Bug 62832 - JDBC Connection Configuration: Be able to set init SQL statements
Bugzilla Id: 62832

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844156 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 0cc8a68df3
2018-10-17 19:33:23 +00:00
Felix Schumacher 7d7c8ced59 Correct usage of commata by removing them
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1843737 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: b15fab078a
2018-10-13 10:26:19 +00:00
Felix Schumacher ed2974253a spacepolice
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1843736 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: ab69804636
2018-10-13 10:24:20 +00:00
Philippe Mouawad 10f911277a Bug 62766 : Keystore Config : We should load all aliases by default
Contributed by UbikLoadPack
Bugzilla Id: 62766

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1842280 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: c2e0ab614b
2018-09-28 19:50:06 +00:00
Felix Schumacher 6dd3435730 Use the HTML entity for 'less than or equals'
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1841738 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e5b214a08c
2018-09-23 10:20:49 +00:00
Felix Schumacher e69dd13689 Markup. Use funclink tags for functions and mark them as code
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840852 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e5552923c6
2018-09-13 19:19:18 +00:00
Felix Schumacher a45c2dc22c Allow full JSR-223 for init scripts in JMeter startup
Use jsr223.init.file to allow calling a JSR-223 script on JMeter startup
instead of the envisioned groovy.init.file property.

The engine to use for the init script will be determined by the extension
of the filename. If the filename has no extension or if no engine
can be found for that extension, Groovy will be tried.

Bugzilla Id: 62700


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840847 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1f45bb7dda
2018-09-13 18:36:46 +00:00
Philippe Mouawad f3601418b7 Clarify documentation for XPath and Namespaces
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840493 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 308503c27f
2018-09-10 20:49:13 +00:00
Felix Schumacher 84fd8cd248 Add missing markup for class name
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840488 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 4df6724c98
2018-09-10 18:21:15 +00:00
Felix Schumacher 9bdc5185de Typo. It is Groovy :)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840475 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: cf9fbc43a4
2018-09-10 15:57:53 +00:00
Philippe Mouawad 55cc25322f Reference XPath2 Extractor from XPath Extractor
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840411 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: c47b9ca656
2018-09-09 14:46:49 +00:00
Philippe Mouawad 21d8404470 Bug 62700 - Introduce groovy.init.file to allow calling a groovy script on JMeter startup
Bugzilla Id: 62700

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840406 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: dbce6d7b31
2018-09-09 13:09:21 +00:00
Philippe Mouawad 85a637cd49 Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine
Bugzilla Id: 62684

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840157 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 20641df69d
2018-09-05 20:17:14 +00:00
Philippe Mouawad a240694f20 Try to improve dashboard generation documentation following questions on SO and mailing list
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1840153 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e6f99e53e0
2018-09-05 19:24:39 +00:00
Philippe Mouawad 82d845f7db Bug 58807 - Reset SSL State on Thread Group iteration only (was https.use.cached.ssl.context=false is broken)
Document
Bugzilla Id: 58807

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1839507 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 04bff75d01
2018-08-28 21:13:48 +00:00
Philippe Mouawad dcf311c908 Bug 58807 - Reset SSL State on Thread Group iteration only (was https.use.cached.ssl.context=false is broken)
Document
Bugzilla Id: 58807

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1839506 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 48fa13f97e
2018-08-28 21:12:36 +00:00
Philippe Mouawad b71fe101d3 Bug 62593 - Rename CSS/JQuery Extractor to CSS Selector Extractor
Contributed by Orimarko
Bugzilla Id: 62593

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1839102 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 6e5c71ed36
2018-08-25 20:18:39 +00:00
Felix Schumacher ae3d2afabd Add missing screenshot for cookie manager in build-web-test-plan
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1838671 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 996299b04d
2018-08-22 17:57:39 +00:00
Felix Schumacher c4119901c7 Use special tag for rfc links in docs.
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1838317 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 71cbf29c62
2018-08-18 08:31:59 +00:00
Philippe Mouawad 68119e966a Bug 62595 - SMTPSampler does not allow configuring the SSL/TLS protocols to be used on handshake
Contributed by Felipe Cuozzo
Bugzilla Id: 62595

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1837445 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 920de89d16
2018-08-04 18:46:53 +00:00
Felix Schumacher 61e0031579 Revert r1836664
Bug 62570 - HTTP(S) Test Script Recorder : Increase validity of Root CA used to capture traffic
Bugzilla Id: 62570


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1836751 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 03c8a7af0a
2018-07-26 18:57:56 +00:00
Philippe Mouawad 591ee95b9e Bug 62570 - HTTP(S) Test Script Recorder : Increase validity of Root CA used to capture traffic
Bugzilla Id: 62570

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1836664 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: a6faf22966
2018-07-25 20:08:12 +00:00
Philippe Mouawad 8b8b4ba15c Bug 62553 - Random element might return same value even if property "Per thread user (User)" is set to TRUE
Fix typo, thanks Felix
Bugzilla Id: 62553

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1836298 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1d8de8cb0b
2018-07-19 19:37:22 +00:00
Philippe Mouawad 7aa63be9d8 Bug 62553 - Random element might return same value even if property "Per thread user (User)" is set to TRUE
Bugzilla Id: 62553

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1836293 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 381e10b8d1
2018-07-19 19:17:36 +00:00
Philippe Mouawad 3586057eb1 Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert
Add Test
Clarify documentation
Bugzilla Id: 62533

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1835969 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: d8e129fbba
2018-07-15 13:20:30 +00:00
Felix Schumacher eca2379981 Sync documentation to the implementation of the ForEachController.
Based on contribution by orimarko (orimarko at gmail.com)
Bugzilla Id: 62482


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1835906 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 70a7ec320c
2018-07-14 14:21:36 +00:00
Bruno Demion 54a6e82ff9 Allow use epoch time as Date String value in function __dateTimeConvert
Bugzilla Id: 62533

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1835709 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: dd8644fd93
2018-07-12 08:51:22 +00:00
Felix Schumacher 33b8d0662f Fix usage of ports, when client.rmi.localport is set for distributed runs.
This is not a complete fix, as there can be more than one Listener and
they can be initialized more than once. That will lead to exceptions.

Bugzilla Id: 62463


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1835311 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 76a709b42a
2018-07-07 13:27:20 +00:00
Philippe Mouawad 66d138e84a Make field name clearer
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1835310 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: a39b984666
2018-07-07 13:25:49 +00:00
Felix Schumacher 9f07c1db05 Add a rfc-tag to the site docs
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1835306 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e67588e3ce
2018-07-07 12:51:29 +00:00
Felix Schumacher 7188fbc7ce Correct typo in documentation.
Reported by Aaron Levin. Closes #392 on github


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1835297 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 9ac855e340
2018-07-07 08:00:04 +00:00
Philippe Mouawad 0c7d488484 Bug 62166 - Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard
Contributed by UbikLoadPack
Bugzilla Id: 62166

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1834399 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 3aff51bba5
2018-06-26 07:30:08 +00:00
Felix Schumacher 6f80dee1e0 Make delegation of credentials in SPNEGO possible again.
Newer versions of httpcomponents-client (at least in the 4.x branch) removed the ability to delegate
kerberos credentials via SPNEGO. This will make it possible to re-enable delegation by specifying
a system property.

Bugzilla Id: 62462
Closes #387 on github


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1833637 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 2a3694f3a0
2018-06-16 13:37:58 +00:00
Philippe Mouawad 77205104b4 Bug 62457 - In usermanual, the UUID Function's example is wrong
Contributed by helpass onegaicimasu at hotmail.com
Bugzilla Id: 62457

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1833579 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 803b815623
2018-06-15 07:36:02 +00:00
Felix Schumacher 87243fcc26 Correct wording in docs.
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1833240 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 84d697187b
2018-06-09 14:22:18 +00:00
Philippe Mouawad 58a0ca0ace Bug 60991 - XPath Extractor : Implement XPath 2.0
Contributed by UbikLoadPack
Bugzilla Id: 60991

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1832784 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 9c9e3e1017
2018-06-03 19:05:08 +00:00
Philippe Mouawad c2a9e618fb Bug 62323 - Add function "__ThreadGroupName" function to obtain ThreadGroup name
Mainly contributed by Orimarko
Bugzilla Id: 62323

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1831451 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: de5ea27b87
2018-05-12 08:12:59 +00:00
Felix Schumacher de8571c077 Mostly markup changes. Remove on superfluos 'the'
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1831028 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: dc53d70fc2
2018-05-06 15:24:13 +00:00
Felix Schumacher 9fa6cae495 Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)
Bugzilla Id: 62354


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1830970 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 01225f0a47
2018-05-05 13:04:52 +00:00
Antonio Gomes Rodrigues 9e71402ac5 Bug 61714 - Grafana config example obsolete - update the doc of Real-time results
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1829749 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: f279c026f3
2018-04-21 21:15:50 +00:00
Philippe Mouawad 1de206a2a6 Bug 62320 - Counter : Reference Name property is not clear
Bugzilla Id: 62320

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1829663 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 36899879ae
2018-04-20 15:20:31 +00:00
Philippe Mouawad 243c52ab16 Bug 62315 - "Save response to a file" Component - seems not to be thread safe
Clarify documentation of ResultSaver
Bugzilla Id: 62315

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1829662 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 1a3e5d97dd
2018-04-20 15:16:36 +00:00
Philippe Mouawad be4ba36ba3 Bug 62252 - HTTP header merging logic does not correspond to the documentation
Bugzilla Id: 62252

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1828836 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: cfdcc7f1ce
2018-04-10 17:03:44 +00:00
Philippe Mouawad 4a01c8c76a Bug 62276 - InfluxDBBackendListenerClient / GraphiteBackendListenerClient : Add sent and received bytes to metrics
Contributed by UbikLoadPack
Bugzilla Id: 62276

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1828834 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 00e8d37406
2018-04-10 16:59:36 +00:00
Philippe Mouawad 50554958c5 Bug 62260 - Improve Rest support
This also fixes:
- Bug 60190 - Content-Type is added for POST unconditionally
Bug 60015 - Multipart/form-data works only for POST using HTTPClient4 while it should for PUT, DELETE...

Contributed  by UbikLoadPack 
Bugzilla Id: 62260

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1828467 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 11ddb6ab64
2018-04-05 19:10:44 +00:00
Philippe Mouawad 604defa67d Bug 62243 - Dashboard : make option "--forceDeleteResultFile"/"-f" option delete folder referenced by "-o" option
Bugzilla Id: 62243

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1828168 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 63eaf76bf3
2018-04-02 13:38:08 +00:00
Philippe Mouawad ba4fbe4441 Bug 62244 - Rename Test Action to Flow Control Action
Bugzilla Id: 62244

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1828151 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: c55dcb967b
2018-04-01 20:00:00 +00:00
Philippe Mouawad 342b769511 Bug 62237 - While Controller : Export variable containing current index of iteration
Document feature
Bugzilla Id: 62237

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1828110 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 265492b27c
2018-03-31 15:00:22 +00:00
Philippe Mouawad 7c03ee39b5 Bug 62211 - Fix HTTP Request Server Documentation
Bugzilla Id: 62211

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1827461 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: afd19d749d
2018-03-22 08:04:42 +00:00
Philippe Mouawad 12190d932a [Bug 62195] Save Responses to a file : Improve component and UI
Contributed by UbikLoadPack
Bugzilla Id: 62195

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1827348 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: aac159779d
2018-03-20 19:23:19 +00:00
Philippe Mouawad 85aa886e0e Bug 62178 - Add default value to __V function
Contributed by Orimarko
Bugzilla Id: 62178

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1827141 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 6b9da6c0ce
2018-03-18 14:30:39 +00:00
Philippe Mouawad ae0b52db5f Bug 58807 - https.use.cached.ssl.context=false is broken
Based partly on Rainer Jung analysis and patch.
Bugzilla Id: 58807

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1825328 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: f7a1e27efb
2018-02-25 21:19:42 +00:00
Felix Schumacher 139d3d20a7 More typos
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1824702 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 274e827348
2018-02-18 20:08:11 +00:00
Felix Schumacher c53be1df53 Another typo
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1824696 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 85606dfe49
2018-02-18 19:45:01 +00:00
Felix Schumacher c543b26a03 Correct a few typos
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1824695 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 8734dcfbc2
2018-02-18 19:40:34 +00:00
Felix Schumacher b86df0cd0e Correct typo in component reference for Boundary Extractor
Contributed by orimarko at gmail.com
Bugzilla Id: 62095


git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823862 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 05cf099af3
2018-02-11 17:31:20 +00:00
Bruno Demion 75971113a7 1 GB is now the new default heap size
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823820 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 459b985d23
2018-02-11 08:31:12 +00:00
Philippe Mouawad a942df0079 Update documentation regarding Java versions.
Mention JDK is required for recording HTTPS

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823395 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: f2309ae947
2018-02-06 21:48:59 +00:00
Felix Schumacher 172ab6954e Correct markup
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823242 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 8a26008747
2018-02-05 20:39:53 +00:00
Felix Schumacher b755602719 Try to use the same variables to control the startup of JMeter on Windows and Unix.
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823224 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 38c74a6b5e
2018-02-05 18:15:22 +00:00
Philippe Mouawad 0a1e361a70 Rename JMETER_HEAP to HEAP
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823105 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 64688cbc5d
2018-02-04 19:48:55 +00:00
Felix Schumacher 12ab2c8db9 Use source tag for overlong lines.
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1822832 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 53852d3bb3
2018-01-31 20:42:23 +00:00
Philippe Mouawad 4feebf23d9 Drop BSF Elements documentation
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1822830 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 9a6a7429ef
2018-01-31 20:23:04 +00:00
Philippe Mouawad f7110d1595 Mention __groovy as better alternative for __BeanShell
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1822825 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: a128d4c7cc
2018-01-31 20:00:27 +00:00
Philippe Mouawad 63f58a9a40 Mention Keystore Configuration for client Certificate authentication
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1822824 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 17bcdf59f8
2018-01-31 19:59:44 +00:00