You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/10 07:37:41 UTC

[jmeter] reference refs/pull/217/merge deleted (was f3f8ea2)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to reference refs/pull/217/merge
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


     was f3f8ea2  Merge dca4f94b46e0b2a24a8f38d19d761c02c2c1b79d into 1c794a866a1c7486fbd6a58dd28cd8f26fa8bf9e

This change permanently discards the following revisions:

 discard f3f8ea2  Merge dca4f94b46e0b2a24a8f38d19d761c02c2c1b79d into 1c794a866a1c7486fbd6a58dd28cd8f26fa8bf9e
 discard 1c794a8  re-use pattern when possible Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard c6d4876  Make hints for HiDPI (hopefully) clearer. Based on proposal from Philippe
 discard f933590  Change encoding to UTF-8 in reports for dashboard.
 discard c73a84d  Misc cleanup. Removal of unused imports and code deduplication.
 discard fcadd98  No need to store the xpath value as an instance field
 discard 43e0fea  Reduce duplicated code by using the newly added method GuiUtils#cancelEditing. Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard cd36912  Allow multiple selection and delete in HTTP Header Manager. Based on a patch by Benoit Wiart (b.wiart at ubik-ingenierie.com)
 discard 1978448  Ensure commit mails are displayed in UTF-8
 discard c25e401  Add missing email address from github commit.
 discard c0a719a  Forgot to mention Thomas Peyrard in contribution section.
 discard 1a5200c  Allow multiple selection and delete in HTTP Authorization Manager. Based on a patch by Benoit Wiart (b.wiart at ubik-ingenierie.com).
 discard 4f37fb8  Use https for bugzilla links.
 discard 5aff27f  Add tag for 'pull requests' from github
 discard 2e27dfe  Differentiate the timing for JDBC Sampler. Use latency and connect time. Contributed by Thomas Peyrard (thomas.peyrard at murex.com)
 discard b211e34  Remove printing to stdout.
 discard dca4f94  do not allocate a temporary NullProperty if it's not needed
 discard 1c6fc75  improve JOrphanUtils#replaceAllChars provides a fast path which does not allocate memory
 discard e52044a  re-use pattern instead of re-creating it
 discard b59e095  add a better default sizing for the getConnectionHeaders buffer
 discard 3e2c592  avoid unneeded access to the property map and boolean parsing
 discard 7a53bdc  add a fast path which does not allocate memory when there is no arguments. construct the buffer with a better initial size to avoid re-allocations
 discard 2d215e9  do not allocate 2 empty iterators on each call to executeSamplePackage.
 discard 196910c  in the jmx file you often find : <stringProp name="HTTPSampler.port"></stringProp>
 discard ff99155  getResponseHeaders is allocating too much memory
 discard e987f4a  re-order test for speed
 discard f1e1d0e  avoid stringbuilder alllocation
 discard 3ae3c49  do not copy byte buffer on string construction
 discard 72ea0ff  Add spanish translation for delayed starting of threads. Contributed by Asier Lostalé. Closes #214 on github.
 discard 92c7b32  Log messages about JSON Path mismatches at debug level instead of error.
 discard 6019c57  Profiling show that jmeter is doing a lot of unneeded memory allocation.
 discard 15f3bad  Followup to r1751545. Explicitly unset validationQuery on BasicDataSource, when none is given by the user.
 discard 0edc108  Use isValid() method from jdbc driver, if no validationQuery is given in JDBC Connection Configuration.
 discard 42ccc49  Use return value of decodeQuery directly instead of reassigning the parameter.
 discard 34a4d3e  Display original query in RequestViewHTTP when decoding fails. Based on patch by Teemu Vesala (teemu.vesala at qentinel.com)
 discard ad48117  Oops
 discard 65961fa  Standardise indentation on two spaces
 discard a78ca11  Unit test to check that CSV header text and sample format don't change unexpectedly Bugzilla Id: 59726
 discard e634b17  Use jmeter.properties for testing whenever possible Fix batch tests Bugzilla Id: 59723
 discard efdec47  Use jmeter.properties for testing whenever possible Fix unit tests Bugzilla Id: 59723
 discard c7d9474  Use jmeter.properties for testing whenever possible Fix unit tests Bugzilla Id: 59723
 discard c75e670   Use StandardCharsets when possible  Might as well use the Charset directly Bugzilla Id: 59722
 discard 82a0042  Use StandardCharsets to reduce the possibility of misspelling Charset names.
 discard 99d734b  Document changes from #174 in changes.xml
 discard 549ddea  Minor tidy ups. Don't declare Exceptions, that are subclasses of other declared Exceptions. Don't needlessly initialize with null. Patch by Graham Russell. Closes #174.
 discard 6eab09a  Convert from while with iterator to for-loop. Patch by Graham Russell. Part of github pr #174.
 discard 3a31628  Use contains instead of indexOf to make intent of logic clearer. Correct a spelling error of local variable toke to token. Patch by Graham Russell. Part of github pr #174.
 discard aad0cde  Use multi-catch for exceptions. Patch by Graham Russell. Part of #174 from github pr.
 discard 7ae5b5d  Batch test file comparisons fail on Windows as XML files are generated as EOL=LF fix build.xml Bugzilla Id: 59720
 discard ed79100  Batch test file comparisons fail on Windows as XML files are generated as EOL=LF TODO fix build.xml Bugzilla Id: 59720
 discard 12912c7  Looks like a busy machine needs slightly more leeway
 discard 5005f51  Use line.separator rather than assuming "\n" for all OSes Thanks to 'harry_no_spot' for spotting this
 discard b56c826  Rename private methods to shorter names and add refactor testing for addable TestElements.
 discard d32ba9f  Syntactic sugar. First check for null, then use 'new' for loop.
 discard 8badfa5  Bug 58888 - HTTP(S) Test Script Recorder (ProxyControl) does not add TestElement's returned by SamplerCreator createChildren () Bugzilla Id: 58888
 discard 5f1015a  Get rid of UnmarshalException on stopping when -X option is used.
 discard a0fc5ba  Set native eol-style
 discard a3341bb  Set native eol-style
 discard cddffb8  Formatting
 discard 1bb389b  Bug 59351 - Improve log/error/message for IncludeController #resolve #202 Bugzilla Id: 59351
 discard 61e0130  Second followup to r1746175. Parameter reader has been renamed to inputStream, so reflect that in javadoc.
 discard ba0b554  Followup to r1746175. Parameter reader has been renamed to inputStream, so reflect that in javadoc.
 discard 47fefe3  Only set font in JSyntaxTextArea, when property jsyntaxtextarea.font.family is set.
 discard 26bbd71  Error count in report dashboard is one off.
 discard d55e152  Use note tag for notes.
 discard 0351f4f  Document the special value of -1 for the Loop Controller.
 discard 4c25002  Update jmeter.version property to next dev version. Followup to r1746048
 discard 3fb6b1c  Format extracted JSON Objects in JSON Post Processor correctly as JSON.
 discard 53ff0e8  Bug 59607 - JMeter crashes when reading large test plan (greater than 2g) Bugzilla Id: 59607
 discard 4f63628  Updated to tika 1.13 (missing change)
 discard 048951a  Updated to tika 1.13
 discard 4e8133e  Start next devel version (3.1-SNAPSHOT)
 discard 6754f00  Start next devel version
 discard f4c02bd  Spelchack.
 discard b1bf45e  Correct image references for testcase for Bug52310 after the current changes of the jmeter homepage.
 discard 5fb0933  Small formatting changes and addition of a missing closing paren and an 'in'.
 discard 20a5563  Prepare next release 3.0: update docs tree and overview (RC5)
 discard 09dda20  Reorganise the HiDPI properties
 discard d78681e  Fix labels as per sebb notes
 discard caf9f09  Clarify T and F
 discard ee4b84c  Make APDEX title clearer and add a link
 discard 14d593a  Bug 59523 - Report Generator : NormalizerSampleConsumer uses a different default format for timestamp than JMeter default Bugzilla Id: 59523
 discard 7949c8b  Document the popup behaviour when Test Script Recorder is started
 discard 2ea873d  Bug 59489 - Regression in JMeter 3.0 : Compressed responses break keepalive management Take into account sebb note INstanciate ArrayList only when needed Bugzilla Id: 59489
 discard fd1da1e  Bug 59489 - Regression in JMeter 3.0 : Compressed responses break keepalive management Bugzilla Id: 59489
 discard d2891f1  Bug 59455 - Report : Errors Summary uses wrong default value for "jmeter.save.saveservice.assertion_results_failure_message" Bugzilla Id: 59455
 discard bac6ace  Clarify documentation on how to change percentile values
 discard 562df26  Apply macros even when in a td for printable docs.
 discard 213441f  Immutable private fields should be final
 discard 42830bf  Clarifications
 discard 160710a  Obsolete TODOs
 discard 5956016  Docn updates
 discard f119bd0  Immutable private fields should be final
 discard fa4ea28  Correct docs
 discard 1c3f489  Unnecessary TODO
 discard 565dc28  Oops, no longer applies
 discard 652057d  Unnecessary TODO
 discard 6ce0a91  Don't allow override of methods called by a constructor.
 discard f1512e3  Obsolete comment
 discard d83ff2c  Obsolete comment
 discard 80d9cd8  Simplify
 discard 2c7df0c  Convert to JUnit4
 discard 2699ccf  Fix test case - it only passed if the default formatter was null
 discard dda199e  Unnecessary; the Exception already contains the path name
 discard 4518721  Prepare next release 3.0: update docs tree and overview (RC4)
 discard ca7ee24  Detab
 discard fc3f690  Review upt to 16 Fix index
 discard 0e0f41e  Fix wrong sequence in documentation (15 => 17)
 discard f671db6  Mention shortcut are specific to platforms and keyboards
 discard ca64f63  Fix default value
 discard ce59758  Improve documentation
 discard b7530e9  Mention reportgenerator.properties
 discard 23d32e0  Followup sebb addition of reportgenerator.properties
 discard 7c4aed4  Remove property added by error Rename Sample1 and Sample2
 discard 8d8802b  Add logging and contextual info
 discard 2bfe425  Updated images from xdocs
 discard 055aa02  Note that the class now supports JUnit4 Synch log with JUnit3 version
 discard 246862e  Add tests for properties files
 discard ec3a3b9  Drop some bug reports that relate to nightly builds only
 discard d8fbcf9  Mention reportgeenrator.properties
 discard 72ef104  Move ReportGenerator defaults to a separate properties file
 discard b6f5b0d  What 'a' means
 discard c79fbc4  Note Backend dotty feature
 discard b7eead4  Fix up metric names - JMeter does not automatically add "." after the root name prefix
 discard 0d8ffeb  Fetch key once
 discard a0ca5fa  Tweaks
 discard 10d482e  Inline
 discard c22d7b2  Explain
 discard eb9f0a3  Tweaks
 discard 1c98ed3  Revert to Continue for Action after sampler error
 discard 8a59cc6  Use complink instead of generic href link
 discard 3d94f3a  Various grammar and other tweaks Simplify BackendListener regex and add wildcard sample
 discard 9c521c1  Generic author name
 discard 6d0dea3  Minor corrections. Use generic author name
 discard b07237a  Typo
 discard 5fb9be0  Use descriptive link name rather than just 'here'
 discard 8de1014  Clarify
 discard 702c340  Docn
 discard 895eed0  Correct a few typos
 discard 5da1051  HC docs are not all that clear either.
 discard 6021e58  Fix documentation error CLarify sentence
 discard 877c2c3  Bug 59401 affected nightly builds only
 discard 7b04d4b  Revert r1734313 so default action remains as 'Continue' Bugzilla Id: 59152
 discard 5731d23  Use hellip entity instead of three dots.
 discard a5907c1  Display error about missing help page inside the help pane
 discard f2c4364  The HttpClient4 implementation uncompresses the compressed response but removes Content-Encoding response header when request has header "Accept-Encoding = gzip, deflate Bugzilla Id: 59401
 discard ce9f07a  Docn
 discard ee20050  Bug 59401 - The HttpClient4 implementation uncompresses the compressed response but removes Content-Encoding response header when request has header "Accept-Encoding = gzip, deflate" Bugzilla Id: 59401
 discard 02070a7  Bug 59424 - Visualizer : Add "Clear" in popup menu Bugzilla Id: 59424
 discard ec85b8e  Report generation : Better defaults filters_only_sample_series must be true to avoid empty graphs
 discard 6dfff1b  Correct some indentation issues
 discard f9bb1b9  Docn
 discard 613bf5e  Ensure all tests run against latest jars
 discard e54b9a8  The test goal needs JMeter jars to be up to date
 discard 4249f90  Ensure that install builds Help files as well as JMeter code
 discard ae0bee1  Tweak
 discard 0314b15  Tweak
 discard 5099e2f  Add readme.txt file into subdirs of /lib to add these subdirs into source archive Add .travis.yml file into source archive
 discard 1cb8242  Change dock icon to a square version of the jmeter logo.
 discard 8ad2044  Add a space after file name
 discard e17b0f2  Fix formating isses in printable site
 discard 2cec4c6  Use an invalid dns name for the template instead of a real site.
 discard 2218c90  foo.org is a valid dns entry, use a domain that is reserved for documentation examples.
 discard fe2825e  Mention bug
 discard 19e9c13  Correct width for loop-example.png.
 discard 7cfbf86  Trailing spaces
 discard 957e042  build.xml does not make dist.executables executable on Unix systems Needs prefix Bugzilla Id: 59397
 discard 81e15da  build.xml does not make dist.executables executable on Unix systems Oops wrong attribute name Bugzilla Id: 59397
 discard 870a7ea  build.xml does not make dist.executables executable on Unix systems Oops need dir as well Bugzilla Id: 59397
 discard b12904a  build.xml does not make dist.executables executable on Unix systems Bugzilla Id: 59397
 discard 2dfe967  Document
 discard ff03cd9  TYpo
 discard a2eb74e  [Bug 59392] Cookies not working properly Clarify which Cookie Policy to use Bugzilla Id: 59392
 discard 135483a  Bug 59391 - In Distributed mode, the client exits abnormally at the end of test Bugzilla Id: 59391
 discard 5615403  Fix typo
 discard 88305cf  Nightly builds use the same commands; no need to mention them
 discard a4216d5  Prepare next release 3.0: update docs tree and overview (RC3)
 discard 66583a1  Revert message after Dr No refusal, let's keep bugs in JMeter , it's better than "annoying" message
 discard 5fb9d70  Tweak English
 discard a001c4c  Add a popup message on LAF change
 discard 2b5bd8a  Fix typos
 discard 4773211  Bug 56927 - Disable language change during a test Bugzilla Id: 56927
 discard e1b3568  [Bug 59385] Fix some typo in component_reference.xml file Contributed by Antonio Gomes Rodrigues #resolve #208 Bugzilla Id: 59385
 discard e4d706f  Move Nightly builds to dev page; add release notes to Download section
 discard c0700ec  Bug 59381 - JMSPublisher : FileChooserDialog filter does not work for browser buttons #resolve #207 Based on a contribution by Antonio Gomes Rodrigues Bugzilla Id: 59381
 discard 6478db0  Bug 59380 - Better error message log for JMSPublisher in case of file problem Contributed by Antonio Gomes Rodrigues #resolve #206
 discard 09cce64  Bug 59382 - More realistic default value for httpsampler.max_redirects Bugzilla Id: 59382
 discard bf580db  Correct typo before release fixes the spelling of the property.
 discard bcf50b7  Bug 59375 - Better label in PublisherSampler for jms_random_file Contributed by Antonio Gomes Rodrigues #resolve #204 Bugzilla Id: 59375
 discard 9b9859a  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Set Startup Delay to 0 to avoid waiting Bugzilla Id: 58941
 discard 1239a46  Revert the commit 1740015 (compress png with pngquant utility) for the images with a DSSIM score > 0.00100672 Use the optipng utily to optimize the PNG compression for these images.
 discard 4bccddd  Re-introduce the png management for report-template in source/bin archive Update the (fav)icon to the new ASF feather.
 discard 12538bc  Some detab. Exclude messages.metaprops from the source archive. Remove a include line about *.png on report-template in source archive.
 discard e76f684  Revert to original files before my commit 1740660 special char (€ euro symbol) at line 269 (bad char? on original file: https://github.com/MichaelZinsmaier/CurvedLines/raw/master/curvedLines.js)
 discard 7643d20  Remove svn eol props
 discard 97254ad  Change eol svn prop to native
 discard e5eff68  Change eol svn prop to native
 discard 07a91b6  Don't open a new window when using the social media links. Let the user decide, whether they want a new window, or not.
 discard 61719c8  Make menu titles a bit bigger.
 discard eafa012  Add svn:eolstyle=LF property and convert to LF some files to manage native EOL in the archive file (bin/src) for report-template
 discard 85e605c  Remove .gitattributes file. Not needed
 discard 5ad7edf  Specify width of asf logo, so that IE will render the logo not too wide.
 discard 5e41076  Mention testers on nightly build who reported bugs
 discard 499a558  [Bug 59367] New: Junk Characters in the JMeter Report Fix BOM character Fix ^M  characters in pages files Bugzilla Id: 59367
 discard 2a15d5b  Links without a href attribute are not links according to some css engines, so add a tag to the list as well.
 discard 86466bd  Oups! missing to remove a copy/paste
 discard 0a1840a  Add missing license files for librairies used by sbadmin2 and mention to ./LICENSE file (fetching the license files from original repo (often github) or using the bottom of README.md files)
 discard b5bd0e4  Add a title to the social links on the top, to show on mouseover.
 discard c2e4732  Move jQuery license file to ./licenses/src and add mention to ./LICENSE file
 discard f7202f2  Move licence files of datatables, datatables-responsive, flot, raphael to licences/src directory and add a mention to ./LICENCE file (and reorganise the mentions of others licences/src/xxx.txt in ./LICENCE file)
 discard 9a4b68c  Use code markup for user input.
 discard 84ee13c  Hide the social media links in the printed version of the website.
 discard f945164  Make the iframe for the apache ad a bit wider, so that the image does not get clipped.
 discard a58f414  Oracle is different ...
 discard 2779490  Drop the social menu
 discard 5edf9f9  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically. Contributed by Benoit Wiart (benoit dot wiart at gmail.com) fix documentation issue Bugzilla Id: 56554
 discard 2fdfb89  Clarify JDBC request changes Reference Dashboard documentation
 discard 339d412  Bug 59363 - Bug in JDBC Request Sampler for Nightly Build (21.04.2016) Document behaviour Bugzilla Id: 59363
 discard 940ef74  Add a github button to the social links at the top.
 discard 4b45148  Close p tags at the right position. Block elements like figure or ul are closing p tags automatically.
 discard 0bf54a4  Remove "Contact:" and mail link from social links.
 discard cf34da5  Use simple social media buttons instead of the one prominent twitter button. The new buttons fit hopefully a bit better into the design and give less info about the visiting user to the social media sites.
 discard 6a482fd  Downgrade ch_title style from h2 level to h3 level to allow make difference on docs/changes.html font size vs ch_category Ping @Felix are you ok?
 discard 0d21710  Add "Deprecated and removed elements" in "Incompatible changes" part in changes.xml Bugzilla Id: 59353
 discard f9419d9  Add @Override
 discard 3ad60b4  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files use existing variable Bugzilla Id: 59140
 discard 037c465  More typos and tidyup
 discard 05629a1  Report/Dashboard logging ERROR instead of INFO messages Problem in logging adapter Bugzilla Id: 59364
 discard 8909c1e  Oracle requires different validation query
 discard 50a6228  Typo. Props Ivan Rancati
 discard 199db3b  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Ignore empty @import Bugzilla Id: 59140
 discard 1d4a6d5  Add .gitignore in source archive (and detab some line)
 discard 819bb95  Unnecessary/useless
 discard 1013a64  Unnecessary
 discard 13b4eed  Unused import
 discard 6ca06d4  Spurious blank line
 discard 2b9b6ba  Spurious ignore
 discard d607b3a  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Mention author in thanks Bugzilla Id: 59140
 discard 8192b4f  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Stop extracting url, only fetch @import Bugzilla Id: 59140
 discard 4ecbb59  Upgrade ph-css to 4.1.1 as it contains fixes we reported: https://github.com/phax/ph-css/issues/17 https://github.com/phax/ph-css/issues/18 https://github.com/phax/ph-css/issues/19
 discard 69116e3  Use PNG file for ASF/JMeter logos in the printable_docs because in the Help box (jtextpane swing element), the svg type isn't support.
 discard c649abf  Add some missing files/dir in the source archive ./bin/report-template/sbadmin2-1.0.7/bower_components/flot/Makefile ./checkstyle-suppressions.xml ./rat-excludes.txt ./test/resources
 discard 88db986  test: update HTMLParserTestFile outputs to account png minification
 discard d507219  test: update HTMLParserTestFile outputs to account png minification
 discard fdf1501  Refactor TestCacheManager: replace duplicated code with inheritance
 discard b4185b0  Compress PNGs
 discard 8d46567  Groovy is now embedded in JMeter
 discard da818fe  Use correct Cookie policy Http Request Defaults : Use up to date pool size Set View Results Tree file name to recording.xml  to save the recording
 discard 26c2b7d  Use correct Cookie policy Http Request Defaults : Use up to date pool size Set View Results Tree file name to recording.xml  to save the recording
 discard cfd3ef5  Use correct Cookie policy Remove disabled component Remove jmeter website urls Add Http Request Defaults
 discard 9de2cb9  Make header span the complete width again, but remove the padding, that let the horizontal scrollbar appear. Set the text alignment inside the header to center, so that the padding is not necessary anymore.
 discard bd68a80  Revert wrong license info for sbadmin v2 1.0.7
 discard 0eb30b6  Fixed a lot of issues with the dimension of screenshots (not visible on website, but visible on printable_docs) Thanks to Vincent D. from French user group Update Java Defaults screenshot
 discard 06812c8  Field can still be final
 discard 33d3c8c  Clarify further
 discard cea83ba  Deprecate the unit-test only ctor
 discard 2634ec5  Clarify
 discard 5c8cb31  Update startbootstrap license and README
 discard b5aa1e0  Mentions paths as per sebb request
 discard 515cfd2  59240 Introduce a slf4j adapter for Logkit (this allows using slf4j within plugins and core code) Make LogkitLoggerAdapter Serializable Bugzilla Id: 59240
 discard 2bc1190  More todo
 discard 3645401  Move licenses for source code
 discard 1e735b9  Partial fix of LICENSE file TODO more
 discard 4e93ec1  Fix MacOSX doc icon
 discard 06b66a4  Bug 59350 - Add a space after "Writing log file to:" log message Contributed by Antonio Gomes Rodrigues #resolve #201 Bugzilla Id: 59350
 discard e669429  Bug 59345 - SMTPSampler connection leak #resolve #198 Bugzilla Id: 59345
 discard b906b61  Remove start-bootstrap-admin2 license as it is Apache
 discard e68cd88  Move Mocha license
 discard a1f7a6c  move MetisMenu license
 discard 1585ad5  Move bootstrap license
 discard 5f14795  Provide informations on licenses
 discard 0a6e425  DOAP does not really belong in code
 discard 3228806  [Bug 59346] Problem of display size of dashboard/report_statistics.png Bugzilla Id: 59346
 discard a034947  Prepare next release 3.0: update docs tree and overview (RC2)
 discard 20f2518  eol
 discard 6796357  Bug 57493 - Create a documentation page for properties IN PROGRESS : Documentation reviewed until 25.9 Bugzilla Id: 57493
 discard 1c0c09f  Add more sections
 discard 9396299  Reduce the block size of twitter/github/mc buttons
 discard 7366a80  typo Add section
 discard e3681b0  Update more screenshots, add some black line border on some screenshots
 discard a0580ad  Fix typo Move cookies to its correct place fix section name
 discard 59b5d9b  Use flat style (harmonize github and maven central infos). Use SVG icon for Maven Central
 discard 747e1d2  Add image for MacOSx and dock icon
 discard a7ac2c3  Reduce the header width to remove horizontal scrolling
 discard 6fec0ad  Update the JMeter logo in the About box.
 discard f7251ce  Bug 55597 View Results Tree: Add a search feature to search in recorded samplers Search feature does not search in response due to problem Bugzilla Id: 55597
 discard b4e5989  Fix spurious ")"
 discard 2a225b0  Prepare next release 3.0: update docs tree and overview (RC1)
 discard 9057ef5  Remove unused images
 discard 33eabc7  And reference to HiDPI section in manual
 discard 1e6fb94  Refresh the screenshots for LDAP build tests plan Bugzilla Id: 59126
 discard 6a6a928  Display filters information Improve display
 discard 0f71ea7  Bug 59337 - JMeter Report Generator : "jmeter.reportgenerator.sample_filter" should be a regexp as "jmeter.reportgenerator.exporter.html.series_filter" Bugzilla Id: 59337
 discard 25316ee  Refresh build test plan for FTP, JDBC and others screenshots Bugzilla Id: 59126
 discard 094f795  Improve dashboard documentation
 discard b1c8c52  Refresh some screenshots
 discard 852e671  Correct a few typos.
 discard a20e63a  Continue New and Noteworthy
 discard 09bafb1  Continue New and Noteworthy
 discard 730e05f  Continue New and Noteworthy
 discard 1f67110  Bug 59171 - Sample Result SaveConfig Dialog is generated in random order Mention it in changes.xml Bugzilla Id: 59171
 discard 5894fd8  Bug 59335 - Report : Drop Response Time Per Sample Graph Bugzilla Id: 59335
 discard f8cd1ad  Continue New and Noteworthy
 discard 397706e  Update screenshots for searching behavior
 discard 5fb8544  Change for transparent background (better display on dark OS themes)
 discard 799d22d  Continue New and Noteworthy
 discard b882410  Bug 59331 - JMeter Report Generator : Add ability to set a title for the report Rename JMeter Dashboard to Apache JMeter Dashboard when property is not defined Bugzilla Id: 59331
 discard d38aa0e  Improve tooltips
 discard 8888f08  Bug 59330 - Dashboard : When hiding then displaying all samples (upper right corner) time shifts for Over time graphs Bugzilla Id: 59330
 discard 70b0607  Add space
 discard d4ee43d  Add space between value and format for durations
 discard 77ef3e0  Revert Bugzilla 58679 - A character of value 0 is not valid as part of XML, but it's was written by xpp3. This closes #197 Bugzilla Id: 58679
 discard c77a376  Bug 59328 - Better tooltip for Variable Names in CSVDataSet Contributed by Antonio Gomes Rodrigues #resolve #195 Bugzilla Id: 59328
 discard 8305108  Bug 59305 - Default column sorted in HTML report Statistics table Contributed by Antonio Gomes Rodrigues #resolve #193 Bugzilla Id: 59305
 discard d20f090  Bug 59304 - Harmonize reportgenerator_summary_apdex_samplers and reportgenerator_summary_statistics_label Contributed by Antonio Gomes Rodrigues #resolve #192 Bugzilla Id: 59304
 discard d288d06  Bug 59320 - Better tooltip in GUI with GenericTestBeanCustomizer (CSV Data Set Config, JDBC Connection Configuration, Keystore Configuration...)
 discard 59f975a  Bug 59293 - Better Axis to Latencies over Time graph in report Patch contributed by Antonio Gomes Rodrigues #resolve #185 Bugzilla Id: 59293
 discard a98e834  Bug 59292 - Better Axis to Response time over Time graph in report Contributed by Antonio Gomes Rodrigues #resolve #184 Bugzilla Id: 59292
 discard 32b98f8  Bug 59298 - Better reportgenerator_summary_statistics_error_percent label in report #resolve #190 Bugzilla Id: 59298
 discard 379b833  Bug 59320 - Better tooltip in GUI with GenericTestBeanCustomizer (CSV Data Set Config, JDBC Connection Configuration, Keystore Configuration...) #resolve #194 Bugzilla Id: 59320
 discard e4e5936  Correct xml. meta tags have to be closed, too.
 discard cb89c63  Add favicon logic and images to the website.
 discard d68a0ff  Use dl for markup and use 'Suggested' instead of 'Suggest'
 discard 9063d0c  Bug 59303 - New default response time distribution granularity in HTML report #resolve #191 Based on Patch by Antonio Gomes Rodrigues Bugzilla Id: 59303
 discard 7603589  Replace Toolbar icons size section with a HiDPI mode section
 discard 7e3eab1  Improve the help message for -g option
 discard 3b7d70d  Catch and log report generation errors
 discard b850d48  Make sure threads are tidied before the report is generated Ensure end of run is printed at the end
 discard 866759f  Fix NPE if report File does not include a path
 discard 3602b9a  Proper fix
 discard 89e7eaa  Don't display char value
 discard 5302994  Update a lot of screenshots before next release Bugzilla Id: 59126
 discard 09b9ec0  Better percentile label in report
 discard 45b9fe2  Rename args to be a bit more meaningful.
 discard eafa420  Make sure to use utf-8 for the generated dashboard pages.
 discard 61b5b1a  Remove unused logos
 discard 38e62d3  Update screenshots for Simple Controller, Loop Controller, Once Only Controller, Interleave Controller, AccessLogSampler, Using the Simple Controller, Looping Example, Once Only Example, Simple Interleave Example, Useful Interleave Example 2, Interleave Controller Example 3, ForEach Example, ForEach Example 2, Module Controller, Test Plan using Critical Section Controller, View Results Tree, View Results Tree XML, View Results Tree RegExp, View Results Tree Document PDF, [...]
 discard 2e610e3  Update screenshoots on test_plan and webtest section (new icons and new http request) Bugzilla Id: 59126
 discard f7def2e  Update HTTP Request element Bugzilla Id: 59126
 discard 3e2199b  logo.svg need to be included in the binary archive for docs_printable
 discard 9835d1d  Use vertical ellipsis (vellip) instead of horizontal one (hellip).
 discard 17f7f96  Correct typos.
 discard 150f3e0  Write JMeter instead of jmeter
 discard cf374be  Correct typo
 discard 4b3984e  Correct a few typos.
 discard ed98843  Use code tag, hellip entity for horizontal ellipsis and correct 'pcked' to 'picked'.
 discard 45c7050  Write JUnit instead of junit.
 discard 73171d5  Use 'template files' instead of 'templated files', JMeter instead of jmeter, JSON instead of json and correct 'dashboard'
 discard 6c2ec09  Use dl instead of ul for definition lists.
 discard 2a56e82  Remove duplicate line. Contributed by Antonio Gomes Rodrigues.
 discard 82f7f16  Clarifications
 discard dfb0fc0  Set size of logo in svg and add a title in the dc-section.
 discard 550372d  Change the ASF logo to the SVG format for a better display of JMeter website on HiDPI screens
 discard e34b46c  #resolve #24
 discard f438a19  Change for the new JMeter logo on printable docs
 discard 63332ad  Change for the good screenshots (validate behavior and backendlistener)
 discard c39c27d  Fix characters case of JMeter name
 discard 2ea0147  Reduce delays in BatchTestLocal.jmx 100ms -> 1ms to speedup test execution
 discard 820716a  Log file contents in ant.batchtest failure case
 discard 468e2b1  Use explicit timeout for TestDNSCacheManager, so test is executed faster
 discard d63f4a6  Move checkstyle to a separate Travis job
 discard a829b26  Drop text/plain so files display OK in SVN
 discard a933730  Drop text/plain so files display OK in SVN
 discard ec1ed7e  Drop text/plain so files display OK in SVN
 discard c72d3de  Drop text/plain as it seems to cause browse issues for SVN: https://svn.apache.org/repos/asf/jmeter/trunk/docs/index.html
 discard 66f6a21  += native
 discard 8939da1  Fix following bug: - In the upper right corner of each graph, click the middle icon and select Hide All Samples, graph is empty => OK - In the upper right corner of the same graph, click the middle icon and select Display All Samples, graph remaing empty => KO
 discard 6d401be  Document more precisely jmeter.reportgenerator.exporter.html.series_filter
 discard 83b0a30  Add test gui for 3.0
 discard d676103  Add list of binary jars to LICENSE; use that for unit tests Bugzilla Id: 59262
 discard 8870289  Add list of binary jars to LICENSE; use that for unit tests (ctd) Update unit tests Remove AL 2.0 licenses Add missing BSD license for dnsjava Bugzilla Id: 59262
 discard aa6e87a  More files to ignore
 discard ade17be  Update .gitignore: exclude bin/ApacheJMeter.jar and IDEA files&folders
 discard afac9a0  Add list of binary jars to LICENSE (partial fix) Bugzilla Id: 59262
 discard 3fae1bf  No longer needed for binary archive
 discard 46a98c9  Bug 59153 - simplify code, add contributor's name to changes.xml
 discard 4a80d03  Docn
 discard fc4439c  Bug 59153 - update changes.xml
 discard 462b4bb  Bug 59153 - stop test if accessing non-existing file (e.g. empty filename in CSVDataSet)
 discard 28e3538  Formatting changes and correction of typos. Usage of code, source, hellip, etc.
 discard bf43ec2  Let the real menu entries start on a new line on smaller displays.
 discard 0a43935  Continue work on New and Noteworthy
 discard f0ad0b9  Report/Dashboard reuses the same output directory Fix regression introduced by commit r1735914, the output folder was no more read for -g option Bugzilla Id: 58986
 discard 25d89fb  Ambiguous; clarify
 discard d6ea8c9  Continue work on New and Noteworthy
 discard 68660e9  ThreadLocalRandom is now part of the JVM (the source file has been deleted) Bugzilla Id: 57981
 discard 1b253cb  Continue work on New and Noteworthy
 discard d62442a  Move Social up and reorganize a bit
 discard 8159826  svn:eol
 discard 65eff16  As per sebb request on dev mailing list "ASCII art on JMeter startup", show Ascii art only on: - help - when error is made in command line - -v
 discard a32246b  Improve help
 discard 2917d67  Fix NPE Make version in ASCII ART an ANT filtered variable Update build so that jmeter_as_ascii_art in res/META-INF is moved to org/apache/jmeter in ApacheJMeter.jar
 discard e4dbbd7  Fix NPE try 4 : Avoid failing to see what Jars contain
 discard 47c4e89  Fix NPE try 3
 discard 8f82b3d  Fix NPE try 2
 discard 0b67c02  Fix NPE Remove version from Ascii art
 discard 2f34ab0  Only display desc if it is not the default
 discard 0b0b8fc  No need for field to be package protected or mutable
 discard 6f9f116  Redundant type argument
 discard b1b0f9e  Unused import
 discard 693e310  Allow description to be used
 discard 37095a8  Tidy up removed jar
 discard 8720e27  svn:eol
 discard 1b73c06  Add "Apache JMeter 3.0" as Ascii art on startup
 discard 1020c9a  Add markup. Use menuchoice element and hellip for a horizontal ellipsis.
 discard d2f4d56  Replace JMeter logo and put social media links into own div for website.
 discard 75c86da  Upgrade json-path to 2.2.0
 discard f55cba4  Upgrade json-path to 2.2.0
 discard b5eedc6  Bug 59246 - Unblocked Thread Group context menu 'Start/Start no pauses/Validate' during execution test plan (affects nightly before 3.0) Relates to Bug 59197 and Bug 58941 Bugzilla Id: 59246
 discard f9c29e1  Remove wrong comment
 discard a5d656b  Bug 59249 - Http Request Defaults : Add "Source address" and "Save responses as MD5" Oups forgot 1 class Bugzilla Id: 59249
 discard 55a8310  Bug 59249 - Http Request Defaults : Add "Source address" and "Save responses as MD5" Bugzilla Id: 59249
 discard 581448b  Restore bugs affecting 2.13 not nightly
 discard f5c58fd  Rename getImages to retrieveEmbeddedResources Use JLabeledTextField for embeddedRE Remove useless VerticalPanel
 discard 9b8566c  Anglicise Drop references to bugs which only affected unreleased nightly builds
 discard 8e84096  Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu Document feature Bugzilla Id: 59197
 discard 618bcac  Bug 59240 - Introduce a slf4j adapter for Logkit Rename classes Bugzilla Id: 59240
 discard 28bd416  Screenshot and New and Noteworthy section
 discard 14d8c17  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically Change labels and description Bugzilla Id: 56554
 discard 8a87893  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically Bugzilla Id: 56554
 discard aee86d6  Clarify docs
 discard e50c273  Mention known bugs for undo/redo feature so that user who enable it are aware of those bugs
 discard 1e04e7e  Bug 59236 - JMeter Properties : Make some cleanup Remove ability to disable toolbar in menu Bugzilla Id: 59236
 discard 3fca4fd  Bug 59173 - New fields/changed defaults cause earlier test plans to be marked as changed Bugzilla Id: 59173
 discard a5a3a84  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Use Browser Compliant mode Create internal class instead of inlined one Bugzilla Id: 59140
 discard 4322911  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files svn:eol Bugzilla Id: 59140
 discard 9641625  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files svn:eol Bugzilla Id: 59140
 discard fb64465  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Bugzilla Id: 59140
 discard 75c99c6  Bug 59240 - Introduce a slf4j adapter for Logkit Mention it in New and Noteworthy Bugzilla Id: 59240
 discard e69e070  Bug 59240 - Introduce a slf4j adapter for Logkit Fix label of change, thanks Ceki Bugzilla Id: 59240
 discard 480a74e  Bug 59240 - Introduce a slf4j binding for Logback svn:eol Bugzilla Id: 59240
 discard 98e3c7f  Bug 59240 - Introduce a slf4j binding for Logback Bugzilla Id: 59240
 discard a950326  Bug 59240 - Introduce a slf4j binding for Logback Bugzilla Id: 59240
 discard c00c759  Take into account Felix notes on dev mailing list
 discard 3f9e8c5  Start New and Noteworthy Move some General improvements to Non Fonctional section
 discard 8420892  Reorganize
 discard 5f2f254  Bug 59236 - JMeter Properties : Make some cleanup Drop xml.parser property Bugzilla Id: 59236
 discard e2f8e16  Bug 59236 - JMeter Properties : Make some cleanup Bugzilla Id: 59236
 discard 6382d67  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) svn:eol Bugzilla Id: 58941
 discard 3622585  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Bugzilla Id: 58941
 discard c7396e9  Move declaration to smallest enclosing block
 discard 053a3f1  Don't hide field init in private helper method; make it explicit
 discard 3bf1e71  Bug 58165 Show the time elapsed since the start of the load test in GUI mode. Add a tooltip Add a border Bugzilla Id: 58165
 discard bc1e3c6  Bug 59225 - Bad display of running indicator icon #resolve #173 Bugzilla Id: 59225
 discard ba6eb63  Bug 58329 - Response Time Graph and Aggregate Graph : Save graph to file does not take into account the settings changed since last click on Graph Bugzilla Id: 58329
 discard da3bc72  Document Ignore Sub Controller
 discard dbc451a  Bug 59205 TCP Sampler: Set connect time in sampler when connection is established As per dev mailing list discussion, update documentation and handle to connection error Bugzilla Id: 59205
 discard 129ecbb  Upgrade to commons-math-3.6.1 from 3.5
 discard dd19419  Bug 59207 - Change the font color of errorsOrFatalsLabel to red when an error occurs #resolve #172 Bugzilla Id: 59207
 discard 40c0ffa  New fields/changed defaults cause earlier test plans to be marked as changed Fix BackendListener Bugzilla Id: 59173
 discard a0997ee  Allow entry to be removed if it matches a specific value
 discard 7c522fe  Use constant for default value as well
 discard 84231f3  Use constants for argument names
 discard 39dd3dc  Say which column not found
 discard 21282e0  Add EOL at EOF
 discard 4688d45  TCP Sampler: Set connect time in sampler when connection is established.
 discard 211e16c   Report/Dashboard reuses the same output directory  No need for -n option when running generator only (-g) Bugzilla Id: 58986
 discard 35cd209  Bug 58986 - Report/Dashboard reuses the same output directory Factor in JOrphanUtils the check for output folder and make it more readable and complete Add the check in both HtmlTemplateExporter and JMeter as per sebb request Bugzilla Id: 58986
 discard 74713a4  Add javadoc for throws SQLException
 discard 83087c2  Change order of modifiers in inner class to conform to JLS
 discard 8e285d2  Remove useless parentheses. Return is not a function
 discard c57ecd8  Combine if clauses, to make it clear, that there are no alternative paths.
 discard f68af18  Make setArguments final, as it is used from ctor.
 discard 0fe708f  Remove useless initialization. Based on patch by Graham.
 discard b56f311  Correct typo found by Graham Russell.
 discard 70693a4  Simplify boolean expressions. Based on patch by Graham Russell.
 discard 744cef7  Renamed local variable. Patch by Graham Russell.
 discard adc9a3d  Spacepolice based on a patch by Graham Russell.
 discard 942278f  Tab policy
 discard 11bffdf  Add colors in the pre/post processors icons (Thanks to J-M. M. from French user group for suggestion)
 discard 1d1adf3  Use tabs instead of space in eclipse.classpath.
 discard ca42b23  New fields/changed defaults cause earlier test plans to be marked as changed Fix PublisherSampler: convert default to empty string on output (as that is what the input methods do) Bugzilla Id: 59173
 discard 95c07a1  Use Double#compare instead of reimplementing it in NumberProperty
 discard 858856a  Accidental commit
 discard ffb81c3  New fields/changed defaults cause earlier test plans to be marked as changed Fix AccessLogSampler; added TestBean support for not saving default values Bugzilla Id: 59173
 discard e822236  Use Integer#toString directly.
 discard 13ead9d  Reuse collection that could have been added by another thread a moment earlier.
 discard e60a354  Document the supported methods for HttpURLConnection as stated in method description of setRequestMethod(String)
 discard 56e77c4  Inline local String variables that are used only for writeToLog
 discard be757a1  Extract writing to log-file into a private method.
 discard 0c80f95  deprecate some methods in JMeterUtils Contribution by Benoit Wiart #resolve #148 https://github.com/apache/jmeter/pull/148/
 discard 55256bb  Bug 59190 - HTTP(S) Test Script Recorder : Suggested excludes should ignore case #resolve #169
 discard c9ee060  Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu #resolve #170 https://github.com/apache/jmeter/pull/170/ Bugzilla Id: 59197
 discard 179644a  Isolate and document behaviour in case of redirect
 discard b8d92a4  Add testcase for HttpWebdav.
 discard 140ae94  javadoc. Add deprecation annotation to inform about alternatives.
 discard 634db1e  Followup to r1735574 Use ConcurrentMap as interface instead of Map for PARSERS.
 discard ae76854  Unittests for BaseParser.
 discard ca11d4b  Followup to r1733983
 discard 0ba7367  javadoc. Explain the parameters and return values a bit more.
 discard a1eb2fd  Followup to r1733983: Rename private constants to uppercase letter words.
 discard fb7a57f  Followup to 1735295. Remove import, which is no longer needed.
 discard 4804ce9  Followup to 1734154. No need for temporary variable. Return new instance directly.
 discard 1ba0bb6  Followup to r17734228. No need for temporary variable. Return CacheManager directly.
 discard a97f5ba  Markup changes. Remove useless table.
 discard 26a2c23  Reformat doc-sources, so that lines are not much longer than 80 chars and are not too short.
 discard f7df504  Fix a few typos in the docs.
 discard 0c42f73  Markup changes. Use of dl instead of ul. Markup code fragments and remove space before colons.
 discard 5a20f2e  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) accessor-smart not in dist Bugzilla Id: 59187
 discard 54df63e  svn:eol
 discard 2bdf7c8  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Add license for accessor-smart Bugzilla Id: 59187
 discard 0a23cec  Bug 59193 - ant run_gui fails with java.lang.ClassNotFoundException or java.lang.IllegalAccessError when accessing classes from dependencies not loaded through Thread.currentThread().getContextClassLoader() Bugzilla Id: 59193
 discard 345b983  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) Add license for asm, BSD license License for accessors-smart is not needed as it's the same license as json-smart (Apache License 2.0) Bugzilla Id: 59188
 discard dba3f9d  Use constants with significant names
 discard 6c5fc4a  Markup changes. Use hellip for horizontal ellipsis and code tag
 discard ff0a425  Sample Result SaveConfig Dialog is generated in random order Move knowledge of method names to the class that contains them Bugzilla Id: 59171
 discard d67e254  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) #resolve #168 https://github.com/apache/jmeter/pull/168
 discard 526219e  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) Bugzilla Id: 59188
 discard 1c69c4b  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Fix tabs Bugzilla Id: 59187
 discard 007e98a  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Bugzilla Id: 59187
 discard 58f96dc  Javadoc
 discard 9de244b  Sample Result SaveConfig Dialog is generated in random order Use order from http://jmeter.apache.org/usermanual/listeners.html#csvlogformat Bugzilla Id: 59171
 discard 8845b83  Sample Result SaveConfig Dialog is generated in random order Bugzilla Id: 59171
 discard ec85443  Drop special characters from file names Bugzilla Id: 588832
 discard 3a31d97  Javadoc
 discard 91c3f2d  Workaround for https://issues.apache.org/jira/browse/HTTPCLIENT-1712 which makes SPNEGO with kerberos and https impossible in httpclient 4.5.2. The next version of httpclient will be correct again and these newly introduced classes can be removed again.
 discard f2a5d6a  Use Java7 try with resources
 discard 5ffc9c9  Bug 59173 - New fields/changed defaults cause earlier test plans to be marked as changed Fix RegExtractor saving with 3.0 Bugzilla Id: 59173
 discard 5befd05  Javadoc
 discard 24b5267  Bug 59108 - TableEditor: Allow rows to be moved up and down #resolve #163 https://github.com/apache/jmeter/pull/163/ Bugzilla Id: 59108
 discard 28c3e8d  Bug 59133 - Regression in custom Thread Group in nightly build before 3.0 (6 march 2016) #resolve #164 https://github.com/apache/jmeter/pull/164 Bugzilla Id: 59133
 discard 936c3ae  Bugzilla is not a support forum
 discard e6d18d3  Looks like it is no longer ambiguous
 discard 3555135  Javadoc - add sample implementations
 discard f1cfc99  configureTestElement is in a parent class
 discard 1b1c07b  SampleResult SaveConfig does not allow some fields to be disabled Previous fix did not work for idleTime because the ctor did not set all the defaulted fields Bugzilla Id: 59172
 discard 2436727  Typo Bugzilla Id: 59172
 discard 066f750c SampleResult SaveConfig does not allow some fields to be disabled Bugzilla Id: 59172
 discard 259db56  Sample Result SaveConfig Dialog is generated in random order TODO - remove the test code when the sort order is decided Bugzilla Id: 59171
 discard 0c99835  If was not a typoe (sebb note)
 discard cc694f3  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader Fix bug Bugzilla Id: 59156
 discard 86245ae  rework formulation
 discard 72ee985  typo
 discard 9a53ec2  Move bug fixes from enhancements to bugfix
 discard 36a7e41  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader jdom is now a jar for docs Bugzilla Id: 59156
 discard abbbbc4  Docs
 discard 1e7d890  Drop debug stack traces
 discard 9ff995c  Add generated GUI test file for 2.13
 discard 4b97883  Drop the old jdom jar Bugzilla Id: 59156
 discard 1efe23a  Bug 59076 - Test should fail if a module controller cannot find its replacement subtree Take into account sebb note Bugzilla Id: 59076
 discard adaebd8  Improve display of JMeter on high resolution devices (HiDPI) (part 1 of enhancement) Rename issue after dev mailing list discussion Bugzilla Id: 58426
 discard 74fdbbf  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader Move code to standard Java XML API Fix Tests to remove dependencies on jdom Move jdom download to lib/doc as it is needed for printable documentation generation (Anakia) Remove jdom from Maven dependencies and also remove velocity version property by the way as it is not needed (commented) Move jdom reference in build.properties in the doc block Bugzilla Id: 59156
 discard 31ac8ba  Bug 59076 - Test should fail if a module controller cannot find its replacement subtree Bugzilla Id: 59076
 discard b88a678  Rename issue to make it clear it is not yet HiDPI support Bugzilla Id: 58426
 discard b901505  Use same stream for stacktrace
 discard f749e33  Forgot to remove import
 discard c17e5a8  RSyntaxTextArea not compatible with headless testing Bugzilla Id: 59165
 discard b40a019   Improve JUnit Test code  Re-enable headless testing Bugzilla Id: 58897
 discard 8681f38  RSyntaxtTextArea not compatible with headless testing Replace calls to constructors with getInstance Bugzilla Id: 59165
 discard f6d4c27  RSyntaxtTextArea not compatible with headless testing Add getInstance methods that handle headless mode Bugzilla Id: 59165
 discard ac34060  Non-NLS marker
 discard 0ec00ab  Allow tests to work under headless mode
 discard 8d5e0f7  Allow junit showoutput override
 discard f2aa712  Convert directly to double rather than creating a Double and unboxing (this bug exposed by not ignoring boxing warnings)
 discard 851c365  This method is in the RSyntaxText package
 discard 7607620  Handle another Exception
 discard 0ea81aa  Show headless setting
 discard 2947ff8  Allow headless to be passed in to junit tests
 discard c01c647  Ignore the test again till we have a solution
 discard f5478b0  Bug fixed some while ago so test can be enabled Bugzilla Id: 50799
 discard 58987ee  Bug 59152 - Thread Group: Change "Action to be taken after a Sample Error" value from "Continue" to "Start Next thread loop" #resolve #161 https://github.com/apache/jmeter/pull/161 Bugzilla Id: 59152
 discard e00e16d  Bug 59105 - TableEditor : Add ability to paste rows from clipboard and delete multiple selection #resolve #153 https://github.com/apache/jmeter/pull/153 Bugzilla Id: 59105
 discard 877a76c  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample Document breaking change Bugzilla Id: 52073
 discard f603921  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample #resolve #155 https://github.com/apache/jmeter/pull/155 Bugzilla Id: 52073
 discard a7705d5  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample Based on PR by Benoit Wiart + the addition (blame me) of JMeterPoolingClientConnectionManager  (see mailing list mail I will send) Bugzilla Id: 52073
 discard ec25f25  Bug 58715 : Feature request: Bundle groovy-all with JMeter
 discard 1295e6c  Allow serialization tests to work
 discard 3e1becc  Ensure nightly build uses the svnRevision as the version (i.e. not 3.0-SNAPSHOT etc)
 discard 7f739ae  Put all clean calls together
 discard d789a34  Distributions don't include docs-site
 discard b7fbc62  Unnecessary, as clean-docs does the images as well
 discard e910ffc  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily Don't display Add/Del buttons Bugzilla Id: 59083
 discard 28c62b4  Bug 59146 - MeasuringConnectionManager is not Thread Safe (nightly before 3.0) Bugzilla Id: 59146
 discard b93b332  Bug 59033 - Parallel Download : Rework Parser classes hierarchy to allow pluging parsers for different mime types Bugzilla Id: 59033
 discard 2a95d24  French typo for Advanced (Avancée) & Alphabetical order Bugzilla Id: 59129
 discard e214c8f  Bug 59129 - HTTP Request : Simplify GUI with simple/advanced Tabs First part Bugzilla Id: 59129
 discard 839a6ae  Bug 56141 - Application does not behave correctly when using HTTP Recorder Migrate to up to date HttpMime APIs Bugzilla Id: 56141
 discard a7a1a1a  Bug 56141 - Application does not behave correctly when using HTTP Recorder Revert stupid fix (setDoBrowserCompatibleMultipart(true) was already here Bugzilla Id: 56141
 discard 7508f84  Add javadoc and a bit of spacepolice.
 discard 5eeb3a4  Better code to apploy the HiDPI mode in JTable elements. Thanks Benoit and Felix. Bugzilla Id: 58426
 discard 5eda50c  Initialize the HiDPI mode and scale factor into JMeterUtils Bugzilla Id: 58426
 discard 5284848  Bug 59079 - "httpsampler.max_redirects" property is not enforced when "Redirect Automatically" is used Bugzilla Id: 59079
 discard abfd7e1  Fix wrong default mentionned
 discard bd1f13a  Use DPI scaling of interface for high resolution devices (HiDPI support for Windows/Linux)
 discard 51152ff  Put http links inside javadoc in "a href" elements.
 discard f9cc181  Use DPI scaling of interface for high resolution devices (HiDPI support for Windows/Linux)
 discard b1b3d36  Tabpolice
 discard a9322ab  Update the Apache icon use as JMeter app icon
 discard b217114  Bug 56141 - Application does not behave correctly when using HTTP Recorder Bugzilla Id: 56141
 discard 40b2b96  rename variables for clarity Contribution by Benoit Wiart #resolve #142 https://github.com/apache/jmeter/pull/142/
 discard bb1c046  Remove commented code Contribution by Benoit Wiart #resolve #154 https://github.com/apache/jmeter/pull/154/
 discard d5262f6  Bug 59095 - Remove UserParameterXMLParser that was deprecated 8 years ago #resolve #150 Bugzilla Id: 59095
 discard 1b90b9d  drop some deprecated methods Contribution by Benoit Wiart #resolve #149 https://github.com/apache/jmeter/pull/149/
 discard f67e8d1  Move some tests in a dedicated class svn:eol
 discard 517bda4  Move some tests in a dedicated class Contribution by Benoit Wiart #resolve #147 https://github.com/apache/jmeter/pull/147/
 discard ff11ea4  remove dead code Contribution by Benoit Wiart #resolve #146 https://github.com/apache/jmeter/pull/146/
 discard 4836811  remove dead code Contribution by Benoit Wiart #resolve #145 https://github.com/apache/jmeter/pull/145/
 discard ffb333d  Bug 59116 - Add the possibility to setup a prefix to sampler name recorded by proxy #resolve #158 Fixed the following in PR: - SampleResult did not match the modified Sample label - Added code in keyListener to ensure the model is updated, otherwise the ProxyControl would still use old prefix until user leaves the component - French label Bugzilla Id: 59116
 discard 3177b04  Bug 59118 - Add comment in recorded think time by proxy recorder #resolve #157 Bugzilla Id: 59118
 discard af00458  Bug 58715 - Feature request: Bundle groovy-all with JMeter Bugzilla Id: 58715
 discard af86ef8  Bug 59083 - HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily Bugzilla Id: 59083
 discard 814dd75  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily
 discard e05a6c9  Correct html tags in javadoc
 discard 6acd3da  checkstyle needs download_checkstyle. Plus add clean.
 discard f74fe31  Unnecessary; looks like code analysis has got better and no longer produces the warning
 discard 19f3bd1  Autoboxing warnings
 discard 2ca2580  Unused
 discard cdcbb12  Redundant type arguments
 discard a96a976  Javadoc syntax
 discard 7ae5c79  Ensure docversion is created after jmeter.version is updated so Javadocs reflect the version
 discard 71da645  Add checkstyle check to travis build
 discard 1689bfa  Bug 59103 - HTTP Request Java Implementation: Change default "http.java.sampler.retries" to align it on HttpClient behaviour and make it meaningful Improve Incompatible changes section for the property. Bugzilla Id: 59103
 discard cb2e528  Tab police needed yet again
 discard 5d7bf2a  Bug 59099 - Backend listener : Add the possibility to consider samplersList as a Regular Expression Mention author #resolve #151 + commit: http://svn.apache.org/viewvc?rev=1733383&view=rev Bugzilla Id: 59099
 discard 3e68ee9  Bug 59099 - Backend listener : Add the possibility to consider samplersList as a Regular Expression Bugzilla Id: 59099
 discard 278a728  Bug 59103 - HTTP Request Java Implementation: Change default "http.java.sampler.retries" to align it on HttpClient behaviour and make it meaningful Bugzilla Id: 59103
 discard 8cc1b70  Bug 59102 - View Results Tree: Better default value for "view.results.tree.max_size" Bugzilla Id: 59102
 discard 01f8433  Ensure reason for deprecation is shown in Javadoc
 discard 4060826  Remove openjdk7, since the tested workarounds need more workarounds and the integration tests still fail. Both orcaclejdk7 and oraclejdk8 will be tested, though.
 discard 4afa9fa  Bug 59096 - Search Feature : Case insensitive search is not really case insensitive Bugzilla Id: 59096
 discard 08efaaa  Bug 55597 View Results Tree: Add a search feature to search in recorded samplers
 discard 2404175  Try to add a ipv4 entry for the local hostname before tests in travis and give more information, when tests fail while getting localhost.
 discard a35435b  Create Border only once
 discard fd3ae0b  Add a short hostname to travis conf, so that openjdk doesn't crash and add headless mode to the test run.
 discard 5bdf061  Option parsing error message can be 'lost' Bugzilla Id: 59093
 discard d0bf92c  Bug 59082 - remove the "TestCompiler.useStaticSet" parameter Contributed by Benoit Wiart #resolve #143 Bugzilla Id: 59082
 discard 4c9cb9a  Bug 59085 - Http file panel : data lost on browse cancellation Contributed by Benoit Wiart #resolve #144 Bugzilla Id: 59085
 discard 8cc49d8  Bug 58736 - Add Sample Timeout support Drop temporary property (implementation detail) Bugzilla Id: 58736
 discard 77b5e8c  WebserviceSampler used soap-2.3.1 jar, it has been removed so remove jar references
 discard 1ad626d  Bug 59094 - Drop support of old JMX file format Bugzilla Id: 59094
 discard dc8dd03  WebserviceSampler used soap-2.3.1 jar, it has been removed so remove jar references
 discard 94e68c9  JMeter should report incompatible command-line options Part 1: split up options to allow them to be referenced; disallow -l, -r, -R for -g Bugzilla Id: 59091
 discard dbc3983  Document constant meaning
 discard 014e687  Bug 58986 - Report/Dashboard reuses the same output directory Document new command line option Bugzilla Id: 58986
 discard 4ae952b  Bug 58986 - Report/Dashboard reuses the same output directory Take into account sebb note on dev mailing list: "- The precedence is wrong; command line options should always override property definitions." Bugzilla Id: 58986
 discard 2274f82  Bug 58986 - Report/Dashboard reuses the same output directory Take into account sebb note on dev mailing list: "- The precedence is wrong; command line options should always override property definitions." Bugzilla Id: 58986
 discard fd8938f  Bug 59038 - Deprecate HTTPClient 3.1 related elements Bugzilla Id: 59038
 discard a75c821  Bug 58986 - Report/Dashboard reuses the same output directory Bugzilla Id: 58986
 discard 06980bd  Revert changes made by r1732937 At least HTTPHC4Impl uses HttpWebDav#isWebdavMethod in a way, that is incompatible to this change.
 discard 9a257b8  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily
 discard 3f3e3ef  Add a travis.yml file to configure how travis should build jmeter.
 discard e2d75b8  Bug 59075 - JMS Publisher: NumberFormatException is thrown is priority or expiration fields are empty Bugzilla Id: 59075
 discard bf43979  Document the defaults
 discard b7aff58  CookieManager : Cookie Policy select box content must depend on Cookie implementation Change default to HC4/standard - forgot to change one of the references in r1732593 Bugzilla Id: 58756
 discard 9c0970f  CookieManager : Cookie Policy select box content must depend on Cookie implementation Ensure implementation is set before policy as the possible policies depend on the implementation Bugzilla Id: 58756
 discard d19bd4d  Revert r1732634
 discard d07cb3a  Revert r1732644 (necessary to allow reversion of r1732634)
 discard 4957688  WebserviceSampler used these classes, it has been removed so remove those ones.
 discard e3a817a  Test distributing full bundle for nightly build, see Bug 58936 Don't fail if folders don't exist when cleaning api docs and docs images Bugzilla Id: 58936
 discard cf30383  DOMPool used this property, it has been removed so remove this property.
 discard 9240fa7  WebserviceSampler used this class, it has been removed so remove this one.
 discard 5c3d215  Bug 58729 - Cleanup extras folder for maintainability jmeter-results-detail-report_21.xsl has disappeared Values in jmeter.properties are usually set to their default value Bugzilla Id: 58729
 discard fb9c0e2  Values in jmeter.properties are usually set to their default value
 discard 1f92986  Fix missing </ul>
 discard fe1a97b  Remove since JMeter 2.X when too old or meaningless Update docs for CookieManager Fix some typos and errors
 discard 8036349  Test distributing full bundle for nightly build, see Bug 58936 Update nightly build documentation Bugzilla Id: 58936
 discard c7e910d  Test distributing full bundle for nightly build, see Bug 58936 Cleanups Bugzilla Id: 58936
 discard f936064  Test distributing full bundle for nightly build, see Bug 58936 Fix svn check Bugzilla Id: 58936
 discard 3abd699  Test distributing full bundle for nightly build, see Bug 58936 Generate docs for nightly build otherwise users don't have up to date docs Bugzilla Id: 58936
 discard ace8191  Test distributing full bundle for nightly build, see Bug 58936 Disable disable-check-versions for nightly Fix Syntax error in property: ${jmeter.version) Bugzilla Id: 58936
 discard fd3c077  Test distributing full bundle for nightly build, see Bug 58936 Generation version Bugzilla Id: 58936
 discard ab34332  Test distributing full bundle for nightly build, see Bug 58936 Show jmeter.version property when it fails Bugzilla Id: 58936
 discard 03ab75a  Test distributing full bundle for nightly build, see Bug 58936 Set version to 3.0-SNAPSHOT Bugzilla Id: 58936
 discard 4ee194b  Test distributing full bundle for nightly build, see Bug 58936
 discard 0cc0092  Bug 57182 - Better defaults : Save idle time by default Fix Tests failure Bugzilla Id: 57182
 discard a871554  Bug 56554 - JSR223 Test Element : Generate compilation cache key automatically Update documentation Remove also mention of old versions Bugzilla Id: 56554
 discard 6c4f7c6  Remove plastic style so that all badges look the same
 discard f6b96ce  Bug 57182 - Better defaults : Save idle time by default Bugzilla Id: 57182
 discard 6b067b7  Avoid hard coded version
 discard 3aab4b5  Add: - Fork us on github - Start this repo - Maven Central Badge
 discard 4231201  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation Restore public constant with up to date value Bugzilla Id: 58756
 discard 072f17d  Restore HC3 Cookie Handler tests Copied from https://svn.apache.org/repos/asf/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java@1649126
 discard b626ea5  For access from test code
 discard 6e33d6e  Fix HC4CookieManager tests
 discard 83bc85e  Revert r1732632
 discard 92e0675  Add status of last nightly build
 discard 6ded99e  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation A) Fix bug introduced by commit r1732632: 1/ Save with 2.13 a Plan containing CookieManager that uses defaults 2/ Open it with trunk 3/ It is ok 4/ Close it 5/ Add a new CookieManager => KO the policy is default instead of standard
 discard 5718e23  Fix up broken tests that assumed the CookieManager defaults to HC4
 discard 918074a  Fix unit test serialisation test errors
 discard 65c2fa6  Fix alphabetical order of keys and some unicode to uppercase
 discard 5d71514  French localization: Upload->Téléchargement Bugzilla Id: 59060
 discard 244f598  Fix bug whereby policy was sometimes reset when navigating between HC3 and HC4 Cookie Configs Bugzilla Id: 58756
 discard 8d4ef29  Change default to HC4/standard Also fix init method
 discard 0554dfb  Change default to HC4/standard Bugzilla Id: 58756
 discard 27ba5fc  Revert change that broke JMX compatibility TODO fix GUI to support change in default
 discard 93e621d  Bug 58950 - NoHttpResponseException when Pause between samplers exceeds keepalive sent by server Bugzilla Id: 58950
 discard 4870a95  Upgrade to HttpClient/httpmime 4.5.2 which fixes at the same time: - Bug 58881 - HTTP Request : HTTPHC4Impl shows exception when server uses "deflate" compression - Bug 58583 - HTTP client fails to close connection if server misbehaves by not sending "connection: close", violating HTTP RFC 2616 / RFC 7230 - Bug 56358 - Cookie manager supports cross port cookies and RFC6265 - Bug 57319 - Upgrade to HttpClient 4.5.2 Bugzilla Id: 57319
 discard e85059b  Bug 59064 - Remove OldSaveService which supported very old Avalon format JTL (result) files Bugzilla Id: 59064
 discard 564705a  Bug 59060 - HTTP Request GUI : Move File Upload to a new Tab to have more space for parameters and prevent incoherent configuration Contributed by Benoit Wiart #resolve #140 https://github.com/apache/jmeter/pull/140 Bugzilla Id: 59060
 discard 1581220  #resolve #141 (forgot to close) Real commit : http://svn.apache.org/viewvc?rev=1732514&view=rev Bugzilla Id: 59067
 discard 6c9d00a  Bug 59067 - JMeter fails to iterate over Controllers that are children of a TransactionController having "Generate parent sample" checked after an assertion error occurs on a Thread Group with "Start Next Thread Loop" Bugzilla Id: 59067
 discard 957d474  Bug 59071 - CookieManager : Defaults used by CookieManager (after Bug 58756) are wrong Fix test failure Bugzilla Id: 59071
 discard 8e8a934  Bug 59071 - CookieManager : Defaults used by CookieManager (after Bug 58756) are wrong Fix test failure Bugzilla Id: 59071
 discard 3a4b154  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation
 discard af887ce  Adapt website style (margins) to new ASF Logo.
 discard 9c04d19  Bug 59069 - CookieManager : Selected Cookie Policy is always reset to default when saving or switching to another TestElement (nightly build 25th feb 2016)
 discard 20141df  Add dashboard links to the lower link list and correct the structure of embedded ul elements.
 discard 243454e  Use nbsp to make space explicit and hinder the browser to break after and before the singlequote.
 discard 5c394bd  Propagate new logo
 discard 23ed0cd  Add Sample Timeout support Bugzilla Id: 58736
 discard 65a40ef  Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Bugzilla Id: 58932
 discard 21880c4  Add useful examples and explain how to enable logging when an issue occurs
 discard 188e87b  Add more debugging
 discard 0bbff56  Fix typo
 discard 58d7691  Bug 59055 - JMeter report generator : When generation is not launched from jmeter/bin folder report-template is not found Bugzilla Id: 59055
 discard 59e8fa3  Bug 59051 - JDBC Request : Connection is closed by pool if it exceeds the configured lifetime Bugzilla Id: 59051
 discard 0fcc812  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Update documentation and rename properties to match DBCP names (and more recent pools) Bugzilla Id: 58786
 discard 3740633  Bug 59008 - Fix Infinite recursion SampleResult on frame depth limit reached Bugzilla Id: 59008
 discard e080404  Bug 59046 - JMeter Gui Replace controller should keep the name and the selection #resolve #139 https://github.com/apache/jmeter/pull/139 Contribution by Benoit Wiart Bugzilla Id: 59046
 discard 3282578  Bug 59044 - Http Sampler : It should not be possible to select the multipart encoding if the method is not POST #resolve #138 https://github.com/apache/jmeter/pull/138 Patch by Benoit Wiart Bugzilla Id: 59044
 discard 3e5ea82  Bug 59038 - Deprecate HTTPClient 3.1 related elements #resolve #137 https://github.com/apache/jmeter/pull/137
 discard f9cbd61  Bug 59034 - Parallel downloads connection management is not realistic Bugzilla Id: 59034
 discard bf36faf  Bug 58793 - Create developers page explaining how to build and contribute Fix in commits 1729040 and 1718177: http://svn.apache.org/viewvc?rev=1729040&view=rev http://svn.apache.org/viewvc?rev=1718177&view=rev Bugzilla Id: 58793
 discard 1642ea4  Updated to tika 1.12
 discard 4cd9fab  Fix Javadoc issue with url (add quotes)
 discard 0cde935  JSyntaxTextArea : Ability to set font
 discard e70f0fc  Bug 59003 - ClutilTestCase testSingleArg8 and testSingleArg9 are identical Bugzilla Id: 59003
 discard 23a9429  Upgrade rhino to 1.7.7.1 from 1.7.7 (update svn props on lib directory)
 discard 0487b13  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer remove mention of htmlparser from README Patch by Pascal Schumacher #resolve #134 Bugzilla Id: 59037
 discard 67d7b57  Upgrade rhino to 1.7.7.1 from 1.7.7
 discard 7152e2a  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer Clean jars from lib directory Bugzilla Id: 59037
 discard 24a6399  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer Bugzilla Id: 59037
 discard 9bb8102  #resolve #133
 discard c839b48  Add more details when issue occurs
 discard 0491b28  Bug 59038 - Deprecate HTTPClient 3.1 related elements Bugzilla Id: 59038
 discard 234ec7e  JUnit is wrong as per Ignore Policy contract
 discard bfcdac8  Clarify javadoc
 discard 441b761  Bug 59036 - FormCharSetFinder : Use JSoup instead of deprecated HTMLParser Bugzilla Id: 59036
 discard 8597cb9  Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Simplify by using IODH idiom Bugzilla Id: 58099
 discard b1778cb  Allow TEST_HTTPS script to succeed
 discard 5af9397  Bug 58099 - Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Fix regression on HTTPS tests, No route to host... Bugzilla Id: 58099
 discard 035fac8  svn:eol
 discard 80b7e36  Add HTTPs test
 discard 24452f3  Use SystemDefaultDnsResolver singleton. Contributed by Benoit Wiart. This closes #130.
 discard c081070  Minor formatting Contributed by Graham Russell #resolve #129
 discard 0a72ddf  Removing unnecessary modifiers Contributed by Graham Russel Part 4 https://github.com/apache/jmeter/pull/122 #resolve #122
 discard 5d91380  Removing unnecessary modifiers Contributed by Graham Russel Part 3 https://github.com/apache/jmeter/pull/122
 discard 39f8ddd  Removing unnecessary modifiers Contributed by Graham Russel Part 2 https://github.com/apache/jmeter/pull/122
 discard 4d5edd6  Removing unnecessary modifiers Contributed by Graham Russel Part 1 https://github.com/apache/jmeter/pull/122
 discard 741e4b5  Removing duplicate code. Patch by Graham Russell #resolve #126
 discard 502e033  #resolve #123
 discard afc94c3  Bug 58870 - TableEditor: minimum size is too small #resolve #128 Bugzilla Id: 58870
 discard 46fbec8  Restore suppress warning lost in conversion to generic loop
 discard 2c057c2  Redundant type arguments
 discard 0ac559a  Unused imports
 discard 2bc066a  Bug 59023 - HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6 Fix effectively the issue (thanks sebb for the note) Bugzilla Id: 59023
 discard 89d0fa4  Bug 57577 - HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default Take into account sebb notes Bugzilla Id: 57577
 discard fc21f0d  Bug 59023 - HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6 Bugzilla Id: 59023
 discard 1e1fcee  Bug 57577 - HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default #resolve #127 Bugzilla Id: 57577
 discard 71f8dc6  Bug 58099 - Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Bugzilla Id: 58099
 discard d35554c  Java 7 multi exception catch
 discard 53046e6  Bug 57935 - SSL SNI extension not supported by HttpClient 4.2.6 svn:eol Bugzilla Id: 57935
 discard 45a30d2  Bug 57935 - SSL SNI extension not supported by HttpClient 4.2.6 Bugzilla Id: 57935
 discard 71eecf4  Fix unused factory in second constructor protected HC4TrustAllSSLSocketFactory(javax.net.ssl.SSLSocketFactory factory)
 discard 65acb65  Followup to r1730604
 discard 4552f53  HTTP Sampler : Added WebDAV verb (SEARCH).
 discard 6adddb7  svn:eol
 discard bd55ead  move more tests into their own classes Patch by Benoit Wiart #resolve #125
 discard 94bcf37  Bug 59006 - Change Default proxy recording port to 8888 to align it with Recording Template #resolve #124 Bugzilla Id: 59006
 discard 13d8f48  Removing unnecessary continues and a few other tidy ups Patch by Graham Russel #resolve #121
 discard ad9e186  Revert r1730205 as it results in duplicate information in the log file Bugzilla Id: 58987
 discard 4912fa8  Report/Dashboard: Improve error reporting Throw exception if mismatch between expected number of columns and columns in csv file (don't allow missing columns) Bugzilla Id: 58987
 discard 62519c2  Next version is 3.0
 discard 160a3f1  Next version is 3.0
 discard 3a4456c  Next version is 3.0
 discard 56ee4dc  Next version is 3.0
 discard 9376dff  Next version is 3.0
 discard cc46e31  Next version is 3.0
 discard 4ed2d66  Next version is 3.0
 discard 8a124fc  Next version is 3.0
 discard a82c551  Next version is 3.0
 discard 333412f  Drop unused imports
 discard 7fab264  Drop unused imports
 discard f9f0c60  Add suppresswarnings
 discard 8713268  Remove unused var
 discard 15ad03c  Remove auto-boxing warnings
 discard 1d1d547  map cannot be null as it is instance of MapResultData
 discard 118f826  Used foreach where possible. Patch by Graham Russell Part 5 https://github.com/apache/jmeter/pull/114 #resolve #114
 discard 6b4cfb4  Used foreach where possible. Patch by Graham Russell Part 4 https://github.com/apache/jmeter/pull/114
 discard cdaa41b  Used foreach where possible. Patch by Graham Russell Part 3 https://github.com/apache/jmeter/pull/114
 discard e92b40b  Used foreach where possible. Patch by Graham Russell Part 2 https://github.com/apache/jmeter/pull/114
 discard c0e52ff  Used foreach where possible. Patch by Graham Russell Part 1 https://github.com/apache/jmeter/pull/114
 discard 0726ab0  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 5 https://github.com/apache/jmeter/pull/115/files #resolve #115
 discard d93f753  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 4 https://github.com/apache/jmeter/pull/115/files
 discard f6c3024  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 3 https://github.com/apache/jmeter/pull/115/files
 discard 39b94b1  Respect naming conventions Patch by Benoit Wiart Part 2 https://github.com/apache/jmeter/pull/115/files
 discard 0813276  Respect naming conventions Patch by Benoit Wiart Part 1 https://github.com/apache/jmeter/pull/115/files
 discard 6355eaa  Bug 58987 - Report/Dashboard: Improve error reporting Throw exception if mismatch between expected number of columns and columns in csv file Bugzilla Id: 58987
 discard 9ee466a  Bug 58987 - Report/Dashboard: Improve error reporting Avoid Log+Rethrow, only rethrow Add column index in message Bugzilla Id: 58987
 discard 7a874d0  Fixed some JavaDoc errors Patch by Graham Russell Part 4 https://github.com/apache/jmeter/pull/118 #resolve #118
 discard 663ae5d  Fixed some JavaDoc errors and better naming Patch by Graham Russell Part 3 https://github.com/apache/jmeter/pull/118
 discard a7d5de6  Fixed some JavaDoc errors Patch by Graham Russell Part 2 https://github.com/apache/jmeter/pull/118
 discard c59178c  Fixed some JavaDoc errors Patch by Graham Russell Part 1 https://github.com/apache/jmeter/pull/118
 discard c596bc4  Using Try with Resources. Patch by Graham Russell #resolve #119 https://github.com/apache/jmeter/pull/119
 discard cea6e69  Replace indexOf with contains. Patch by Graham Russell #resolve #120 https://github.com/apache/jmeter/pull/120/
 discard 2bb5348  remove some redundant modifiers Part 3 Patch by Benoit Wiart #resolve #116
 discard 0e7d711  remove some redundant modifiers Part 2 Patch by Benoit Wiart https://github.com/apache/jmeter/pull/116
 discard 78a2bfc  remove some redundant modifiers Part 1 Patch by Benoit Wiart https://github.com/apache/jmeter/pull/116
 discard f86c67b  Bug 58978 Settings defaults : Switch "jmeter.save.saveservice.assertion_results_failure_message" to true (after 2.13) Bugzilla Id: 58978
 discard fe41e91  Removed ternary operators which are not required Patch by Graham Russell #resolve #117
 discard 0809b6d   Settings defaults : Switch "jmeter.save.saveservice.print_field_names" to true (after 2.13) Bugzilla Id: 58991
 discard 5b9dd32  Space
 discard e5f62cb  Clarity
 discard 4b50f28  Bug 58987 - Report/Dashboard: Improve error reporting Bugzilla Id: 58987
 discard e948258  Bug 58991 - Settings defaults : Switch "jmeter.save.saveservice.print_field_names" to true (after 2.13) Bugzilla Id: 58991
 discard 3761b79  Tabpolice.
 discard 2f38361  Tabpolice.
 discard f51c085  Use multi-catch where possible Patch by Graham Russell PART 5 https://github.com/apache/jmeter/pull/110 #resolve #110
 discard 804173f  Use multi-catch where possible Patch by Graham Russell PART 4 https://github.com/apache/jmeter/pull/110
 discard fd3a5c0  Use multi-catch where possible Patch by Graham Russell PART 3 https://github.com/apache/jmeter/pull/110
 discard 5e0e6ec  Use multi-catch where possible Patch by Graham Russell PART 2 https://github.com/apache/jmeter/pull/110
 discard 2493ac8  Use multi-catch where possible Patch by Graham Russell PART 1 https://github.com/apache/jmeter/pull/110
 discard df61ee4  Use java style array (vs C style) Part 3 Patch by B. Wiart https://github.com/apache/jmeter/pull/108 #resolve #108
 discard 4e36f4d  Naming convention for static fields Patch by B. Wiart https://github.com/apache/jmeter/pull/108
 discard 47054d1  Use java style array (vs C style) Part 2 Patch by B. Wiart https://github.com/apache/jmeter/pull/108
 discard a6586f3  Use java style array (vs C style) Part 1 Patch by B. Wiart https://github.com/apache/jmeter/pull/108
 discard d82e497  Bug 58989 - Record controller gui : add a button to clear all the recorded samples #resolve #113 Bugzilla Id: 58989
 discard e55e273  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Reference Developer documentation and contribution documentation Bugzilla Id: 58932
 discard 159000c  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Fix formatting Fix error on transaction controller part Bugzilla Id: 58932
 discard 3c61b54  Bug 58980 - JMS Subscriber will return successful as long as 1 message is received. #resolve #111 Bugzilla Id: 58980
 discard ff32c0e  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct #resolve #112 Bugzilla Id: 58932
 discard 5596756  Transform building.xml page into Building and Contributing Link it from documentation overview
 discard 8385ff9  Bug 58931 - New Report/Dashboard : Getting font errors under Firefox and Chrome (not Safari) Bugzilla Id: 58931
 discard 5486169  Bug 58978 - Settings defaults : Switch "jmeter.save.saveservice.assertion_results_failure_message" to true (after 2.13) Bugzilla Id: 58978
 discard 694f9a7  Bug 58968 - Add a new template to allow to record script with think time included #resolve #109 Bugzilla Id: 58968
 discard b2875aa  Fails cleanly when checkstyle is missing
 discard 8702b3c  Bug 58967 : use junit categories to exclude tests that need a gui svn:eol Bugzilla Id: 58967
 discard 06fdd87  Bug 58967 : use junit categories to exclude tests that need a gui #resolve #107 Bugzilla Id: 58967
 discard 1c311c0  New ASF logo
 discard 3cafef4  Follow the java convention of single upper case letters for generic types.
 discard aacab30  Use a private constructor, so that this utility class can not be instantiated. Make converters map final and rename it, so that it has a different name than the class. Use interface (Map) instead of implementation for the class variable CONVERTER_MAP.
 discard 8e80c4f  Use correct types for ConvertExceptions.
 discard c431c7b  Unnecesssary
 discard e945346  Unused import
 discard ab3ab76  Fix autoboxing complaints
 discard 137f873  Recode silly assertion
 discard 74a9b47  Explicit unboxing
 discard f126d21  Compare as Longs rather than using autounboxing
 discard 8113a2d  Tab police
 discard a7d1abb  un-duplicate the proxy handling clarify/simplify code fix typo in comment Patch by B. Wiart #resolve #106
 discard 2de3eaa  http samplers : reorder the http method in the switch, move the most common ones first Add debug log when setting keep alive Call close on HttpClient #resolve #105
 discard 614b597  Bug 58897 - Improve JUnit Test code STEP 5 patch by B. Wiart svn:eol Bugzilla Id: 58897
 discard 1ac5e02  Bug 58897 - Improve JUnit Test code STEP 5 patch by B. Wiart #resolve #104 Bugzilla Id: 58897
 discard 36143ff  Misc clean up rename variables remove commented code remove outdated comments #resolve #101
 discard d765910  Bug 58897 - Improve JUnit Test code #resolve #100 Bugzilla Id: 58897
 discard 0d910af  Bug 58897 - Improve JUnit Test code STEP 4 Part 4 patch by B. Wiart Bugzilla Id: 58897
 discard 834a324  Bug 58897 - Improve JUnit Test code STEP 4 Part 3 patch by B. Wiart Bugzilla Id: 58897
 discard c2b0bfc  Bug 58897 - Improve JUnit Test code STEP 4 Part 2 patch by B. Wiart Bugzilla Id: 58897
 discard 8ccff7c  Bug 58897 - Improve JUnit Test code STEP 4 Part 1 patch by B. Wiart Bugzilla Id: 58897
 discard c4ea4c8  Bug 58957 - Report/Dashboard: HTML Exporter does not create parent directories for output directory #resolve #103 Bugzilla Id: 58957
 discard 57af2a2  Bug 58884 - JMeter report generator : need better error message #resolve #102 Bugzilla Id: 58884
 discard f2dfc3a  Bug 58884 - JMeter report generator : need better error message #resolve #102 Bugzilla Id: 58884
 discard 2fe8a71  Bug 58955 - Request view http does not correctly display http parameters in multipart/form-data #resolve #99 Bugzilla Id: 58955
 discard 44a8cf4  Bug 58937 - View Results Tree: Improve parameters display even for GET requests Handle correctly case of an URL with empty value for a parameter. Bugzilla Id: 58937
 discard c633f0a  svn:eol Bugzilla Id: 58413
 discard dc1b063  Bug 58413 - ViewResultsTree : Request HTTP Renderer does not show correctly parameters that contain & Bug 58954 - Request view http does not correctly display http parameter if it contains '&'. #resolve #98 Bugzilla Id: 58413
 discard a2dff79  Bug 58952 - Report/Dashboard: Generation of aggregated series in graphs does not work Bugzilla Id: 58952
 discard 0344706  remove commented code (patch by Benoit Wiart) #resolve #97
 discard 8954730  Bug 58897 : Improve JUnit Test code Part 3 #resolve #95 Bugzilla Id: 58897
 discard 74d6423  Add changes entry for the ldap changes based on a patch by Benoit Wiart.
 discard 248c64e  Space police. Part of patch by Benoit Wiart.
 discard 0ecd364  Extract common code into a new method.
 discard 3238799  Rename private instance variable user_Defined to userDefined and increment serial version of the class. Based on patch by Benoit Wiart.
 discard 4850674  Followup to r1727797, correct javadoc for constructor.
 discard 665a880  Move javadoc for class and combine declaration and initialisation of method variable. Based on patch by Benoit Wiart.
 discard eb69c5e  Removal of code, that was commented out. Based on patch by Benoit Wiart.
 discard 4de8b5e  Space police and removal of parens with return and code, that was commented out. Based on patch by Benoit Wiart.
 discard f0f8453  Space police and add javadoc for constructor. Based on patch by Benoit Wiart.
 discard cfca5ba  Extract common code into a new method.
 discard 6702b18  Rename method variables to start with lower case. Remove code, that was commented out. Space police. Part of patch by Benoit Wiart.
 discard fc66acd  Move constructor to the front and add javadoc. Part of patch by Benoit Wiart.
 discard b46879e  Narrow scope of variable.
 discard 89196ff  Space police and removal of code, that was commented out. Part of patch by Benoit Wiart.
 discard 20c181a  Space police. Part of patch by Benoit Wiart.
 discard 16b4b39  Space police. Part of patch by Benoit Wiart.
 discard 53e2acd  Bug 58947 - Connect metric is wrong when ConnectException occurs Bugzilla Id: 58947
 discard 3020122  Bug 57696 HTTP Request : Improve responseMessage when resource download fails Bugzilla Id: 57696
 discard bce64d5  Switch warning to debug as having this strange urls is frequent. For example: https://developers.google.com/fonts/docs/getting_started mentions which would trigger the warning: <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name">
 discard 9860b76  Bug 58897 : Improve JUnit Test code Part 2 #resolve #94 Bugzilla Id: 58897
 discard c3f59da  Bug 58924 - Dashboard / report : It should be possible to export the generated graph as image (PNG) #resolve #90 Bugzilla Id: 58924
 discard 9bc6974  Bug 58897 : Improve JUnit Test code #resolve #85 Bugzilla Id: 58897
 discard 48e9b94  Bug 58864 : when moving parameter with up / down, ensure that the selection remains visible #resolve #78 Bugzilla Id: 58864
 discard c53d812  Normalize URIs when downloading embedded resources.
 discard 74d5973  report : make responseTime the first graph in the page #resolve #89
 discard 26dbddb  Bug 58912 Response assertion gui : Deleting more than 1 selected row deletes only one row #resolve #87 Bugzilla Id: 58912
 discard e657ada  Bug 58911 : it should be possible to copy&paste between http header managers #resolve #86 Bugzilla Id: 58911
 discard 3457f7c  Bug 58913 - When closing jmeter should not interpret cancel as "destroy my test plan" #resolve #88 Bugzilla Id: 58913
 discard 4f208f5  Bug 56554 : the script cache key is now automatically generated #resolve #83 Bugzilla Id: 56554
 discard 40c33e2  Add license header. Reported by Benoit Wiart.
 discard 51df1ce  Bug 58865 - Allow empty default value in the Regular Expression Extractor #resolve #79 Bugzilla Id: 58865
 discard 64c40a7  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function Fix test failure as per sebb note Bugzilla Id: 58903
 discard d90e838  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function 1/ Switch debug to false to avoid loosing a factory of 6 to 7 degradation 2/ Workaround for performance issue https://issues.apache.org/jira/browse/JEXL-186
 discard 29c8f02  Unused
 discard aaa6b4a  Suppress deprecation warning
 discard c678843  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function svn:eol Bugzilla Id: 58903
 discard e1bfb7b  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function Add also JUnit tests for jexl2 and jexl3 Bugzilla Id: 58903
 discard 608a502  Misc clean up (javadoc, commented code) #resolve #82
 discard 0d117cb  Remove code that has been commented for the last 10 years #resolve #81
 discard 7cea610  Spacepolice
 discard 6bc9b82  Spacepolice
 discard 8931bfb  No need to init the sample here and rename it to be more descriptive.
 discard 60f36ee  Extract creation of jobs into methods and make merging and sorting methods more similar. Add jobs to the queue only, if they are used.
 discard b2d3bff  Use less memory for PUT requests.
 discard 35aa8a6  Update java 6 references to java 7
 discard 2fd0a57  Bug 58704 Non regression testing : Ant task batchtest fails if tests and run in a non en_EN locale and use a JMX file that uses a Csv DataSet Bugzilla Id: 58704
 discard 0187384  Take into account Pascal Schumacher comment
 discard 4c5ce1b  Update java6 references to Java7
 discard f8f0ac4  Update java6 references to Java7
 discard ffff4fe  Bug 58830 Documentation : Add examples for each function with the result Add example Update java6 references to Java7 Bugzilla Id: 58830
 discard b7da12c  Remove mention of a very old JMeter version behaviour
 discard ff22f23  Bug 58862 - Add a reference to jdk bug JDK-8025126 in the changes.xml file
 discard 84589cd  Low hanging deprecation fruit
 discard e5a658c  Low hanging deprecation fruit
 discard 02e0844  Fix a couple of simple deprecations
 discard c1e3180  Methods called from ctor must not be overridden. Fix due to Felix. Bugzilla Id: 58860
 discard 6b1847d  No longer deprecated
 discard 5408a32  Unnecessary warning
 discard d07eeaf  Make sure variable is used
 discard 6af9d4b  Explicit boxing
 discard 13b00ae  Add warnings not to override methods called from ctors
 discard 6e91150  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click As per Felix note on mailing list, I am stupid, rollback Bugzilla Id: 58860
 discard 7de640f  Dashboard: ignore generated reports Bugzilla Id: 58653
 discard 92988b2  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click As per sebb note on mailing list, make init() final Bugzilla Id: 58860
 discard a046e8d  #resolve #80 Thanks Pascal Schumacher
 discard daf20ab  Bug 58851 - Add a dependency to hamcrest-core to allow JUnit tests with annotations to work Missing update of build.properties Tab police
 discard 76c2641  Bug 58861 - When clicking on up, down or detail while in a cell of the argument panel, newly added content is lost #resolve #77 Bugzilla Id: 58861
 discard fa265c2  Clarify known bugs
 discard 413e566  Bug 58851 - Add a dependency to hamcrest-core to allow JUnit tests with annotations to work Bugzilla Id: 58851
 discard 9754e7e  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click #resolve #76 Bugzilla Id: 58860
 discard 1fac69b  Bug 58857 - View Results Tree : the request view http does not allow to resize the parameters table first column #resolve #75 Bugzilla Id: 58857
 discard fbae0c3  Bug 58849 - View Results Tree : Add a search panel to the request http view to be able to search in the parameters table #resolve #73 Bugzilla Id: 58849
 discard e6a3c29  Bug 58845 - Request http view doesn't display all the parameters #resolve #70 Bugzilla Id: 58845
 discard 247ab1c  remove outdated comments (13 years old) #resolve #74 by b wiart
 discard 3fed8a8  Bug 58844 - Buttons enable / disable is broken in the arguments panel #resolve #69 Bugzilla Id: 58844
 discard a44eef1  Fix typo
 discard 4250847  Oups, the correct Benoit :-)
 discard 4aa219a  Reset data in TableEditor when switching between different CompareAssertions in gui. Based on a patch by Vincent Herilier (vherilier at gmail.com).
 discard 2a9b5c6  Mention contributor for Bugzilla
 discard edd63c5  Bug 58848 : when adding an argument (add button or from clipboard) scroll the table to the new line (missing changes.xml note)
 discard 4b8c208  Bug 58848 : when adding an argument (add button or from clipboard) scroll the table to the new line
 discard d7c3416  Bug 58843 - Improve the usable space in the http sampler gui Missing french translation Use alphabetical order Bugzilla Id: 58843
 discard a751fbe  Bug 58843 - Improve the usable space in the http sampler gui #resolve #68 Bugzilla Id: 58843
 discard 751a1c0  Tab police
 discard 947939c  Tab police
 discard 31fa6fb  Tab police Bugzilla Id: 58653
 discard bc785f0  Unnecessary line wrap Bugzilla Id: 58653
 discard 3540aef  Fix error message (invalid file suggests the file exists but cannot be parsed) Bugzilla Id: 58653
 discard 38d0734  Fix up: - missing test file name (-t JMX file) - duplicate anchor - unnecessary line wrap
 discard 083caf5  Bug 58773 - TestCacheManager : Add tests for CacheManager that use HttpClient 4 svn:eol Bugzilla Id: 58773
 discard 5fd5f47  Bug 58773 - TestCacheManager : Add tests for CacheManager that use HttpClient 4 Bugzilla Id: 58773
 discard 60b44c6  Bug 57319 - Upgrade to HttpClient 4.5.X Replace deprecated methods Bugzilla Id: 57319
 discard 1b4c5e3  Remove link to projects-old.apache.org
 discard c0a29f0  Bug 58830 - Documentation : Add examples for each function with the result Start the work Bugzilla Id: 58830
 discard 89dba84  Improve and clarify issues page
 discard 8f43a22  Config Element Counter (and others): Check Boxes Toggle Area Too Big Bugzilla Id: 58810
 discard 937f360  JVM don't recognize option MaxLiveObjectEvacuationRatio; remove from comments Bugzilla Id: 58814
 discard 321589c  Doc why called externally
 discard 615d33a  Issue in CheckDirty and its relation to ActionRouter Bugzilla Id: 58790
 discard 002eccc  Bug 58811 - When pasting arguments between http samplers the column "Encode" and "Include Equals" are lost. #resolve #66 Bugzilla Id: 58811
 discard fca27d5  [Bug 55512] Summariser should be enabled by default in Non GUI mode Restore 30 seconds as interval Bugzilla Id: 55512
 discard 6adf8de   Summariser should be enabled by default in Non GUI mode  Revert the changes made in r1550536 and just enable via jmeter.properties Bugzilla Id: 55512
 discard 529646d  Grammar
 discard d9c0227  Method notifySSLContextWasReset() is no longer used since r1489189 (2013-06-03, version 2.10).
 discard ed4db7c  Cannot be final yet
 discard a7a83a2  Docn
 discard 63a062b  Constant static field names should be uppercase
 discard d7e071e  Method must be final because called by ctor
 discard f7a245d  Constant static field names should be uppercase
 discard f9897cf  Constant static field names should be uppercase
 discard ae1dfd6  Might as well be final
 discard 25e589d  Keep lib items together
 discard e02171f  Document why final
 discard ce0323e  Grammar
 discard d65a356  Not used externally, AFAICT
 discard 46ec70a  Ensure unused Excalibur jars are removed
 discard 7522c9f  Tab police
 discard 08797f0  Mostly markup (code tags) plus a few minor rephrasings
 discard e52ed2c  Simplify to make it read better
 discard f71e007  No space before colon. Remove colon after 'See'
 discard fb6b303  Concatenate short lines.
 discard e8894d6  A bit spellchecking.
 discard 20f6cf4  Use spaces instead of tabs.
 discard 5f0874d  Reference Javadocs of Java7
 discard 1d5eb7e  Add deprecated element usage in best practices and mention it in changes list.
 discard 7b73654  Drop previously deprecated elements in 2.13: - HTML Parameter Mask
 discard a6878d2  Drop previously deprecated elements in 2.13: - HTML Parameter Mask
 discard a4ac5c6  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Remove mention in jmeter.properties Bugzilla Id: 58791
 discard e713d04  Bug 58800 - proxy.pause default value , fix documentation Bugzilla Id: 58800
 discard 3530b9c  Next version should be 3.0 as per : - http://mail-archives.apache.org/mod_mbox/jmeter-dev/201601.mbox/%3C56893FF8.1050605%40apache.org%3E
 discard e590763  Clarify documentations by removing old versions mention
 discard 64d3bea  Clarify documentations by removing old versions mention
 discard 5e3e66b  Clarify documentations by removing old versions mention
 discard e86799b  Clarify documentations by removing old versions mention
 discard 882989d  Clarify documentations by removing old versions mention
 discard 0ea1d6f  Clarify documentations by removing old versions mention
 discard 8e5fefb  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Remove mention in docs Bugzilla Id: 58791
 discard 774051f  Bug 58772 Deprecate MongoDB related elements Remove NoSql
 discard e160763  Drop previously deprecated elements in 2.13: - WebService(SOAP) Request - HTML Parameter Mask
 discard 33d71e8  Drop previously deprecated elements in 2.13: - WebService(SOAP) Request - HTML Parameter Mask
 discard 46e4afd  Bug 58795 - NPE may occur in GuiPackage#getTestElementCheckSum with some 3rd party plugins Fix NPE Avoid computing checksum when undoHistory is disabled Bugzilla Id: 58795
 discard 73ff68b  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Bugzilla Id: 58791
 discard 76f7cfb  Don't use a fixed height for the concurrent number box, use the current (ui system) height Bugzilla Id: 58426
 discard 31cc448  Add FIXME with commented code to uncomment once 4.5.2 is available Bugzilla Id: 58583
 discard 0244520  Change fixed font size for small fonts to a percent of defaut label font size Bugzilla Id: 58426
 discard 8cbb5e4  Return result directly instead of using a temporary variable.
 discard b7a64fb  Change order of modifiers
 discard dd464d2  Markup changes. Mostly addition of code and note tags.
 discard 8356b1d  Rename method to java convention
 discard babcb79  Remove code that is commented out.
 discard 3002d9c  Rename type to java naming convention and constrain it to subtypes of SubConfiguration
 discard ce96dcf  Extract anonymous classes to nested classes, as they are quite long.
 discard f00bbed  Add throws ConfigurationException to javadoc
 discard c749654  Declare setGranularity as final since it is used from constructor.
 discard 90d8e12  Spacepolice
 discard a453d0a  Correct (flip) sync/async usage of JMeterUtils#runSafe as noted by pmouawad.
 discard 8fa5e9b  Improve javadocs
 discard 72ec788  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Bugzilla Id: 58786
 discard 40cfd8b  Mention -?
 discard 558d2b5  Happy new year 2016
 discard 1a83b75  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Bugzilla Id: 58786
 discard a4b2204  Make JMeterUtils#runSafe sync/async awt invocation configurable and change the visualizers to use the async version.
 discard caf6505  Correct instructions on running jmeter in help.txt. Contributed by Pascal Schumacher (pascalschumacher at gmx.net)
 discard 9c4278d  Extract a method for the complex decision logic, which sample should be written first in merge mode. Don't compare a boolean to true. Use it directly instead.
 discard d582807  Use constant.
 discard e8895ba  Javadoc corrections and one rephrasing of an info-log string
 discard 7fa0522  Declare method setSampleComparator final, since it is used from constructor.
 discard 1eeb9a5  Remove unused import and reorder remaining import statements.
 discard dbc19400 Extract methods for temp dir management out of method generate
 discard d53bb0d  Remove unused Map graphMap. It was only a local variable and it was only written to it.
 discard da13bd9  Extract a method to lessen the complexity of the method generate
 discard 8ddcb0e  Extract yet another method to reduce complexity of generate.
 discard 42f2abd  Use addSampleConsumer instead of setSampleConsumer (same functionality). Reorder addition of Consumers.
 discard 291a563  Extract generation of Consumers out of the generate method to make it less complex.
 discard 0f0e71d  Extract method to reduce complexity of method generate
 discard 4fe3094  No need to declare throwing an exception, when we are in a non derivable method and are not throwing anything.
 discard ea37f03  Javadoc corrections
 discard b978ae4  Use Boolean.parseBoolean instead of doing the string compare ourself. Correct javadoc
 discard 2571e03  Make instance variable private.
 discard 0891731  Change order of modifiers
 discard 18b5b78  Use constant instead of repeating the same string eight times.
 discard 89f9a36  Use non synchronized version StringBuilder instead of StringBuffer
 discard 862a4b8  Fix NPE during recording Bugzilla Id: 57804
 discard e0d886c  Bug 58165 - Show the time elapsed since the start of the load test in GUI mode Bugzilla Id: 58165
 discard e932ff0  Delay variable declaration
 discard d99e878  Take into account PascalSchumacher  note
 discard 0804c31  Bug 58236 - SSLException on protocol_version using HTTPS Bugzilla Id: 58236
 discard e4dcc0f  Bug 57110 - Fixed spelling+grammar, formatting, removed commented out code etc. Bugzilla Id: 57110
 discard 68aa071  Bug 58782 - ThreadGroup : Improve ergonomy Bugzilla Id: 58782
 discard b182e51  Fix wrong change commited for Bug 58776 Bugzilla Id: 58776
 discard dbea71a  Bug 58776 - Summariser should display a more readable duration Bugzilla Id: 58776
 discard 50d8be0  Remove mention of ApacheJMeter.jar as it can be source of bugs. Mention only sh and bat
 discard 04ba97a  Bug 58781 - Command line option "-?" shows Unknown option Bugzilla Id: 58781
 discard 7bd68b6  Cleanup old versions changes in behaviour.
 discard a3a7394  Clarify documentation to orient towards best-practices. Add missing samplers and remove deprecated ones.
 discard 121032c  Update command line options
 discard c72b303  Clarify documentation to orient towards best-practice. Cleanup old versions changes in behaviour.
 discard 40583f0  Use menuchoice and code tags
 discard db64c4f  No need to compare boolean to true, use boolean directly.
 discard 5ead3d1  Remove now unused class ArgumentNullException
 discard e7fe1e7  Use menuchoice, guimenuitem and note tags.
 discard ebed029  Fix NPE if test fails one day
 discard 59fdc13  Remove old code in tests
 discard d198789  Host is not initialized yet
 discard f0bfdb0  Bug 56358 - Cookie manager supports cross port cookies and RFC6265 Bugzilla Id: 56358
 discard ce0b03a  Remove old code in tests Bugzilla Id: 57269
 discard babbd5e  No more need to Suppresswarning
 discard fbfe3b4  Reference bugzilla Bugzilla Id: 58772
 discard ea49f6a  Bug 58772 - Deprecate MongoDB related elements Bugzilla Id: 58772
 discard 0ac00b1  Followup to r1721332. Fix javadoc.
 discard c2c582c  Bug 57804 - HTTP Request doesn't reuse cached SSL context when using Client Certificates in HTTPS Bugzilla Id: 57804
 discard 9265dee  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter. Use Validate.validState for state checking.
 discard 64c10c4  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter.
 discard 8df6594  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter
 discard 8aafc2e  Replace ArgumentNullException with NPE by using Validate.notNull instead of null check with throw.
 discard 32d81f3  No need to explicitly compare to true for booleans.
 discard b49c730  Rename local variable that shadows instance variable sampleMetadata.
 discard a543a86  Variable stop is only used in debug log mode, so get rid of this normally unused variable by inlining the call to currentTimeMillis()
 discard 133e6ed  Remove null checks, where the usage would raise a NPE, use Validate.notNull otherwise. Document the need for non null parameter. Use Validate.validState.
 discard 1d6aa95  Use interface for variable declaration and remove code that is commented out.
 discard 211f703  Use interface for variable declaration. Remove null check and document need for non null parameter.
 discard 0c9a546  Use Interface for variable declaration and rename variable so it doesn't hide the instance variable with the same name.
 discard 7e4ffc8  Change ArgumentNullException to NPE and document the need for non null parameter
 discard 230fbef  Remove null check and document the need for non null parameter
 discard eb3dd55  Correct spelling of formatter.
 discard 83522ac  Remove ArgumentNullExcption and document the need for non null parameters. If floatFormater is null, it will be replaced by the default formatter.
 discard 514b962  Remove code, that was commented out.
 discard c13f0c1  Use the boolean directly instead of comparing it to true.
 discard 134abad  Use isEmpty to check for an empty list, since it can be implemented more efficiently than size().
 discard 277a055  Remove null check and document the need for non null parameter in javadoc.
 discard 0ed817a  Remove import statements, that were commented out.
 discard c8a42a9  Don't reassign parameter metadata.
 discard f0b9e37  Rename variable as it hides the instance variable metadata.
 discard d9824b1  Remove null check for inputFile and document the need for non null arguments in the javadoc.
 discard 41126c4  Document the need for non null arguments in javadoc. Followup to r1721348.
 discard 97689df  Replace ArgumentNullException with NPE by using Validate.notNull.
 discard da635a9  Remove unused import. Followup to r1721339
 discard f7adb6b  Remove check for null and document the need for a non null argument in the javadoc. The code will now throw a NPE instead of ArgumentNullException.
 discard 0a80e5d  Remove unsused class variable.
 discard 5680f82  Use Validate.notNull instead of ArgumentNullException
 discard f2d2859  Followup to r1720000. Add javadoc (especially deprecated tag) and rename parameter.
 discard 277fafe  Fix typo in bugzilla tag in changes.xml.
 discard 5183a7f  Javadoc fixes in report package.
 discard 41105b8  Bug 57319 - Upgrade to HttpClient 4.5.X Document why there cannot be any issue due to case difference on IGNORE_POLICY between HC3 and HC4 Bugzilla Id: 57319
 discard 8883014  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation Bugzilla Id: 58756
 discard 7f76b42  Comment failing JUnit methods that are waiting for HTTPCLIENT-4.5.2
 discard 89c34e2  Update to slf4j-1.7.13.jar
 discard 6013cea  Bug 57319 - Upgrade to HttpClient 4.5.X Bugzilla Id: 57319
 discard 1e495db  Update to slf4j-1.7.13.jar
 discard 069f2b0  Message for NPE has changed. We are not really interested in the exact wording, so ignore it.
 discard 306a1ac  * Remove Validate.notNull calls and document those requirements in the javadoc. * Add javadoc * Remove unused import statements * Inline variable rowLength, which was used only once
 discard fb98673  Use a more descriptive variable name and point out, that the parameter must not be null.
 discard 64bd8e0  Add Sample Timeout support It's cheaper to pass the sample to the methods; no need to use the context Bugzilla Id: 58736
 discard a9f04e7  Unnecessary
 discard 238437b  Add Sample Timeout support Drop unused constant, now that the property is no longer used Bugzilla Id: 58736
 discard a59d0a6  Update to slf4j-1.7.13.jar
 discard 1870d81  Update to rsyntaxtextarea-2.5.8.jar
 discard 0dcf2bd  Update to jsoup-1.8.3.jar
 discard 44e115a  Update to json-smart-2.2.1.jar
 discard 0ba1b22  Update to json-path-2.1.0.jar
 discard ea156b5f Update to jodd-3.6.7.jar
 discard fd62770  Bug 58736 - Add Sample Timeout support Ensure sampleEnded is called Drop property  JMeterThread.sampleStarted, users who don't want to use the feature won't add the Sample Timeout element Bugzilla Id: 58736
 discard e9a3ca4  Add Sample Timeout support Use separate interface to avoid problems with RMI Bugzilla Id: 58736
 discard 5cf04ae  Removal of deprecation means warnings no longer needed
 discard 628c762  Update freemarker to 2.3.23
 discard 908db47  Update commons-net to 3.4
 discard 791009f  Update commons-collections to 3.2.2
 discard 6cb70be  Add missing override
 discard 4c95a81  Bug 58729 - Cleanup extras folder for maintainability Bugzilla Id: 58729
 discard 3cb5cc4  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1720696 13f79535-47bb-0310-9956-ffa450edef68
 discard 32abf05  Add linux version
 discard ff9dc89  Add missing override
 discard 3071cfe  Remove deprecated as this method is used in new codes (Sample Timeout)
 discard b30cd68  Add Sample Timeout support Fix property name to match the one in jmeter.properties Bugzilla Id: 58736
 discard cbdd561  Bug 58728 - Drop old behavioural properties Bugzilla Id: 58728
 discard fe2f082  NL@EOL
 discard 1dde9cf  We can use flush on CsvSampleWriter instead of replacing the writer. Followup to r1720242
 discard 4216771  Use Validate methods from commons lang3 and throw NPE instead of ArgumentNullException. Add test cases.
 discard 75c448e  Add missing test resource for r1720229
 discard d5e8f66  Simplify logic and add test cases.
 discard ee92d6f  The combination of transient and final makes no sense. So make ResultHolder extend Serializable and remove the transient declaration.
 discard 7ad2773  Keep exception cause. No need to declare throwing an exception on this non derivable class.
 discard 5377b46  Add trailing EOL
 discard 9a1b9a0  Add default switch cases
 discard 67ad7e9  Provide default switch case
 discard 8b36dd1  Safer to check for null array and skip pre-check
 discard 2235e3a  Add Sample Timeout support Bugzilla Id: 58736
 discard 666030f  remove the double while in the tree traversal extract the sampler execution in a dedicated method #resolve #61
 discard 6e948df  add explanations remove commented code #resolve #60
 discard 6eef703  Transaction Controller clarification : rename variables and methods to make it easier to understand #resolve #59
 discard 8f70cf6  Suppress generics warning
 discard 7f19b4a  Unnecessary cast
 discard 7778d0f  Explicit boxing
 discard 827f8d7  Only used as a Double, so change the return type
 discard e864fd6  Explicit unbox
 discard e08546a  Use correct method to avoid unnecessary unbox
 discard 9c11452  Better box fix
 discard 0ccbdaf  Fix boxing issues
 discard 60b68a4  Unused import
 discard 373a038  bug 52968 added a call to processSampler in order to mark the transaction sampler in error and generate the associated sampler result. Add an explanation for that and extract that code in a dedicated method to make clear that the triggerEndOfLoopOnParentControllers will not process any new sampler #resolve #56
 discard 6cb0db9  Bug 58726 - Remove the jmeterthread.startearlier parameter #resolve #58 Bugzilla Id: 58726
 discard d15dcee  size can be an expensive operation on a collection, so use isEmpty instead.
 discard 45ff0f9  Use local StringBuilder instead of global one.
 discard 4a799f6  Check for not-null first, instead of waiting for the npe to happen. After that, there is no need to catch a npe just to throw it again.
 discard ce7f720  Simplify getProperty. Log default value, even if it is null, since it would have been used in the old logic anyway.
 discard 91939e8  Use interfaces for variables. Conversion to for-loop.
 discard 9c76cf0  Followup to r1719699
 discard b27efdc  Bug 58698: Correct parsing of auth-files in HTTP Authorization Manager.
 discard 5137d2a  Add license header to test file
 discard 81c1a02  Use simple test case for FieldSampleComparator.
 discard 4e3ecc2  Use Long.compare
 discard f220b83  Correct indentation.
 discard abd28ff  Don't use ' == true' on booleans in if statements.
 discard 2435b4f  Change names of constants to upper case only.
 discard 8ddbf93  Correct mistake, that was introduced with r1719666.
 discard 02dadc6  Methodnames should not start with upper case letter.
 discard 4a3dce8  Use more descriptive variable name.
 discard ed7f4a4  javadoc. Add description for param writeHeader.
 discard f3515ad  Inline variable, that is only used for debug output.
 discard 6c9975a  Don't reassign parameter, return result directly instead.
 discard 080b0f6  Method names should not begin with upper case.
 discard 4f99a6f  Use vararg instead of array, to make method more flexible. Declare param final.
 discard 0002300  No need to import from same package.
 discard cc4f166  Remove autoboxing
 discard 7183b9b  Create target with checkstyle to avoid commiting files that do not respect formating rules
 discard 88e62df  Tab police, sir yes sir !
 discard 00e81b9  Tab police, sir yes sir !
 discard 112fa9a  Fix NPE
 discard 5342c8f  Remove autoboxing
 discard 6b7ff73  Remove autoboxing
 discard ced5c6d  Remove autoboxing
 discard 9496663  Remove autoboxing, useless cast
 discard b8e89f6  Oups tab police
 discard 5f948a0  Avoir == false or ==true comparison in if
 discard c48402b  Fix issue reported by sebb Use property as default
 discard 8b3bafb  #resolve #55
 discard 5996e2a  Revert bug I introduced
 discard 14f2685  comment that file cannot be null
 discard 847bcfc  Check null if dir is invalid
 discard 9027645  comment that file cannot be null
 discard 2b04829  Remove TODO by extracting local Pattern to statc class private instance. Pattern is thread safe.
 discard 42182bc  Use Java7 try with resources Close stream leak Remove commented code Fix synchro issue in comparison
 discard 9f8c028  Use Java7 try with resources
 discard 8fc7dc7  Use Java7 try with resources
 discard 0d34444  Add trivial test case for SampleMetaData toString method
 discard 387d484  Use StringUtils.join instead of hand coding it.
 discard c2ddf93  Implement Closeable
 discard ac33571  Use JOrphanUtils.closeQuietly Implement Closeable
 discard 7314c1b  Use JOrphanUtils.closeQuietly
 discard e6a5025  javadoc. Add return annotations.
 discard fd1b579  javadoc. Add return annotation.
 discard 2595332  Use equals for String comparison. Change order of operands to guard against null pointer dereference.
 discard b4c94ca  Add missing param isOverallSeries to javadoc.
 discard 094cd87  The usage of volatile indicates, that chunkedSampleCount and inputSampleCount gets accessed potentially by multiple threads. In that case the ++ operation is not safe to use. So switch to AtomicLong instead.
 discard bcd2504  Fix addons.xml to use Java7 and documentations
 discard c9a8935  Correct message format string. Add missing s to %.
 discard 1a1a707  Document param sampleComparator
 discard 0d791bf  listFiles() can return null, so guard against that case.
 discard 3feb8b9  There is no param isStrict in this constructor.
 discard 0332899  file might be not initialized here and most probably the param file was meant to be used.
 discard d7082c7  #resolve #54
 discard 8020727  Bug 58679 Replace the xpp pull parser in xstream with a java6+ standard solution. Bugzilla Id: 58679
 discard 2019ffa  set eol-style to native and remove linefeeds
 discard aece733  whitespace police (reformat with eclipse)
 discard 778d9f5  Missing anchors
 discard 47fc048  Checkstyle jar does not belong in some checks
 discard 2cf9b1d  Add download task for checkstyle (mainly for use by Jenkins)
 discard 29ed6ad  +=NewlineAtEndOfFile
 discard 60e0aa5  Bug 58714 - Module controller : it should not be possible to add a timer as child #resolve #53 Bugzilla Id: 58714
 discard 35cd70f  #resolve #52
 discard 5746679  #resolve #51
 discard 33a5808  Add @Override
 discard ad412c9  Tab police / fix indentation
 discard ac8e1bb  Tab police / fix indentation
 discard 97eb643  +=EOL@EOF
 discard f0a818f  Unnecessary casts
 discard 22826f5  Always use braces
 discard 7752966  OK not to have methods here
 discard c1e1203  Need config_loc
 discard 834ea90  Allow local suppression of checkstyle warnings
 discard 258ab5a  Add basic checkstyle suppressions file
 discard 81c975e  Must use braces around code blocks
 discard 76abe36  update
 discard 9b5aadc  Don't deprecate this yet; it is still referenced
 discard c80896f  Tab police
 discard 176061c  Tab police
 discard 6a37908  Redundant specification of type arguments
 discard 6f836c5  Spurious semi-colons
 discard 9c4758f  Add missing @Override
 discard be78b7f  Generics
 discard 29afe34  Unused import
 discard 4573afc  #resolve #50
 discard 0f8a113  No longer needed
 discard 3b7e03d  Bug 58705 - Make org.apache.jmeter.testelement.property.MultiProperty iterable #resolve #48 Bugzilla Id: 58705
 discard 6c5d14f  #resolve #47
 discard 8e7ab83  #resolve #46
 discard 77aa20e  #resolve #49
 discard 4220423  Bug 58653 - New JMeter Dashboard/Report with Dynamic Graphs, Tables to help analyzing load test results #resolve #42 Bugzilla Id: 58653
 discard eba38b5  Bug 58699 : Workbench changes neither saved nor prompted for saving upon close #resolve #45 Bugzilla Id: 58699
 discard b9c7dd3  #resolve #44 Thanks
 discard c505699  #resolve #43 Thanks
 discard 473f8bf  Bug 58703 - STATUS file is outdated and should be removed Bugzilla Id: 58703
 discard 27745b7  Bug 58653 - New JMeter Dashboard/Report with Dynamic Graphs, Tables to help analyzing load test results Bugzilla Id: 58653
 discard bf4593a  Bug 58696 - Create Ant task to setup Eclipse project Tab police Bugzilla Id: 58696
 discard a2152e0  Bug 58696 - Create Ant task to setup Eclipse project svn eol Bugzilla Id: 58696
 discard 7608c3f  Bug 58696 - Create Ant task to setup Eclipse project Bugzilla Id: 58696
 discard 88231cd  Rename Link and mention Git mirror repositories
 discard 9a5858f  Followup to r1708216. At least the output option is needed.
 discard 365fa49  * Markup changes. Usage of menuchoice and code tags. * Correct a link to libraries for ActiveMQ and changed "active mq" to ActiveMQ. * Remove version number (3.0) from link to ActiveMQ.
 discard 40cd221  Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse Change /bin to /classes to avoid deleting important files Bugzilla Id: 58693
 discard da676c4  Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse Bugzilla Id: 58693
 discard 90d02de  #resolve #38 #resolve #39 #resolve #40
 discard 1e63721  Bug 58685 - JDatefield : Make the modification of the date with up/down arrow work Bugzilla Id: 58685
 discard 8a9c0a8  Bug 58687 - ButtonPanel should die Bugzilla Id: 58687
 discard 9e224df  Bug 58689 - Add shortcuts to expand / collapse a part of the tree Bugzilla Id: 58689
 discard 4cd8e67  Markup changes. Usage of the newly add menu-tags and the older code and note tags.
 discard cb992d5  Bug 58684 - JMeterColor does not need to extend java.awt.Color #resolve #37 Bugzilla Id: 58684
 discard 8683336  Bug 58681 - GraphiteBackendListener : Don't send data if no sampling occured #resolve #26 Remove useless test of metric.getTotal() Bugzilla Id: 58681
 discard 292ef7e  #resolve #34 #resolve #35
 discard 60203d8  Bug 58680 - Module Controller : ui enhancement #resolve #36 Bugzilla Id: 58680
 discard 5ab8d45  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
 discard ebf9d44  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
 discard 08817a5  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
 discard d7bcb06  Add new tags keycombo, keysym, menuchoice, guimenuitem and shortcut to the documentation stylesheets.
 discard 90d3760  Bug 58677 - TestSaveService#testLoadAndSave use the wrong set of files #resolve #33 Bugzilla Id: 58677
 discard ba93e53  Bug 58426 - use DPI scaling of interface for high resolution devices Remove hard code size Bugzilla Id: 58426
 discard 5a1e12f  Bug 58674 - module controller : it should not be possible to select more than one node in the tree #resolve #31 Bugzilla Id: 58674
 discard 7ecd8b1  Bug 58673 - Module controller : when the target element is disabled the default jtree icons are displayed #resolve #30 Bugzilla Id: 58673
 discard 1ffa5ef  Bug 58675 - Module controller error message can easily be missed #resolve #32 Oups forgot to close PR Bugzilla Id: 58675
 discard 808bd96  Bug 58675 - Module controller error message can easily be missed Bugzilla Id: 58675
 discard 3058cd5  Add markup. Use code tags.
 discard 2a3243f  Markup changes. Mostly code and source tags.
 discard 125d9b2  Remove references to apache.org domains in examples to minimize accidental load on infrastructure.
 discard dc96af1  Split tests so either can fail
 discard d862465  Fix typo #resolve #close #29
 discard 579ca77  Followup to r1714469. Close BufferedReader on all possible paths. Plus space-police.
 discard e69de19  Add @Override
 discard f5a7107  Bug 57981 - Require a minimum of Java 7 Use Java7 resource management Bugzilla Id: 57981
 discard 05ac7e0  Ignore newline character when computing the sha1 sum of saveservice.properties.
 discard eebf080  Follow-up to r1714325. SHA1 sum was wrong, since I edited saveservice.properties just before I checked it in.
 discard d619a26  Markup changes. Addition of code tags.
 discard d4b2aa3  Change check for modifications of saveservice.properties from $Revision to sha1 sum of file.
 discard a26e197  Display correct filenames, when they are searched by IncludeController
 discard 8c6e5f4  Bug 58160 - JMS Publisher : reload file content if file name changes Bugzilla Id: 58160
 discard 2aa17ee  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Add override Bugzilla Id: 58515
 discard 75370d8  Update URL
 discard b522cbb  Updated to tika-core and tika-parsers 1.11
 discard 7d0d805  Fix name
 discard e19f6d2  Update Jodd license to Simplified BSD
 discard 8de6a50  #resolve #28
 discard 964da7c  Oups! JSON libs Already inside. Bugzilla Id: 58515
 discard 3f30b9a  Complete the maven pom Bugzilla Id: 58515
 discard a844bf1  Format code and NON-NLS strings Bugzilla Id: 58515
 discard 6f7f9b0  Add @override tag Bugzilla Id: 58515
 discard 38cf63a  Space policy for ident (json libs) One more space for jodd Bugzilla Id: 58515
 discard 57f0d3f  Fix little issue on properties names for JSON libs Bugzilla Id: 58515
 discard b5010ff  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Mention donation Bugzilla Id: 58515
 discard fe5972e  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Update SaveService svn revision id Bugzilla Id: 58515
 discard d189c3c  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Exclude from lib Add to aareadme.txt Bugzilla Id: 58515
 discard 5abea32  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Bugzilla Id: 58515
 discard 12a1eb9  #close #17
 discard c003b71  #close #21
 discard f5f5171  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Make getInstance private Bugzilla Id: 58406
 discard fa5d1d4  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Apply same rules as for JavaScript function Bugzilla Id: 58406
 discard 714cfd6  Bug 58477 - __javaScript function : Allow use of Nashorn engine for Java8 and upper versions Take into account sebb feedback Bugzilla Id: 58477
 discard c3b232b  Fix end of tag location
 discard b557b93  Markup changes. Use definition list instead of unordered list.
 discard dc6f5f3  Markup changes. Use of code tag.
 discard 887bff5  Add missing # to javadoc link.
 discard 3b19260  Add a bit of description to javadoc parameters and add the misssing return description.
 discard 3439ccd  Change usage of bouncycastle api in SMIMEAssertion to get rid of the deprecation warnings.
 discard 848ea0c  Add test cases for SMIMEAssertion.
 discard 9f84ad3  Remove the output and exclude options from the classpath entry for test/resources.
 discard 92164dd  Add a keywordMap parameter when using the constructor of X500Principal.
 discard 661b914  Add a directory for resources used by tests/unit cases to classpath in the _test target and the eclipse class path.
 discard 9e0e298  Layout the section-index in three columns when the page is printed.
 discard 7ad4e49  Place screenshots of the control panel after the description. That is the same place as in the printable documentation.
 discard fb405f2  Wrap lines after commas
 discard a034d15  Fix Property tables so central description column does not run into side columns
 discard a0b72fa  Add missing ampersand to lt tag in example.
 discard 12a3e8f  Not needed
 discard ad8b489  Tweak
 discard 6a89371  Bug 58477 - __javaScript function : Allow use of Nashorn engine for Java8 and upper versions Bugzilla Id: 58477
 discard 7f940ba  Bug 58406 - IfController : Allow use of Nashorn Engine if available for JavaScript evaluation Apply what has been discussed at: - http://mail-archives.apache.org/mod_mbox/jmeter-dev/201509.mbox/%3C55F9CB45.9040203%40internetallee.de%3E
 discard d0c54c3  Bug 58281 - RandomOrderController : Improve randomization algorithm performance Bugzilla Id: 58281
 discard 7549d3a  Typo Bugzilla Id: 58475
 discard 6fb072e  JMS Read response field is badly named and documented Updated screenshot Bugzilla Id: 58465
 discard fa13f55  JMS Read response field is badly named and documented Also clarified iterations field Bugzilla Id: 58475
 discard 168c6f0  Just use the string length
 discard edaf32c  Duplicate (it is set again later)
 discard 5512162  Convert test names to camel case version. Patch by Graham Russell.
 discard aec89fe  Covert name of local variable to camel case version. Patch by Graham Russell.
 discard c89867f  Fix some mis-spellings. Patch provided by Graham Russell.
 discard 3b3a6bd  Markup changes. Use code tags
 discard fa55c0e  Document ldap ext sampler option 'Parse the search results?'
 discard ae1183f  Bug 58453 - Null pointer exception when disabling Capture HTTP Headers Bugzilla Id: 58453
 discard 922ac19  Tag 2.13
 discard 96ee0fa  Use the flag 'docs.force' to control the forced overwriting of css and image files
 discard d7894c8  Ignore generated keystore and certs. (Ignored by subversion, too)
 discard e5e1193  Ignore jar files in lib for inclusion in git (In subversion they are excluded as well)
 discard b345a70  Correct usage of ">" in xml files. Changed => to "rArr" (rightwards double arrow), ">" to rarr (single arraw) when used as menu separator and to &gt; otherwise.
 discard 658a3e3  Use 'less-than or equal' and 'greater-than or equal' entity.
 discard 88b192a  Mostly markup changes. Usage of code, source and example tags.
 discard f10df8f  Mostly markup changes. Usage of code, source and example tags.
 discard d490c98  Mostly markup changes. Usage of code, source and example tags.
 discard 0811a80  Add a media section for print. This corrects a problem, that firefox will only display one page, instead printing all pages. It also hides the navigation, header and footer. As a small addition, it adds the .source class to the css for ".section  pre".
 discard 0358450  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Bugzilla Id: 58406
 discard e255c98  Explain why vars don't work for client-server filenames
 discard aa34bd9  Do the comparison in the test case, so failures are identified better
 discard 0178af6  Better doc for junit task; ensure tests are recompiled
 discard a7f0673  Mention contributor
 discard 61484f0  Reference javadocs
 discard 97b1cd8  Reference javadocs
 discard cd98065  Improve error message if mongoDB is null
 discard d84ac49  Update windows jmeter start script to force a minimum of java 7. Thanks Andrey for reminding - again.
 discard fe60058  Change background of pre/source elements to black and the font to orange. It seems to fit nicer into overall color scheme and look.
 discard 301bc5b  Update jmeter start skripts to force a minimum of java 7. Thanks Andrey for reminding.
 discard 11d6539  Definition title is <dt> not <dh>.
 discard 191dc4e  Minimum version of java is 7 now.
 discard 18e6e9e  Whitespace changes from part 3 of the patches by Graham Russell.
 discard d4e8ab5  Convert to for-loops. Patch based on part 3 from Graham Russell. Contains a few whitespace changes.
 discard d08db91  Use Collections#addAll instead of adding elements by hand. Part of patch (part 2) from Graham Russell.
 discard 3d14dfe  Whitespace police. Part of patch (part 2) from Graham Russell.
 discard 6f65fd6  Convert to for-loop. Based on Patch part 2 from Graham Russell. It contains one renaming of a local variable from laf to a menuItem and a bit of white space policeing.
 discard 667d1c2  Fix up version
 discard bdeaf30  Remove all InterruptTimer changes Using a branch instead
 discard 39a5a12  Remove tab in the AL header; trim trailing spaces/tabs
 discard 43c8b8b  Use typed methods such as setInt, setDouble, setDate ... for prepared statement #27
 discard 7dd9b49  Fix typo and clarify one field
 discard 02cd0ac  Return to tabs
 discard 9244289  Change tab to 4 spaces. (and test the git-svn util)
 discard 396cd13  Comment was in the wrong place
 discard 169740e  Add interrupt Timer Ensure threads are created as daemons Add some extra debug info Bugzilla Id: 58299
 discard e2ab567  Update the FILEVERSION
 discard b34fec4  Add French localization for the new Interrupt timer (and littel alphabetical ordering in the keys) Bugzilla Id: 58299
 discard 16baf18  Add interrupt Timer Bugzilla Id: 58299
 discard 1338d1c   Make existing Java Samplers implement Interruptible Bugzilla Id: 58300
 discard 4f09950  Overridden method is synchronized
 discard 5cc0b7c  Unused import
 discard 768d0e4  Explicit box/unboxing (compiler warning found some bugs)
 discard 707a021  Inline; avoids resource leak warning (we don't want to close it here)
 discard 619f29f  Inline; avoids resource leak warning (readResponse closes its input)
 discard e859dcb  Require a minimum of Java 7 Redundant specification of type arguments Bugzilla Id: 57981
 discard 74ea08d  Unnecessary casts
 discard 23964cf  SOAP/XML-RPC Sampler file browser generates NullPointerException Bugzilla Id: 58293
 discard afd0116  Unused import
 discard 81045de  Replace old style for loops. Patch contributed Graham Russell.
 discard 19cf7f6  Update to latest Maven Deploy plugin
 discard 4f78a94  Add a bit of dev info
 discard 3aefb7b  Convert to for loops. Patch by Graham Russel.
 discard 07952c7  Remove log statements, that were commented out. Part of a patch about converting to for loops by Graham Russel.
 discard 677e996  Add javadocs. Part of a patch by Graham Russel about converting to for loops.
 discard 59ac829  Use interface instead of actual implementation for List/ArrayList where possible.
 discard 52d7a08  Use interface instead of actual implementation for Set/HashSet where possible.
 discard d610091  Use varargs for Arrays#asList instead of creating an String array explicitly.
 discard 8196da5  Remove explicit types. Patch from Graham Russel.
 discard 6508b03  Use the port from a given host header, if available.
 discard 4bbc79e  Markup changes. Mostly code, source and note tags.
 discard 5fe4e24  Simplify - let the outer try block catch the exception Log the exception string
 discard 911d758  Explain
 discard 80631e7  There is no "method" field in the HTTP Request Defaults gui, so don't document it, but there is a "Content encoding" field.
 discard 8aa28b0  Remove localization lines in the keystore doc passage, that were probably a leftover from r1552423.
 discard 6c876b3  Markup changes. Use code tags.
 discard f91de4b  Remove doubled words in documentation
 discard 28b86d0  spelchack
 discard e2d13e6  Markup changes. Use code and source tags.
 discard 9940374  Tidy up Shorten line lengths
 discard 6e95287  Don't log the classpath twice
 discard 140b776  Add fix for Maven 3.3.x breaking change
 discard 3337eb3  More informative warning if an error occurs
 discard e29366f  Markup changes. Use hellip entity instead of '...'. Add code and em tags.
 discard 40bdb99  Markup changes and addition of explanation for the examples given in __StringFromFile documentation.
 discard 4c341bb  Markup changes. Use rarr entity instead of '->'.
 discard f564d3e  Move '.' inside the code tag, where it belongs and mark up the locale 'fr' as code.
 discard 9f465d5  More spellchecking.
 discard 83ce1a7  Followup to r1677049. As the rarr html entity is utf-8, convert the printable docs to utf-8, also.
 discard 2d2d4e4  Spelling (missed by hunspell)
 discard 26d5055  Fix some typo (found by hunspell tool)
 discard bdd3bfa  Correct double "the"s.
 discard b851f90  Markup changes. Usage of code, note and dl tags.
 discard a6934b1  Markup changes. Add code and p tags.
 discard 21b91e4  Updated to tika 1.10
 discard 39567d1  JMeter hang when testing javasampler because HashMap.put() is called from multiple threads without sync. Bugzilla Id: 58209
 discard 934d18c  Replace zifile (deprecated) by destfile
 discard 8331342  Space policy to ident
 discard b571d2f  Updated to commons-pool2 2.4.2
 discard 195fe4c  Bug 58137: Warn about urls that had to be escaped. Bugzilla Id: 58137
 discard 3f62343  Bug 58137: Don't escape file protocol urls Bugzilla Id: 58137
 discard 7634a3b  Space police
 discard e74422f  Fix some javadoc (v7) warning
 discard 809dd5e  Bug 58013 - Constants for ssl protocols differ for smtp and smtp.
 discard ae86bfb  Bug 58137 - JMeter fails to download embedded URLS that contain illegal characters in URL (it does not escape them) Bugzilla Id: 58137
 discard bd765ac  Bug 58137 - JMeter fails to download embedded URLS that contain illegal characters in URL (it does not escape them) Bugzilla Id: 58137
 discard 8891d2b  Do not cache http samples that have a Vary header.
 discard 7039c9d  Unused import
 discard fc7b767  Also log if system property is undefined
 discard be2f9ba  Document JSR223 Assertion, Timer, Pre and Post Processor Document Compilation cache key
 discard 2bb90aa  Document JSR223 Sampler and JSR223 Listener
 discard 6a2c652  Fix bad commit
 discard f6a4384  groovy has moved
 discard 85c6d1c  Codehaus is closed now
 discard 48be17d  Fix links
 discard 5d349d0  Fix links
 discard fa6d68b  Update xmlgraphics-commons-2.0.1 from 1.5
 discard 241064f  Update the link to the license of RSyntaxTextArea
 discard 4578093  Update slf4j-api-1.7.12 and slf4j-nop-1.7.12 from 1.7.10
 discard c12cba7  Update rsyntaxtextarea-2.5.7 from 2.5.6
 discard 3eff1ac  Add task for update of library
 discard c0453e3  Update jsoup-1.8.2 from 1.8.1
 discard 1048ac6  Updated to jodd-3.6.6.jar (from 3.6.4)
 discard c2fbada  Update rhino from 1.7.R5 to 1.7.7
 discard 879e5c4  Upgrade commons-lang3 from 3.3.2 to 3.4
 discard 1058659  Bug 58122 - GraphiteBackendListener : Add Server Hits metric This resolves #26 Bugzilla Id: 58122
 discard dd68076  Bug 58100 - Performance enhancements : Replace Random by ThreadLocalRandom
 discard ebb9c4e  Bug 58100 - Performance enhancements : Replace Random by ThreadLocalRandom Bugzilla Id: 58100
 discard 59bbb1f  Name Embedded downloader threads
 discard b9a3ff3  Add log
 discard ec89cf3  Clarify possible commands
 discard fd660d9  Strip [] from the name 'args' since it is not part of the name and might be confusing. The fact, that it is an array, is already mentioned in the description.
 discard 583c320  Markup changes. Add code tags to sampleEvent and sampleResult vars
 discard 9758fac  Mostly markup changes. Usage of code, source tags. Converted ul to dl and wrote out Minimum and Maximum instead of having only the endings to complete the abbreviations.
 discard 7ae8df3  Add spaces around catch clause alternation operator
 discard 5c80391  Update documentation of save service properties
 discard ba8cfd4  Document print_field_names
 discard d81bcc7  Unused imports
 discard 9eda227  JMeter needs GUI support on Linux server builds
 discard 50c5f85  Java7 multiple exception catching
 discard 15aa9bf  Java7 multiple exception catching
 discard 21d3d6e  Java7 multiple exception catching
 discard ac86896  Java7 multiple exception catching
 discard 93d0ffa  Java7 multiple exception catching
 discard 92d1be1  Java7 multiple exception catching
 discard 74da990  Java7 multiple exception catching
 discard ce7f2a2  Java7 multiple exception catching
 discard c104a50  Java7 multiple exception catching
 discard bb04692  Java7 multiple exception catching
 discard 9dd3174  Java7 multiple exception catching
 discard 186beb4  Java7 multiple exception catching
 discard 8ccabf6  Java7 multiple exception catching
 discard 47a073a  Remove useless catch
 discard 7c1eadf  Clarify documentation as per http://mail-archives.apache.org/mod_mbox/jmeter-user/201506.mbox/%3CCAPJQzCat0FkbJOWf3UwNiYs29Ybtp_w%3Dkx%2B%3DxrDvV5AchCp1kg%40mail.gmail.com%3E
 discard 232414f  Java7 multiple exception catching
 discard 70153bc  Markup changes. Addition of code tags and usage of dl instead of simple ul.
 discard 1067c8b  Java7 multiple exception catching
 discard 24605c0  Java7 multiple exception catching
 discard 27dbaaa  Java7 multiple exception catching
 discard 1940021  Java7 multiple exception catching
 discard 7a9d006  Don't troncate to int a long
 discard c41177d  Java7 multiple exception catching
 discard febc6e4  Remove useless code
 discard 17f60fa  Java7 multiple exception catching
 discard 79ef589  Add more infos on errors
 discard 6f09dc2  Remove useless code
 discard ea28667  Java7 multiple exception catching
 discard 0846c17  Java7 multiple exception catching
 discard a7a2779  Updated to tika 1.9
 discard 8adb3ac  Markup changes. Usage of code and note tags.
 discard 158f76b  Markup changes. Usage of code and source tags. Introduction of right arrow (rarr) entity to indicate menu usage.
 discard ad8ba4d  Mostly markup changes. Added one missing word "condition" and changed fileName to Filename (to be consistent with screenshot and parameter description).
 discard b6221db  Initial stab at gitignore file
 discard 0caa83e  Tree View Listener should show sample data type Bugzilla Id: 58041
 discard ab5d42c  Javadoc for dataType field
 discard 7b4b7cb  SampleResultConverter should note that it cannot record non-TEXT data Fix up test data Bugzilla Id: 58033
 discard 98e45e1  SampleResultConverter should note that it cannot record non-TEXT data Fix up test data Bugzilla Id: 58033
 discard 9446a32  SampleResultConverter should note that it cannot record non-TEXT data Ensure that JavaSampler response is always text Bugzilla Id: 58033
 discard 916b84d  Bug 58016 - Error type casting using external SSL Provider Bugzilla Id: 58016
 discard 0df5400  Ignore backups from local testing
 discard bcdb28b   SampleResultConverter should note that it cannot record non-TEXT data Bugzilla Id: 58033
 discard 633e9da  Typo
 discard f646d29  Minor doc tweaks
 discard 13de0f6  Bug 57956 - The hc.parameters reference in jmeter.properties doesn't work when JMeter is not started in bin Rollback and fix differently. Bugzilla Id: 57956
 discard 6318068  Bug 57956 - The hc.parameters reference in jmeter.properties doesn't work when JMeter is not started in bin Bugzilla Id: 57956
 discard 89cfbbd  Bug 54586 - View Results Tree : HTML view fails to display html page that contains frameset with px due to Java bug JDK-8031109 Bugzilla Id: 54586
 discard b446439  Bug 57221 - Aggregate Graph : Bad display of Graph under Java 7u71 up to Java 8u25 due to bug JDK-8065373 Bugzilla Id: 57221
 discard f670dcf  Bug 57981 - Require a minimum of Java 7 Bugzilla Id: 57981
 discard 33957ff  Markup changes. Usage of code, source and example tags. Added a few p tags to and use a definition list.
 discard d79cb9a  Mostly markup changes. Usage of code tags, addition of paragraphs and correction of one typo.
 discard eb99e1c  Mostly markup changes. Usage of code tags and correction of one typo.
 discard 4031f6d  Bug 57269 - Drop org.apache.jmeter.reports package Remove broken code Bugzilla Id: 57269
 discard 74fbfb6  Bug 57269 - Drop org.apache.jmeter.reports package Remove broken code Bugzilla Id: 57269
 discard 4ddc684  Bug 58013 - Enable all protocols that are enabled on the default SSLContext for usage with the SMTP Sampler.
 discard 75ab5a7  Bug 57913 - Automated backups of last saved JMX files Only backup file, if it exists (otherwise we get an exception on first save of a file).
 discard ae7996d  Markup changes. Usage of code-tags and definition lists.
 discard f9d3102  Markup changes. Usage of code-tags, note and definition lists. Align spelling of "Attach file(s)" with screen shot.
 discard 7455341  Markup changes. Use of code-tags. Clarify usage of jmeterengine.threadstop.wait
 discard 433875f  Markup changes. Usage of code-tags.
 discard 86b86b3  Be consistent with spelling of JUnit.
 discard 7f396c0  Markup changes. Usage of code-tags, source and definition lists.
 discard e55b00e  Apply changes from 1682601 (docs 2.13) Drop the 3rd party references in favour of the Wiki
 discard 6d082af  Avoid serialVerUID warning
 discard cddd853  Tweak docn
 discard 537b331  Bug 57913 - Automated backups of last saved JMX files Add related properties to jmeter.properties Bugzilla Id: 57913
 discard 2a39977  Markup changes. Usage of code-tags and definition lists.
 discard fbba158  Markup changes. Usage of code-tags and definition lists.
 discard 19ba255  Markup changes. Usage of code-tags and definition lists.
 discard 795c1a3  Bug 57995 - Use FileServer in HTTP Request files
 discard 0ec5050  Bug 57988 - Ability to add elements to tree with hotkeys
 discard 0abb500  Tab police
 discard b9a5a98  Unnecessary whitespace
 discard faeae74  Update to Java 7 Can now use Multi-Catch Bugzilla Id: 57981
 discard 14519cd  Update to Java 7 No need to check for earlier version of keytool Bugzilla Id: 57981
 discard 05be403  Unused
 discard 753e989  Unused
 discard f81301a  Update to Java 7 ThreadLocalRandom now part of JVM Bugzilla Id: 57981
 discard 1bcf700  Update to Java 7 JComboBox is now generic Bugzilla Id: 57981
 discard 9c664b1  Don't create another empty string array ...
 discard f3cfceb  Require a minimum of Java 7 Fix build file Bugzilla Id: 57981
 discard 0303036  Update to pool 2.4.1
 discard 90c6e19  Add docs.force property to force documentation to be rebuilt
 discard 8101fe9  Add fix for BZ 57921 to changes.
 discard c09bd96  Bug 57921 - HTTP/1.1 without keep-alive Connection response header uses infinite keep-alive and fails Bugzilla Id: 57921
 discard 942e6e7  Extending page is not under usermanual folder
 discard 753f6fd  Don't include Javadoc files in html fixes for docs-site
 discard cf5c0f1  Mostly markup changes. Usage of code-tags and definition lists. Line up spelling of NoDelay in the properties with the screenshot.
 discard 06ea9da  Use no background for code tags, and change the text to a bold brown one. That way the code tags will be clear to see, but not disrupt the overall picture that much.
 discard bf57764  Markup changes. Added a few code tags and added a definition list.
 discard f573ba7  Bug 57928 - Add ability to define protocol (http/https) to AccessLogSampler GUI This closes #14 Bugzilla Id: 57928
 discard 46eb9d6  Bug 57913 - Automated backups of last saved JMX files Bugzilla Id: 57913
 discard f1a89aa  This commit closes #12 (which has been fixed in previous commit)
 discard f8aa8b6  Use a menu bar on top for middle sized displays (600px to 1000px wide). Use orange for links instead of the default which is blue in most browsers.
 discard 2bb3a7e  Markup changes. Mostly code- and source-tags. One complink and one case of lowercasing of compiled.
 discard a68525c  Correct typos. Missing 'r' in your and lowercase 'caching'.
 discard 14e791f  Code markup. Mainly code-tags
 discard 9ef3d25  Markup changes. Mainly addition of code-tags and usage of dl for enumerations
 discard 1ebfa3c  Use code-tags for markup
 discard 99fab89  Use rarr (right arrow) entity to show menu path
 discard 8c62d6d  Markup changes. Use dl for enumeration of escaping examples and use code-tag for an empty value
 discard 8c58e733a Markup changes. Mostly code-tags.
 discard d3c4604  Revert commit r1675003 (Tabs to Spaces)
 discard d61352c  Correct a few typos
 discard 2a087c3  Document Java method used
 discard 3f26a0b  Use sup tag for 1st, 2nd, 3rd and n-th.
 discard 2e3b102  More typos
 discard 873201c  More typos
 discard 67714d0  Correct a few typos.
 discard b97f7e0  Another followup to r1676601. More html entities, that need to be unescaped since r1674583.
 discard 2a30a31  Followup to r1676601. More html entities, that need to be unescaped since r1674583.
 discard 6dbd598  Since amp-entities are not removed anymore since r1674583, we have to define the trade-entity and use it directly.
 discard a4b5db9  Markup changes (mostly code tags and unordered list to definition list). A bit of space police and a few typos (is -> it).
 discard 1e92395  More spelchacking
 discard 6698526  Re-insert parentheses, that the spelchack of r1676340 accidentally removed.
 discard c06b20d  Spelchack
 discard e4cbd5f  Markup changes. Use code and source where &lt; or &gt; entities are used. With code and source blocks we don't have to escape them.
 discard 656037e  Try to detangle lists, tables and other block structures with paragraphs. Paragraphs must not contain any block structures. Replace a few pre blocks with source blocks.
 discard d4b0c29  Rephrase and (hopefully) clarify the usage of the ldap sampler.
 discard b01db51  No space before colon and add a few colon to make usage more consistent.
 discard 5bbbc93  Correct nesting of li and ol tags.
 discard 7125013  Reformat. No functional change
 discard 105ae8c  Markup changes (mainly use of code).
 discard 0c4e2dc  Add code as a macro to the printable vsl. Correct the usage of entities by explicitly using source instead of pre tag.
 discard cde7612  Don't call sampleEnd twice in HTTPHC4Impl when a RuntimeException or an IOException occurs in the sample method.
 discard 289ee25  Markup changes (mostly code and complink)
 discard fc83207  Markup changes (mostly code and source).
 discard 4501554  Markup changes (mostly note and code). Changed a few numbers lower twelve to their corresponding word.
 discard 03d3869  Markup changes (usage of code and note mostly) and one typo (defate -> deflate)
 discard 69460bd  Tabs to Spaces
 discard 72ac0ee  Updated to Apache commons-math3 3.5
 discard 808d2ac  Sync some versions & add some missing
 discard 101ba4b  Updated to Apache Tika 1.8
 discard dac3936  Define a doctype with html entities in the new xsl-stylesheet and use the entities. Because of this change, we don't need to remove superfluos &amp; anymore.
 discard 413baf7  Mentions new Webservice tutorial to encourage use of HTTP Request
 discard 57fb088  Improve documentation of Save_Responses_to_a_file component : - Screenshot - Missing doc of Minimum Length of sequence number
 discard 49d06f4  Bug 57731 - TESTSTART.MS has always the value of the first Test started in Server mode in NON GUI Distributed testing Bugzilla Id: 57731
 discard a55f991f Remove duplicate bug entry and correct xml format.
 discard ffa04e7  Bug 57806 - "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree Bugzilla Id: 57806
 discard 480c365  Bug 57821 - Command-line option "-X --remoteexit" doesn't work since 2.13 (regression related to Bug 57500) Bugzilla Id: 57821
 discard 34b10d0  Bug 57825 - __Random function fails if min value is equal to max value (regression related to 54453) Add Unit Test Bugzilla Id: 57825
 discard 204a56e  Bug 57825 - __Random function fails if min value is equal to max value (regression related to 54453) Bugzilla Id: 57825
 discard 1a75e6c  Addition of javadoc
 discard b6aab13  Change entry to bugfix instead of improvement.
 discard 89de046  Aie! a missing r in subscribe. sorry for the spam.
 discard e0b5c3d  Add one space before parenthesis.
 discard 88db3c5  Add email addresses to send message in user&dev list Missing  "un" before unsubscribe word in dev list Add bugzilla link
 discard c0d34eb  Fix broken XML
 discard 8a950ae  Add a lot of missing release of JMeter in doap file. Some dates are estimate by date of jmeter jar file (release date isn't in the archive)
 discard cb1b6f2  * More code markup changes * Spacepolice * Add a link to the debug sampler component reference
 discard 22f4099  Omit exptected error messages while running tests.
 discard 57b724e  Change links to bugzilla to the new domain name (bz.apache.org)
 discard 3c647fd  More code markup changes
 discard 9341f1e  Link to the sha checksums on the download page.
 discard d7b7842  Next release will be 2.14, so change the SNAPSHOT version accordingly
 discard 5e3f124  Don't fail on long strings in JSON responses when formatting them.
 discard cc0ffa6  * Markup changes. Use note block instead instead of font styling.   Change pre to source and markup a few code fragments. * Add reference to "ant -p" to see the possible ant targets. * Add a link to the wiki (was already mentioned)
 discard b90afc2  Other pages omit the .0 for the first section, so do it here too
 discard ca35273  Markup changes. Use code for code like text fragments. Use definition lists where apropriate and split source blocks.
 discard 68b22ab  Correct markup. Code is for spans and source for blocks.
 discard a687f6d  Markup code fragments
 discard d33bf3b  Markup code fragments
 discard 550aedf  Markup code fragments
 discard dc4b7b1  Markup code fragments
 discard f28d72c  Markup code fragments
 discard 74c6ad8  Bug 57696 - HTTP Request : Improve responseMessage when resource download fails Oups : Fix test failure Bugzilla Id: 57696
 discard 6d6d254  Markup code fragments
 discard 40c1d76  Remove spaces between text and questionmarks, so that line breaks will be correct.
 discard b94669a  Bug 57696 - HTTP Request : Improve responseMessage when resource download fails Bugzilla Id: 57696
 discard 87ecaaa  Bug 57734 - Maven transient dependencies are incorrect for 2.13 Bugzilla Id: 57734
 discard 5239295  Start new version
 discard 1bc6a3c  Add more infos on startup
 discard 4bcfd82  Generate id attributes for subsections, so that they can be used as link destinations.
 discard f6870d4  Fix typo
 discard 4c0cf59  Minor changes in the documentation. (This closes https://github.com/apache/jmeter/pull/15)
 discard 877d275  Fix some issue with numbering since the realtime results section have been added.
 discard 7fb0373  Fix test failing after switching to the new web site layout (new-style.css instead of style.css).
 discard fe08433  JMeter 2.13 release
 discard bdc3d9b  Correct navigation for iOS. iOS ignores hover class for elements which have no listener, so we just add one.
 discard ab42738  Prepare next release 2.13: update docs tree and overview (RC2) - localising correction)
 discard 1204e06  Fix the fix for localising page. Bugzilla Id: 53764
 discard 70b2100  Fix an issue for subdirectories containing xdocs xml files, which are not generated by the xslt subtask (missing **/ in include attribute) Restore the localising page Bugzilla Id: 53764
 discard 779da52  Streamline the markup a bit
 discard 2a8005e  Mention Maven
 discard 8cb59d5  Generate html for localising directory, even if it is not directly linked.
 discard 9ef9e3c  Remove localising file (html version)
 discard 82ffb4c  Prepare next release 2.13: update docs tree and overview (RC2)
 discard cb5d250  Update some screenshots
 discard 86017bf  Update toolbar screenshots for a better view of the differences with the new css style
 discard 27ef98f  Use smaller ad banner for apache. Correct margins and width for smaller devices.
 discard 3ecc853  anchor attribut seems mandatory for subsection balise Bugzilla Id: 53764
 discard 820af25  Add new-style.css in svn control Bugzilla Id: 53764
 discard 9328292  Use subsections instead of a table for mailing lists.
 discard 90b4b1a  Use yet another font for headers
 discard fd0321e  Try to make the header as small as possible. It could be that the apache ad will get cut off, if the ad uses the full height
 discard 4e27af0  Typos
 discard f88327d  Scrollbars for iframes have to be hidden using old attributes, as it seems
 discard 98f5794  Use source for block style code fragments and dl for definitions/descriptive lists
 discard 703fbcb  Use figure element instead of a div and change anchors using name to id (where possible)
 discard fc5740a  Clarify titles
 discard 612b7b1  Improve changes
 discard da32b14  Update index
 discard f08dc3e  Add a section on jmeter properties management
 discard 43c3506  Improve changes
 discard 5366570  Update broken links . Should we copy/paste here the OrO pages in attic as they are not available online ?
 discard e8724ce  JMeter allows testing not only webapps
 discard 5a4fb4d  Alt-text for icons in menu
 discard b43fd61  Add alt-texts to images in screenshots and figures
 discard 458f7fe  Less space for the header and use another font for the headings.
 discard f331f98  Make it more up to date. Add plugins section. Remove "What other products are there ?" section as it is far from being accurate and seems out of scope.
 discard 3c43fe6  Typo Update some infos Try to encourage version migration.
 discard 6efbc81  Clarify as much as possible some steps. Fix wrong command line options. Discourage some usage
 discard 6dfeaf9  Fix wrong command line option (-Z does not exist)
 discard 86b9e1d  typo
 discard 62d6d00  Fix sample attribute name
 discard c28504d  Bug 53764 - Website : Create a new style for website Bugzilla Id: 53764
 discard c488b7e  Small markup cleanup in docs.
 discard 515f5a1  Bug 53764: New layout for the website.
 discard bcdf643  Remove mention of collectD
 discard 0dbd746  Fix error in BackendListener doc Remove mention of collectD
 discard 9db33cf  Duplicate line (remove it)
 discard d83accd  Clarify change
 discard 9f78efb  Update Indexes and some documentation (active mq)
 discard 0c58c15  Add black border line
 discard 4791b4c  Update SOAP Webservice tutorial
 discard c59faea  typo
 discard 2815743  Refresh a bit presentation
 discard 5c6268a  Refresh a bit presentation
 discard c88cbf4  Add note on performance
 discard 2f930b3  Add New and Noteworthy sections for connect time and retry behaviour
 discard 77a6c2a  Add screenshots
 discard f20e7f8  Make column name clear
 discard bebcb19  Bug 57246 - BackendListener : Create a Graphite implementation Add metrics for ok, ko, all responses. Rename metrics for shorter names
 discard 4e11e4b  Update images size Reference realtime-results.xml documentation
 discard a418bb4  Update images size
 discard ad0ccf4  New screenshots
 discard 5cb5cb2  Add the new realtime-results.html page under svn control
 discard 41a411b  fix missed changes in changelog
 discard ab7ba64  Prepare next release 2.13: update docs tree and overview (RC1)
 discard b9d81dc  Bug 56376 - When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work with default mode nor stripping modes Add note Bugzilla Id: 56376
 discard 3892852  Reorganize a bit the document and fix some typos
 discard 3406fdb  Remove redundant null check as per sebb note
 discard fa1e911  Bug 57246 - BackendListener : Create a Graphite implementation Add screenshots Bugzilla Id: 57246
 discard 73fb01d  Bug 57246 - BackendListener : Create a Graphite implementation Document Graphite backend configuration Bugzilla Id: 57246
 discard 8902cb9  Add New and Noteworthy section for the next release (2.13)
 discard 0390dbb  Bug 57246 - BackendListener : Create a Graphite implementation Threads min/max inversion Bugzilla Id: 57246
 discard d5bdfa7  Avoid useless boxing
 discard 3828865  Use better iteration way
 discard 9ed25ad  Make class static, no need for inner
 discard 809ecac  Check delete result
 discard 341794b  Typo
 discard cfca717  Document why writer/stream is not closed
 discard 1dd859b  Remove useless check
 discard 2c1b157  Ensure close always occurs
 discard 11a40e9  Typo
 discard 876c799  remove word 'plugins'
 discard 74114e1  Make message clear Index: 0, Size: 0
 discard 52c8d38  Links to private methods are not allowed in public javadoc tags
 discard 2187edb  Fix a few javadoc warnings
 discard c49bc47  Bug 57269 - Drop org.apache.jmeter.reports package Bugzilla Id: 57269
 discard cec1ef6  Bug 57648 - TestFragment should be disabled when created Update docs Bugzilla Id: 57648
 discard 2e9cab7  Bug 57648 - TestFragment should be disabled when created Bugzilla Id: 57648
 discard 6ffc52e  Fix Workbench documentation
 discard 5d47ba1  Reorganize (only a proposal)
 discard 49a28be  Open link in new window
 discard 2c92b90  Mention Github mirror. Clarify some doc
 discard 89397e7  Remove direct link to Localsation (anybody really reads this ?) Add like to Get started (which contains precious information for beginners and non beginners (command line options))
 discard b669798  Clarify some docs Reorganize Fix wrong title for Proxy
 discard a95409c  Mention eclipse.readme
 discard 104da1a  Fix bad practice
 discard 82b300a  Update slf4j 1.7.10 from 1.7.5
 discard 50b7cd23 Update rsyntaxtextarea-2.5.6 from 2.5.3
 discard fe68856  Update rhino-1.7R5 from 1.7R4
 discard a784b75  Update junit-4.12 from 4.11
 discard 30880dd  Update jodd 3.6.4 from 3.6.3
 discard c61c12d  Oups
 discard 4c7fa7f  Update dnsjava-2.1.7 from 2.1.6
 discard e49a262  Update commons-pool2-2.3 from 2.2
 discard 3bab960  Update commons-math3-3.4.1 from 3.4
 discard b649c4c  Update commons-codec-1.10 from 1.9
 discard 03fa515  Reorganize document as per mailing list discussion
 discard 261ecbb  Upgrade to xstream-1.4.8 (change version in svn ignore)
 discard aa21085  Bug 48799 - Add connect time to output metrics (missed setSample)
 discard 4cfdbcd  [Bug 57605] When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers Retain backward compatibility as per sebb note Bugzilla Id: 57605
 discard e68c077  Correct typo
 discard a4bef4b  Bug 57613 - HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR) Bugzilla Id: 57613
 discard 6cbf639  Bug 57613 - HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR) Bugzilla Id: 57613
 discard cdb61f1  Bug 57608 - Java version check in bin/jmeter script in 2.12 fails on Solaris 10
 discard f9f0f7a  Bug 57607 - Constant Throughput Timer : Wrong throughput computed in shared modes due to rounding error Bugzilla Id: 57607
 discard 04fd734  Upgrade to xstream-1.4.8
 discard 40b3221  Bug 57605 - When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers Bugzilla Id: 57605
 discard 74f9d98  Bug 57606 - HTTPSamplerBase#errorResult changes the sample label on exception Bugzilla Id: 57606
 discard dda68ec  Bug 57561 - Module controller UI : Replace combobox by tree Bugzilla Id: 57561
 discard f52e745  Add incompatible changes
 discard 2038c1c  Bug 57514 - Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file Bugzilla Id: 57514
 discard 28c1ce1  Bug 57579 - NullPointerException error is raised on main sample if "RETURN_NO_SAMPLE" is used (default) and "Use Cache-Control / Expires header..." is checked in HTTP Cache Manager Bugzilla Id: 57579
 discard d01b87b  Bug 57586 - HttpTestSampleGui: Remove interface ItemListener implementation Bugzilla Id: 57586
 discard ca417c9  Fix last commit on class which exited without running JUnit Tests
 discard e0b48d5  Bug 57555 - Cannot use JMeter 2.12 as a maven dependency Bugzilla Id: 57555
 discard 3e69835  properties file has moved
 discard faf5bc0  Remove reports package Bugzilla Id: 57269
 discard 7333e53  FileServer.reserveFile - inconsistent behaviour when hasHeader is true Bugzilla Id: 57569
 discard 939791e  FileServer.reserveFile - inconsistent behaviour when hasHeader is true Bugzilla Id: 57569
 discard 19ecf92  Javadoc
 discard 307d9e7  Bug 57565 - SamplerCreator : Add method to allow implementations to add children to created sampler Bugzilla Id: 57565
 discard 489e0c7  Bug 57562 - View Results Tree CSS/JQuery Tester : Nothing happens when there is an error in syntax and an exception occurs in jmeter.log Bugzilla Id: 57562
 discard 6155429  Whitespace police
 discard 751b632  Whitespace police
 discard 0a65ba9  Correct typo
 discard b0cd198  Document lock
 discard 79d8543  Typos
 discard 3053a96  Clarification - original sentence was ambiguous.
 discard 246a51a  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) By default NO CLONE to have better performances. Bugzilla Id: 55932
 discard 541b17a  Bug 57537 - BackendListener : Allow implementations to drop samples Bugzilla Id: 57537
 discard adf6de8  Clarify jmeter.properties should not be modified
 discard 5a5df9b  Bug 57269 - Drop org.apache.jmeter.reports package Update FILEVERSION Bugzilla Id: 57269
 discard 57859fe  Bug 57269 - Drop org.apache.jmeter.reports package Remove specific entry Bugzilla Id: 57269
 discard 903cdee  Bug 57269 - Drop org.apache.jmeter.reports package Update FILEVERSION Bugzilla Id: 57269
 discard 326a5c9  Bug 57269 - Drop org.apache.jmeter.reports package Bugzilla Id: 57269
 discard 7d143fe  Icons for toolbar with several sizes Delete the old icons Bugzilla Id: 57518
 discard 3090c88  Icons for toolbar with several sizes Rename the icon source file for Stop Remote All Bugzilla Id: 57518
 discard 7d8137b  Icons for toolbar with several sizes Typo Bugzilla Id: 57518
 discard dadeae7  Icons for toolbar with several sizes Bugzilla Id: 57518
 discard c28a908  Icons for toolbar with several sizes Bugzilla Id: 57518
 discard e1fcdb6  Add element name for easier debugging
 discard 7457a22  Fix ArrayIndexOutOfBoundException when size of bytes is > to size of chars
 discard ac102dc  Fix typo
 discard f79443f  Convert wrong javadoc comment to simple comment.
 discard 8fbc1d5  Bug: 57110 Simplify logic to make it even more efficient. Bugzilla Id: 57110
 discard 1b31eb7  Bug: 57110 javadoc changes Bugzilla Id: 57110
 discard 6adbf74  Bug: 57110 Lowercase variable name, since it is not a constant. Bugzilla Id: 57110
 discard c8464af  Bug: 57110 Correct typo Bugzilla Id: 57110
 discard 45bd321  Bug: 57110 Convert to new for loop. Bugzilla Id: 57110
 discard 1a17afe  Bug: 57110 Inline constant and get rid of then unneeded import. Bugzilla Id: 57110
 discard d287d8f  Bug: 57110 Assign variable only once. Bugzilla Id: 57110
 discard e2fcfe8  Bug: 57110 Reformat code, no functional change. Remove empty javadoc comments. Bugzilla Id: 57110
 discard d76ba7b  Code formatting
 discard 25f07a4  Bug 57500 - Introduce retry behavior for remote testing / fix test
 discard 022af00  Bug 57500 - Introduce retry behavior for remote testing
 discard d494ee7  Added property loggerpanel.usejsyntaxtext to disable the use of JSyntaxTextArea for the Console Logger (in case of memory or other issues)
 discard c8638ed  Close the tag
 discard f54e1e9  Avoid calling TimeUnit#sleep(0)
 discard 9c87793  Add a warning about possible future deprecation
 discard 4ee5dc7  Clarify httpclient.timeout property
 discard c6b6f4c  Revert and comment as per Felix note
 discard 63a817f  Ensure in case of exception that flags are reset correctly
 discard fc3bcec  Fix boxing warning
 discard 67b5076  Remove unused fields
 discard d428190  Remove unused import
 discard c8ccfda  Bug 57447 - Use only the user listed DNS Servers, when "use custom DNS resolver" option is enabled. Bugzilla Id: 57447
 discard 3fa27ea  Updated to tika 1.7
 discard b593bb5  Bug 57440 - OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account Bugzilla Id: 57440
 discard f5502c5  Clarify
 discard 4c4dbf0  Bug 57466 - IncludeController : Remove an unneeded set creation Bugzilla Id: 57466
 discard 6d500e5  Bug 57488 - Performance : Improve SSLContext reset for Two-way SSL Authentication Bugzilla Id: 57488
 discard 4dcae10  Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources) Fix method name Bugzilla Id: 57449
 discard 1490138  Minor formatting changes for kerberos section
 discard 1036a6a  Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources) Bugzilla Id: 57449
 discard f286939  No need to call native method if no sleep required
 discard c398714  Bug 57440 - OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account Bugzilla Id: 57440
 discard f3f9e98  Now really remove ModelListener. Bugzilla Id: 57419
 discard 74204b5  Remove unused interface ModelListener. Bugzilla Id: 57419
 discard 85433ed  Remove unused method isTemporary from NullProperty. The method was a leftover from some refactoring done in 2003. Bugzilla Id: 57417
 discard caea864  Remove unused constructor from Workbench Bugzilla Id: 57418
 discard 3ead5a4  48799 - Add connect time to output metrics Revert JMX changes and modify SampleSaveConfigurationConverter appropriately
 discard db06fd9  Bug 57193: Use inheritDoc instead of a simple see attribute. The pointed to method was missing a parameter, too. Fix javadocs Bugzilla Id: 57193
 discard 7d8a4d8  Bug 57193: Add param and return tags to javadoc Fix javadocs Bugzilla Id: 57193
 discard 841e25d  Bug 57193: Since we are not generating javadoc for private classes, we can not reference to them in javadoc Bugzilla Id: 57193
 discard f023972  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard b5e10a3  48799 - Add connect time to output metrics / misprints and cosmetics
 discard db8ec49  48799 - Add connect time to output metrics Add French missing translation (and some ordering in key values)
 discard ce1130e  48799 - Add connect time to output metrics
 discard 5be9daa  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 12db164  Javadoc does not like empty paragraphs, so remove them
 discard 133e78f  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 591c151  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 6607673  Replace invalid character with corresponding html entity in javadoc
 discard 76b0e34  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard ee0c987  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard dd30d61  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard d6cc772  Happy New Year 2015
 discard 6c7feaa  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard b5b4a1f  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard b0da3d6  Update commons-math3 to 3.4
 discard 817801e  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard c3529a5  Add missing license header
 discard 00d1a7f  Test cases for getCalendar(Object, Calendar) and getDate(Object, Date) in Converter
 discard 99e3543  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard d4af530  Update doc as per recent changes and tests
 discard 3216b99  Upgrade jodd to 3.6.3
 discard 5d2bcc4  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Update javadocs and add FIXME Bugzilla Id: 57346
 discard ae6f464  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Impact removal of useless index field in SummariserRunningSample Add javadocs Rename some variables to make code clear Bugzilla Id: 57346
 discard 4552bf0  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Remove useless index field Add javadocs Add Apache License Header Bugzilla Id: 57346
 discard 0d6bdce  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 40e6682  Summariser : The + (difference) reports show wrong elapsed time and throughput Bugzilla Id: 57346
 discard 09bf93b  Bug 57381 - HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists Oups forgot i18n Bugzilla Id: 57381
 discard 07e18d8  Bug 57381 - HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists Bugzilla Id: 57381
 discard e1d0b88  Bug 57385 - Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Wrong Bug ID and mention contributor Bugzilla Id: 57385
 discard e6b1b0a  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 655e459  I18N
 discard a58e229  I18N
 discard 7f38908  Explicit boxing
 discard 8594db3  Bug 57394: When constructing an instance using ClassTools#construct(String, int), the int parameter was not used, but the default constructor was used instead.
 discard 8c6db46  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 194e1d4  Line wrap
 discard 9b56cb4  Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Fix up test case Bugzilla Id: 57835
 discard 2b2038a  Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Bugzilla Id: 57835
 discard 802db85  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 6a4c29a  Unnecessary entries
 discard 5bf9449  Improve check for strings that don't need translation
 discard 2350b66  Bug 57389: Fix potential NPE in org.apache.jmeter.save.converters Bugzilla Id: 57389
 discard d3d9852  Changes report is for documenting differences between release versions, not for temporary bugs that only appeared in a nightly build
 discard 31c3385  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 5d6aec5  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard bbd20c5  Bug 57193: Add param and return tags to javadoc Don't add import just for javadoc.
 discard a16cb9e  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 0d2c02d  Correct a few typos in javadoc comments
 discard 321e520  Bug 57365 - Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late Fix test failure Bugzilla Id: 57365
 discard dfa8457  Bug 57364 - Options > Look And Feel does not update all windows LAF Bugzilla Id: 57364
 discard b74853f  Bug 57365 - Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late Bugzilla Id: 57365
 discard 6d30c96  replace bugzilla by bug
 discard 67869ce  Bug 25430 - HTTP(S) Test Script Recorder : Make it populate HTTP Authorisation Manager Matching should ignore login/password Bugzilla Id: 25430
 discard c9892d6  Bug 25430 - HTTP(S) Test Script Recorder : Make it populate HTTP Authorisation Manager Bugzilla Id: 25430
 discard 4ef2ce2  Add trivial but missing message translation
 discard 1e52573  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Remove duplicate translation entries in properties file Bugzilla Id: 57322
 discard e46a44e  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Add missing FR translations Bugzilla Id: 57322
 discard 16047b3  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Add missing FR translations Bugzilla Id: 57322
 discard 6e51ccd  Add contributed by
 discard 4d8597f  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Bugzilla Id: 57322
 discard 15c5cf1  Change case of  static fields
 discard eb0d7e0  Bug 57350 - BackendListener reports stale response time (Nightly Build r1645532) Bug 57351 - Graphite Backend uses wrong default port for PlainText protocol (Nightly Build r1645532)
 discard 4405adc  Bug 57321 - BackendListener reports partial results in master-slave configuration (nightly build r1642603) Bugzilla Id: 57321
 discard dce1280  Bug 55932 Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Add missing property to jmeter.properties Bugzilla Id: 55932
 discard e9ea85f  Typo reported via Github; plus another in the same line
 discard e0e8f25  Bug 57321 - BackendListener reports wrong number of Active Users in master-slave configuration (nightly build r1642603) Bugzilla Id: 57321
 discard 6ec4cc6  Remove useless import Rename map and HTTPCLIENTS to make code clearer
 discard fbabeb3  Info on enhancement requests
 discard f13a9f9  Replace System.getProperty("file.separator") with File.separator throughout (Also "path.separator" with File.pathSeparator) Bugzilla Id: 57310
 discard 14b200c  bugzilla => bug  where appropriate
 discard 3da94fb  Add 'bug' macro to simnplify changes file - no need to add " - " separator bugzilla macro is still needed to generate Bugzilla links without the suffix text
 discard f4212db  Bug 57246 - BackendListener : Create a Graphite implementation Switch separator to semicolon for all parameter Replace HashMap by Map Bugzilla Id: 57246
 discard 328b7f7  Bug 57306 - backend_listener.png is missing in the JMeter User Doc (affects nightly build) Bugzilla Id: 57306
 discard 5a5cea8  Bugzilla 57303 - commons-math3 dependency is missing in the jmeter lib package (nightly build) Bugzilla Id: 57303
 discard f98d598  Bug 57246 - BackendListener : Create a Graphite implementation Make reported percentiles configurable Compute min and max within sliding window Move threads (Users) computing to UserMetric Bugzilla Id: 57246
 discard 11e308b  Store queue size as a String (allows use of variables etc)
 discard b4a4e92  Bug 57262 - Aggregate Report, Aggregate Graph and Summary Report export : headers use keys instead of labels Bugzilla Id: 57262
 discard 7b0cf8d  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 3091e42  Exact copies of base version properties are not needed
 discard 4b0e48e  Allow I18N properties files to omit keys that don't need translation TODO - needs some more work
 discard 12d5d51  Document
 discard d2a7bb5  Test needs to fail if no files found
 discard fb05229  No longer used Bugzilla Id: 57217
 discard 84f5040  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 97dfdb3  Bug 57217 - Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code) Add screenshots Bugzilla Id: 57217
 discard e1d2ee7  Bug 57217 - Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code) Bugzilla Id: 57217
 discard e0ec0a9  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard d3b96d5  Correct spelling of javadoc
 discard 1e56980  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 08c66df  RMIC no longer needed since Java 5 Bugzilla Id: 57276
 discard c07905a  Temp hack to prevent NumberFormatException: For input string: ""
 discard f44b57a  Generics
 discard caea377  Tweak
 discard 5a43dc3  Spurious sentence (already documented elsewhere)
 discard eaffbab  Remove transient as per Felix notes
 discard 7d1756d  Remove wrong logging code as per Felix review
 discard 65bd9c2  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard c092a32  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard bd3abbc  Remove Generic JComboBox use as we are on JAVA6
 discard 07a9a61  Add generics information to JComboBox. We know there are  only strings in this JComboBox.
 discard 3d51165  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 387fef7  Fix test failure
 discard ba30389  Fix exception as per felix notes
 discard 62fbb38  Fix javadocs, naming as per felix notes
 discard 2333067  Fix javadocs
 discard ed038c8  Fix javadocs, naming and code reuse as per felix notes
 discard b718f47  Rename eof to endOfLoop as per felix proposal
 discard b17400f  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix test failure Bugzilla Id: 55932
 discard 459b950  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix javadocs , naming But more importantly fix multi-threading issues on instance variables as there is only 1 BackendListener shared by all threads Bugzilla Id: 55932
 discard 966cf8e  Rename log to LOGGER as per naming rules and felix notes Fix warning on wrapper
 discard 67951af  Rename log to LOGGER as per naming rules and felix notes Use better methods for parsing numbers
 discard fabf957  Rename log to LOGGER as per naming rules and felix notes Fix warning on wrapper
 discard c0ee735  Fix javadocs
 discard 062b974  Fix wrong javadoc
 discard 84dce5c  Rename log to LOGGER as per naming rules and felix notes
 discard 4d47c4c  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix mistake in imports Bugzilla Id: 55932
 discard c53d4ff  svn:eol
 discard 1b95620  Bug 57246 - BackendListener : Create a Graphite implementation Bugzilla Id: 57246
 discard c1bed22  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Add ignore Bugzilla Id: 55932
 discard 72e40db  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Bugzilla Id: 55932
 discard 8cf39ed  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard e5e2d6f  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
 discard 33a78c2  Typo
 discard ccd4a6f  Bug 57193: Add description for param and return attributes in  javadoc. Bugzilla Id: 57193
 discard 80e99eb  Bug 57193: * Generics won't work in javadoc, so describe the type  textually. * add missing return and throws javadoc statements Bugzilla Id: 57193
 discard fddb219  Bug 57193: A bit more description of the parameters in javadoc Bugzilla Id: 57193
 discard 176640e  Bug 57193: Add javadoc @param, @return and @throws tags, or fill  them. Bugzilla Id: 57193
 discard 5e17da5  Bug 57193: Generics can't be used inside of javadoc, so omit them  and describe it textually. Bugzilla Id: 57193
 discard 9ac8c31  Bug 57193: Add description for @param and @throws in javadoc Bugzilla Id: 57193
 discard 7f62939  Bug 57193: Correctly close ol tag in javadoc Bugzilla Id: 57193
 discard eb3c238  Bug 57193: Escape &, < and > in javadoc Bugzilla Id: 57193
 discard 14fd385  Bug 57193: Close code block correctly. Bugzilla Id: 57193
 discard 9956f6e  Bug: 57193: Escape &, < and >, as they are not allowed inside  javadoc Bugzilla Id: 57193
 discard 3f7c5f5  Bug 57193: Self-closing br element is not allowed in javadoc Bugzilla Id: 57193
 discard 7329b70  Bug 57193: Correct dt/dd tags in javadoc Bugzilla Id: 57193
 discard 84ebf0b  Bug 57193: Remove unexpected </p> tags in javadoc Bugzilla Id: 57193
 discard a175f94  Bug 57193: Replace a few more &, < and > with html escaped version for  javadoc Bugzilla Id: 57193
 discard bc41e09  Bug 57193: Put <a...> on one line, as it will confuse javadoc  otherwise. Bugzilla Id: 57193
 discard b0a6aa6  Code-Fragment in javadoc was probably formatted wrongly once upon a time.
 discard 0d45f17  Bug 57193: Escape entities like &, < and >, as they are not  allowed in javadocs. Place code tag around code-fragments in javadoc. Bugzilla Id: 57193
 discard e7d0908  Bug 57193: Remove self-closing elements like <p/> or <br/>. Bugzilla Id: 57193
 discard d4aec65  Bug 57193: Place @see below the note and remove the break. If @see  is above the note, the note will not be shown in javadocs. Removes a broken "br" tag Bugzilla Id: 57193
 discard 51376ac  Bug 57193: Use unordered list in javadoc instead of handcoded one. Removes wrong "br" tags Bugzilla Id: 57193
 discard 6bd920a  Bug 57193: A few javadoc fixes  * Remove self-closing br-tags by replacing them with a    unordered list  * Add links to URL in javadaocs  * Add a return description in javadocs Bugzilla Id: 57193
 discard 790a6dd  Bug 57193: CyclicBarrier#await will not throw TimeOutException, so  don't say so in javadocs. Bugzilla Id: 57193
 discard b969ff4  Bug 54453 - Performance enhancements : Replace Random by ThreadLocalRandom Bugzilla Id: 54453
 discard bbaa14a  JMeter 2.12 release
 discard 6a34045  Drop timestamp comment from Javadoc to make output more stable.
 discard c154a2d  Don't use import for Javadoc references
 discard 35fa51f  Build script fixes: - include "mirror-server" in distribution   ("mirror-server.sh" is already included and   "mirror-server" is only a trivial wrapper) - include "mirror-server" and "jmeter-report"   in crlf handling
 discard 2c14f1f  Add svn:executable property. It was already in use for some files like "jmeter" and "jmeter-server".
 discard 17f2856  Prepare next release 2.12: update docs tree and overview (RC2)
 discard 185ce61  Little typo on JMeter name
 discard 05dc412  Apply fix on all occurrence (ref. r1636697)
 discard 230b4c6  Mention contributor
 discard c0ef944  Fix some typo
 discard 534c3e3  Update screenshots in changes for next version 2.12 Bugzilla Id: 57183
 discard d2dc649  JMSSampler: For input string: "" java.lang.NumberFormatException (for Expiration or Priority fields) - fix the bug - simplify some code arround getPropertyAsString() vs Constant fields for Priority and Expiration - add documentation for these fields in User Manual (JMS Publisher and JMS Point-to-Point) - update screenshots - add time unit in the GUI for expiration field and indicate the range 0-9 for priority level too. Bugzilla Id: 57183
 discard 285a565  Fix mistake in Incompatible changes regarding jmeter.save.saveservice.thread_counts
 discard 4f88107  Prepare next release 2.12: update docs tree and overview (RC1)
 discard 3280039  Fix some javadoc warning
 discard f594c8c  Improved comment
 discard 26160dd  Typo (double will) Add line border to some images
 discard 90ed847  Typo policy (in French) : uppercase for the first letter of second word for the controller's title
 discard 3e8ba2f  Document a warning under Windows
 discard 0453ca2  Add a link to changes to encourage users to read it
 discard f49a9ea  Simplify calculation
 discard 98b13b6  Commit
 discard 0993b59  replace 1000000.0 with 1000000L
 discard 7118677  No point protecting log.debug that uses a constant string as the message
 discard 2c801d2  Bug 52707 - Make Open File dialog use last opened file folder as start folder FIx NPE Bugzilla Id: 52707
 discard de4fe0c  Update changes
 discard 7a72f49  When HTTP Request contains an empty host, we get a NPE instead of a clear message.
 discard 571eb81  Bug 52707 - Make Open File dialog use last opened file folder as start folder Bugzilla Id: 52707
 discard c2623ba  Update changes
 discard 1361bc3  Update documentation
 discard 95eceb8  Sentence was maybe confusing
 discard 696b5bb  Clarify documentation on Http Cache Manager
 discard 8ed0c1e  Explain false positive reported by findbugs
 discard 6c242b0  Use return value of await
 discard 2865707  svn:eol
 discard ec8861b  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked svn:eol Bugzilla Id: 56811
 discard 63ca05f  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked Add Test Bugzilla Id: 56811
 discard 535e258  Oups wrong conversion
 discard 79919b2  Oups wrong conversion
 discard 061cd05  Javadocs
 discard dca4c5c  Javadocs
 discard ed1a725  Javadocs
 discard 8bd72ec  Javadocs
 discard dea16cb  Switch to System.nanoTime() Add javadocs
 discard 000c6c8  Upgrade from jsoup 1.7.3 to 1.8.1
 discard 3371a7a  Upgrade from jsoup 1.7.3 to 1.8.1
 discard 63c750c  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Remove old TODO Bugzilla Id: 57114
 discard 7b97062  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Keep synchronized where it is needed Bugzilla Id: 57114
 discard e0a7651  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Remove synchronized on setParameters Bugzilla Id: 57114
 discard c7b8f84  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Move license to src to avoid test failure Bugzilla Id: 57145
 discard 3ab7c67  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Adjust svn:eol Bugzilla Id: 57145
 discard a66c212  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Bugzilla Id: 57145
 discard a095db9  Add javadocs
 discard 07d60f6  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked Bugzilla Id: 56811
 discard e5061f2  Code style based on patch by Graham Russel
 discard 534d355  Code simplificatiion based on patch by Graham Russel
 discard cd9cf82  upgrade to jodd-3.6.1
 discard f03a8bd  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Bugzilla Id: 57114
 discard 88f7389  Certificates does not conform to algorithm constraints: Adding a note to indicate how to remove of the Java installation these new security constraints Bugzilla Id: 56357
 discard 2c150f8  Increase the default cipher for HTTPS Test Script Recorder from SSLv3 to TLS Edit the proxy.ssl.protocol property in jmeter.properties to return to SSLv3 Bugzilla Id: 57117
 discard f4244c9  Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!) Avoid xls Bugzilla Id: 57081
 discard 31d1eaa  Document Http Sampler Java Implementation limitation
 discard 60ee4df  Bug 57107 - Patch proposal: Add DAV verbs to HTTP Sampler Bugzilla Id: 57107
 discard 23daee6  Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!) Bugzilla Id: 57081
 discard 1f0aba8  Point to ASF download verification page
 discard e9228cc  variable is not used outside the method, so localise it
 discard fb78123  NPE in ResultCollector.testEnded Bugzilla Id: 57088
 discard ad42e56  Mention fixes for bugzilla ids 57084 and 56178
 discard f41a28e  Bug 57084 - BeanShellClient: Close socket after usage. Bugzilla Id: 57084
 discard b63c01e  Bug 56178 - Return value of String#replace has to be used. Bugzilla Id: 56178
 discard 52082c5  Bug 57081 - Updating checkstyle to only check for tabs in java files (and not images!) Bugzilla Id: 57081
 discard 10dd506  Bug 57082 - ComboStringEditor : Added hashCode to an inner class which overwrote equals Bugzilla Id: 57082
 discard f66be8f  Bug 57083 - simplified the CachedResourceMode enum Bugzilla Id: 57083
 discard 06f9cbc  Bug 57078 - LagartoBasedHTMLParser fails to parse page that contains input with no type Bugzilla Id: 57078
 discard aa77e7b  Bug 56160 - StackOverflowError when using WhileController within IfController Bugzilla Id: 56160
 discard 9193f30  Remove debug output
 discard 37f3794  Add missing display names
 discard c33bcf9  Ensure all properties are minimally configured
 discard 3778974  Continue fixing docn
 discard 0c572a4  BooleanPropertyEditor#getAsText() must return a value that is in getTags() Bugzilla Id: 57076
 discard f87b73f  Document why the mixed case values are used
 discard 578ff77  Document proper reason
 discard 173ead3  BeanInfoSupport.MULTILINE attribute is not processed Bugzilla Id: 57075
 discard e59ed5a  Document anomaly
 discard a63ef83  Clarify
 discard c0c23de  Fix as per sebb note on dev list
 discard 46ab399  Drop entries for non-existent packages
 discard 17ce5b8  Throw when configuration error (related to 57068)
 discard 214120e  Warn when configuration error (related to 57068)
 discard f838f1a  Bug 57068 - No error thrown when negative duration is entered in Test Action Bugzilla Id: 57068
 discard 521091f  Bug 57032 - Make regexes in HTTP Script Recorder more useful. Add a note and a testcase about overlapping matches Bugzilla Id: 57032
 discard 30e9563  Improve content update
 discard a0da73d  Add a bit more javadoc to constructPattern
 discard 99d95d3  Bug 57032 - Make regexes in HTTP Script Recorder more useful. Respect spaces instead of tabs Add javadoc Bugzilla Id: 57032
 discard f2d1ca6  Bug 57032 - Make regexes in HTTP Script Recorder more useful.
 discard ceaf2b7  Bug 57061 - Save as Test Fragment fails to clone deeply selected node Bugzilla Id: 57061
 discard 3024e51  Bug 57052 - ArithmeticException: / by zero when sampleCount is equal to 0 Bugzilla Id: 57052
 discard 858c483  Bug 57052 - ArithmeticException: / by zero when sampleCount is equal to 0 Bugzilla Id: 57052
 discard 4a65cef  Remove some tabs
 discard 936a857  Bug 56972 - Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber. Fix java.lang.ArithmeticException: / by zero Bugzilla Id: 56972
 discard c3fbb08  typo
 discard 1c7bdb0  Fix sync issues in test leading to test being stuck
 discard cb5d71c  Test fails intermittently (high rate) on MacOSX 10.9.5 / Mac Book Pro 2.7GHz Intel Core I7 16Gb 1600 MHz DDR3 Switch to System.nanoTime()
 discard 8241bdc  Bug 42248 - Undo-redo support on Test Plan tree modification Disable feature by default as it is still in ALPHA MODE Mention this in changes.xml Bugzilla Id: 42248
 discard db97f83  Bug 57025 - SaveService : Better defaults, save thread counts by default Bugzilla Id: 57025
 discard b31d061  Bug 57025 - SaveService : Better defaults, save thread counts by default Bugzilla Id: 57025
 discard 59e5a53  Bug 57026 - HTTP(S) Test Script Recorder : Better default settings Bugzilla Id: 57026
 discard 9fdae28  Update xalan and serializer to 2.7.2 (from 2.7.1)
 discard 37261b4  Update xalan and serializer to 2.7.2 (from 2.7.1)
 discard d23b73a  Add dummy ctor for unit testing
 discard f08f3fa  Update changes
 discard bb57dbd  Update changes
 discard 083d15d  Bug 42248 - Undo-redo support on Test Plan tree modification. Bugzilla Id: 42248
 discard fc2d357  Updated to tika 1.6
 discard 56890b0  Exclude logo.svg from docs directory
 discard 5c63e8c  Fix javadoc
 discard 15d159e  Start the New and Noteworthy section in changes.xml for the next release (2.12)
 discard 3adbe5b  Add dnsjava into binary packages Bugzilla Id: 56841
 discard 3ff145c  Fix a NotSerializableException issue with distributed tests Bugzilla Id: 56841
 discard f0d7fd5  Remove unnecessary duplicate (reported as part of https://github.com/apache/jmeter/pull/10)
 discard 351222a  Remove TODO as it is now implemented
 discard c6287a8  Comment NEW size default sizing as usually users change Heap but don't change this one which depends on Heap sizing.
 discard 0770550  Bug 56975 - Error when opening JTL(XML) file (that saves sub samplers results) due to TreeMarshaller$CircularReferenceException: Recursive reference to parent object Adding more infos when error occurs (UbikLoadPack patch) Bugzilla Id: 56975
 discard 07bafef  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache, make it configurable with new property cache_manager.cached_resource_mode
 discard 3f5f46a  Unified Java naming Removed some deprecated note on using Java 1.5 for timeouts
 discard 081cc24  Tweak English
 discard e1e1123  Rework the thread sizing paragraph in best-practices.
 discard 9f9fb58  Bug 56057 - JMeter does not create ApacheJMeterTemporaryRootCA.crt when starting a recording Add a checks for generation of CRT before copying it Bugzilla Id: 56057
 discard feb0d9d  Clarify docs
 discard 8d1be63  Clarify why volatile is not needed and removed wrong doc
 discard 9d8dc67  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Remove final as in this case transient cannot be final. See: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201409.mbox/%3CCAOGo0VaKGcTm=3+jF-mrjaVFBi21HPWE7mW1u09ve-QsP6sLOA@mail.gmail.com%3E Bugzilla Id: 54648
 discard a910cb8  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Update known issues section Fill in thanks section Bugzilla Id: 54648
 discard 5b0df2b  Synchronise fixes to Unix shell scrips
 discard e04bb16  Add alternative name for mirror-server.sh This works better in MacOSX Finder which defaults to opening .sh files in an editor Soft-links don't work either in Finder
 discard 78bce4d  JMS GUIs should disable all fields affected by jndi.properties checkbox Bugzilla Id: 56962
 discard 16d2890  Standardise on final fields
 discard dac6518  Javadoc
 discard a39e7cd  Typo
 discard 0752e5c  Document TODO
 discard bd4d6e0  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Add 54648 to list of changes Bugzilla Id: 54648
 discard 1372fcf  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Put back final. Bugzilla Id: 54648
 discard 7973328  Switching languages fails to preserve toolbar button states (enabled/disabled) Bugzilla Id: 54100
 discard f37a6c9  Update tags
 discard 4f697f7  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree
 discard 5971b62  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Add property to enable revert to previous behaviour Bugzilla Id: 54778
 discard 7d23cd2  Bug 56920 - LogViewer : Make it receive all log events even when it is closed Bugzilla Id: 56920
 discard fd5a579  Bug 54100 - Switching languages during test messes toolbar buttons state (enabled/disabled) Bugzilla Id: 54100
 discard b76258b  Bug 42248 - Undo-redo support on Test Plan tree modification Correct toolbar undo/redo buttons disable/enable Bugzilla Id: 42248
 discard 950a727  Bug 42248 - Undo-redo support on Test Plan tree modification Temporary disable as I missed the right place to call it Bugzilla Id: 42248
 discard 5fc6723  Bug 42248 - Undo-redo support on Test Plan tree modification Update icons state on redo/undo Oups missed 1 class Bugzilla Id: 42248
 discard 0a66164  Bug 42248 - Undo-redo support on Test Plan tree modification Update icons state on redo/undo Bugzilla Id: 42248
 discard 2c5417e  Bug 42248 - Undo-redo support on Test Plan tree modification Changed icons to use open_icon_library-CC and have a different color for undo and redo Bugzilla Id: 42248
 discard f24b43b  Bug 42248 - Undo-redo support on Test Plan tree modification svn:mime-type Bugzilla Id: 42248
 discard f9b53bc  Bug 42248 - Undo-redo support on Test Plan tree modification svn:eol Bugzilla Id: 42248
 discard bb5a9b5  Bug 42248 - Undo-redo support on Test Plan tree modification Bugzilla Id: 42248
 discard d0ed341  Bug 56921 - Templates : Improve Recording template to ignore embedded resources case and URL parameters Bugzilla Id: 56921
 discard 5d411f0  Upgrade to jodd-3.6
 discard b48a937  Upgrade to jodd-3.6
 discard 42c89ac  Bug 56761 - JMeter tries to stop already stopped JMS connection and displays "The connection is closed" Bugzilla Id: 56761
 discard e7a8e3b  Use https rather than http
 discard 3cbd52f  Use https for accessing Maven Central now that it is available
 discard d5b673e  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Bugzilla Id: 54778
 discard ee7db54  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Bugzilla Id: 54778
 discard 71017ef  Switch to HttpClient for Date parsing in Header
 discard 05cccf1  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Factor out common code Bugzilla Id: 54778
 discard 82fb240  Mention Groovy as possible language and in first positiion for performances
 discard f85af3a  Disable debug output
 discard 97ffd37  Fix up RE so it picks up versions containing -bnn and -BETAn
 discard 51e8bd0  Generics warning
 discard 8f1ca20  We don't store jars in SVN
 discard b9d3042  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Fix issue in eclipse.classpath check related to using Jodd 3.6.0-BETA2 Bugzilla Id: 56772
 discard 1f5f36e  Add more controls and debugging
 discard 74d599b  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Commit missing class and handle null UA Bugzilla Id: 56772
 discard 8bf53ad  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Upgrade to Jodd 3.6.0-BETA2 Bugzilla Id: 56772
 discard 971c731  Bug 56772 - Handle IE Conditional comments when parsing embedded resources svn eol Bugzilla Id: 56772
 discard 6fcec5c  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Upgrade to Jodd 3.6.0-BETA2 as conditional comments have been introduced in BETA1 (some useful extra classes like HtmlCCommentExpressionMatcher) Bugzilla Id: 56772
 discard be4d1fe  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Bugzilla Id: 56772
 discard 8833ecd  Add javadocs and rename constructor parameters to make it clearer
 discard 1440b1f  Add note about the file as per discussion on: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/200502.mbox/%3C25aac9fc0502230646d7271ad@mail.gmail.com%3E
 discard 43a681f  Add note about the file as per discussion on: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/200502.mbox/%3C25aac9fc0502230646d7271ad@mail.gmail.com%3E
 discard c8c44cd  Fixed missing JsoupBasedHtmlParser in parser implementations
 discard a0e2ac5  Bug 56809 - JMSSampler closes InitialContext too early Bugzilla Id: 56809
 discard 17c9465  Bug 56807 - Ability to force flush of ResultCollector file Added in Thanks section Bugzilla Id: 56807
 discard 6594e65  Bug 56807 - Ability to force flush of ResultCollector file Added Contributed by Bugzilla Id: 56807
 discard e5991a4  Bug 56807 - Ability to force flush of ResultCollector file Bugzilla Id: 56807
 discard 25897c6   Allow access to Request Headers in Regex Extractor  Update changes.xml based on feedback from Philippe M Bugzilla Id: 52061
 discard abcd82c  Log currently unused
 discard 387fa1a  Update to use non-deprecated method
 discard df2faf3  Update to use non-deprecated method
 discard 17a7e11  Update XStream to 1.4.7
 discard 46fd940  add note: DNS Cache Manager works only with the HTTP request using HTTPClient4 implementation. Bugzilla Id: 56841
 discard d5536a1  synchronize the revision with saveservice.properties Bugzilla Id: 56841
 discard c985761  Add dnsjava to ignore Bugzilla Id: 56841
 discard 6de48de  New configuration element: DNS Cache Manager to improve the testing of CDN Bugzilla Id: 56841
 discard 17522c4  Comment 2 System.out.println (no needs?)
 discard bb273ab  Fix some index numbers
 discard ab4983b  Fix some space at end of line
 discard 01a2c77  Fix some alphabetical order
 discard 8cc1d5b  Simplify
 discard df70362  Document known issue with MacOSX LAF
 discard a3adc27  Javadoc
 discard df462b5  Allow access to Request Headers in Regex Extractor Bugzilla Id: 52061
 discard 6882707  Use more specific Exception classes
 discard da502e5  Use more specific Exception classes
 discard b19ea9f  Don't drop the original stack-trace when converting the exception type
 discard 31c7a6c  Use more specific Exception classes
 discard c555b55  Don't drop the original stack-trace when converting the exception type
 discard 78b847d  Remove unthrown Exception
 discard d8c31d9  Use specific Exception
 discard 1fd8782  Clarify doc
 discard 717fe21  Upgrade from commons-logging-1.1.3 to commons-logging-1.2
 discard a4911de  Upgrade from commons-lang3-3.2.1 to commons-lang3-3.3.2
 discard 454f7c0  Upgrade jodd from 3.5 to 3.5.2
 discard 5189e6c  Upgrade jodd from 3.5 to 3.5.2
 discard cf5de86  Upgrade jodd from 3.5 to 3.5.2
 discard 9d899d6  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Fix code and javadocs as per sebb notes on dev mailing list Bugzilla Id: 56728
 discard f3efb79  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Fix javadocs as per sebb notes on dev mailing list Bugzilla Id: 56728
 discard 1bcf8b2  Removing the Oracle icons, not used by JMeter (and missing license) Bugzilla Id: 56763
 discard 060f38f  Adds the ability for the Response Time Graph listener to save/restore format settings in/from the jmx file. Bugzilla Id: 56769
 discard 1eefa1b  synchronize the revision with saveservice.properties
 discard c9adb5b  Tweak
 discard 46e7d19  Document that this is an internal JMeter file
 discard b54379f  Typo
 discard c6b78c9  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Fix test error Bugzilla Id: 41319
 discard 301f9c2  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Bugzilla Id: 41319
 discard 3ac5dfc  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Bugzilla Id: 41319
 discard e57d8e2  Fixed typo
 discard c62c861  Bug 56743 - Wrong mailing list archives on mail2.xml Bugzilla Id: 56743
 discard 52b5ae7  Bug 56701 - HTTP Authorization Manager/ Kerberos Authentication: add port to SPN when server port is neither 80 nor 443 Add a jmeter property to control behaviour. By default strip port. Bugzilla Id: 56701
 discard 3e904ff  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Add figures Bugzilla Id: 56728
 discard 6e0cf00  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 5fa8beb  Clarify doc on Synchronizing Timer
 discard c0be958  Bug 56376 - When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work with default mode nor stripping modes Bugzilla Id: 56376
 discard e993cdf  Fix spelling errors
 discard 929f104  Fix spelling errors
 discard 7505cfb  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard d332384  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 7396770  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 937186e  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
 discard 987c6b2  Clarify javadocs
 discard 0c3f36d  Bug 56701 - HTTP Authorization Manager/ Kerberos Authentication: add port to SPN when server port is neither 80 nor 443 Bugzilla Id: 56701
 discard 9de489a  Bug 56708 - __jexl2 doesn't scale with multiple CPU cores Bugzilla Id: 56708
 discard 381f381  Bug 56706 - SampleResult#getResponseDataAsString() does not use encoding in response body impacting PostProcessors and ViewResultsTree Bugzilla Id: 56706
 discard b8cb65d  Bug 56367 - JMeter 2.11 on maven central triggers a not existing dependency rsyntaxtextarea 2.5.1, upgrade to 2.5.3 Bugzilla Id: 56367
 discard 87b67eb  Bug 56539 - Mail reader sampler: When Number of messages to retrieve is superior to 1, Number of samples should only show 1 not the number of messages retrieved Bugzilla Id: 56539
 discard bb8b030  Bug 56691 - Synchronizing Timer : Add timeout on waiting Bugzilla Id: 56691
 discard ab83c67  Bug 56691 - Synchronizing Timer : Add timeout on waiting Bugzilla Id: 56691
 discard 9fe9b41  Bug 56662 - Save as xml in a listener is not remembered Fixed by upgrade of xstream to 1.4.6 Bugzilla Id: 56662
 discard 0077a2c  Revert typo fix which was not typo fix as per sebb check
 discard bd51d65  Bug 56303 - The width of target controller's combo list should be set to the current panel size, not on label size of the controllers Bugzilla Id: 56303
 discard c618458  Bug 56510 - JMS Publisher/Point to Point: Add JMSPriority and JMSExpiration Bugzilla Id: 56510
 discard ca17418  Fix typo
 discard a96fd70  Increase size of fields when variables are used
 discard ca6dc7e  Typo
 discard 12e30a2  Drop debug
 discard a7fadd6  Bug 56303 - The width of target controller's combo list should be set to the current panel size, not on label size of the controllers Bugzilla Id: 56303
 discard 97e9712  Logo as SVG
 discard 9c2e36f  Jmeter silently fails to save results Bugzilla Id: 56419
 discard d5e25e0  This file does use tabs
 discard 42847fd  Bug 46932 - Alias given in select statement is not used as column header in response data for a JDBC request Bugzilla Id: 46932
 discard bab2a1e  Add missing final EOL
 discard fbb1031  Add missing final EOL
 discard 6ec25d4  Add missing final EOL
 discard 5d722b5  Tab police
 discard 6a3ab34  Tab police
 discard b9cdeb3  Clarify doc
 discard dc5f540  Bug 56292: fix check for missing Java
 discard b865952  Bug 56455 - Batch files: drop support for non-NT Windows shell scripts
 discard 783eff0  Fix errorlevel bugs; show detected version.
 discard fce5af6  MailReaderSampler - should it use mail.pop3s.* properties? Bugzilla Id: 56428
 discard 0efdf19  MailReaderSampler enhancement: read message header only Bugzilla Id: 56427
 discard e435f82  MailReaderSampler - no need to fetch all Messages if not all wanted Bugzilla Id: 56033
 discard 2eb1bf9  Bug 56349 - "summary" is a bad name for a Generate Summary Results component Clarify documentation Bugzilla Id: 56349
 discard 80844a0  Mention contributor
 discard 1dc9650  HashTree and ListedHashTree fail to compile with Java 8 Rename replace as replaceKey to avoid clash with Java 8 Map.replace(K,V) mew method Bugzilla Id: 56360
 discard 5fcb90a  Detect downloads not from Maven Central Bugzilla Id: 56367
 discard 406f747  Ensure all reasons for stopping the test are logged
 discard 76e0616  Comment debug output
 discard 3b68159  Fix typo
 discard 935ec9c  Bug 55623 - Invalid/unexpected configuration values should not be silently ignored Bugzilla Id: 55623
 discard 7b30ac1  Clarify properties
 discard 42ae0ca  Removed strange duplicate code.
 discard 288cf72  update thanks section
 discard 1f099e6  JSR223 language display does not show which engine will be used Bugzilla Id: 56298
 discard 25ff487  Pass in resource bundle for the property
 discard b5de4ea  Allow caller to provide resource bundle
 discard df4b799  More info on failure
 discard cb52eed  Add the check of the Java's version in startup files and disable some options when is Java v8 engine Bugzilla Id: 56292
 discard 2e94b5e  Another way to fix the Javadoc warning which does not require an import
 discard 53d2b9d  Fix a small javadoc warning
 discard 9b58a47  Fix &
 discard e1b4c15  Bug 56276 - Loop controller becomes broken once loop count evaluates to zero Bugzilla Id: 56276
 discard 1989ff5  Clarify error message
 discard add6eeb  URLs get encoded on redirects in HC3.1 & HC4 samplers Only encode if URL is not correctly encoded Bugzilla Id: 56207
 discard 113b305  Move redirect location processing from HC3/HC4 samplers to HTTPSamplerBase#followRedirects() Bugzilla Id: 56231
 discard 200a739  Document new Mirror query features; add verbose flag
 discard 74a3ed8  Try to process more redirect strings
 discard ea6a24e  Improved debug
 discard 186d06f  MirrorServer should support query parameters for status and redirects Oops! Allow for queries that don't have "=" in them Bugzilla Id: 56272
 discard 2013470  MirrorServer should support query parameters for status and redirects Bugzilla Id: 56272
 discard 1ef1db8  Javadoc
 discard aa51049  Close streams; trim trailing spaces
 discard c444b5c  Add basic tests for additional MirrorServer features
 discard 920907e  Use constant strings
 discard ed5e2b0  Use constant strings
 discard 56396a6   DefaultSamplerCreator should set BrowserCompatible Multipart true Bugzilla Id: 56263
 discard bffe310  Ignore jodd-log
 discard 3ee01cb  Upgrade to jodd 3.5 Add jodd-log dependency
 discard 7432b4b  Upgrade to jodd 3.5
 discard f2652bb  Upgrade to jodd 3.5
 discard 60f3edc  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations remove hostname from output Bugzilla Id: 56243
 discard e85ddf9  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations change svn eol Bugzilla Id: 56243
 discard 04608a1  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations Bugzilla Id: 56243
 discard 4321ec7  Bug 56228 - View Results Tree : Improve ergonomy by changing placement of Renderers and allowing custom ordering Bugzilla Id: 56228
 discard 87d2f2d  Javadoc
 discard 8541368  Javadoc
 discard 2a6f7a8  Add some redirect processing debugging
 discard 441db10  Fix documentation; add related tests
 discard 200c836  Oups
 discard 249f799  NPE when clipboard content is null
 discard bcc4d7f  Bug 56227 - AssertionGUI : NPE in assertion on mouse selection Bugzilla Id: 56227
 discard 5470301  Add script name for debugging purpose
 discard 3623bac  Increase size of JTextField to allow vars
 discard 419a6ad  NPE if jmeter.httpclient.strict_rfc2616=true and location is not absolute Bugzilla Id: 56222
 discard deb04c9  Doc tweak
 discard 3365ec8  Add extra debug
 discard 53e1d0a  Bug 56198 - JMSSampler : NullPointerException is thrown when JNDI underlying implementation of JMS provider does not comply with Context.getEnvironment contract Apply check on every call of Context.getEnvironment Bugzilla Id: 56198
 discard 17388ca  Bug 56198 - JMSSampler : NullPointerException is thrown when log level is DEBUG and JNDI underlying implementation of JMS provider does not comply with Context.getEnvironment contract Bugzilla Id: 56198
 discard 3effb9b  File uploads fail every other attempt using timers. Enable idle timeouts for servers that don't send Keep-Alive headers. Bugzilla Id: 56119
 discard 3b5694c  Turns out Commons Logging was already configured for Logkit Oops! Bugzilla Id: 56175
 discard d3359ad  Turns out Commons Logging was already configured for Logkit
 discard 9c62a03  Set method in result Test non-GET method
 discard 8fde006  Default
 discard ad570bf  Oops forgot to update test code
 discard 8d7a4a1  HTTP Cache Manager should not cache PUT/POST etc. Bugzilla Id: 56162
 discard 14bf45b  Only open resources as they are needed
 discard a6c2549  Close input in mainline code
 discard ad4e208  Document remote.bsh test script
 discard 082cee6  Can't trigger bsh script using bshclient.jar; socket is closed unexpectedly Bugzilla Id: 56182
 discard 3a0d1b2  keytool error: Invalid escaped character in AVA: - some characters must be escaped Bugzilla Id: 56178
 discard bef52ce  Use HC Constant for string
 discard af8c485  ERROR - jmeter.util.JMeterUtils: Unable to get local host IP address Reuse existing JMeterUtils code Bugzilla Id: 56174
 discard 94a9b2b  Rearrange code: Only fetch value if it is needed; check cheapest condition first
 discard 1859eb7  ERROR - jmeter.util.JMeterUtils: Unable to get local host IP address Reuse existing JMeterUtils code Bugzilla Id: 56174
 discard 03e0e7b  Add Commons Logging interface to logkit logger Bugzilla Id: 56175
 discard e6224d0  Document JM_START
 discard 8c236d0  Updated to tika 1.5 (from 1.4)
 discard 6c6aea2  Add a bit more sampler debug
 discard 9ad6e1b  doco
 discard b4da1bc  Add documentation on hack from metrics
 discard 8ab0f7c  Fixed alignment
 discard 0ccfd10  Added more infos in README for GitHub project. Also Artificial commit to close deprecated PRs already fixed Closes #1 Closes #2
 discard 0a510cf  Bug 55998 - HTTP recording – Replacing port value by user defined variable does not work Bugzilla Id: 55998
 discard a081c84  Added Javadocs
 discard ec83565  Add javadocs
 discard 71e239b  Bug 56049 - Maximum data sample's value is not reflected by Graph Results listener Clarified documentation Bugzilla Id: 56049
 discard ff592a1  Alphabetical order
 discard da1e907  Bug 56111 - "comments" in german translation is not correct Bugzilla Id: 56111
 discard 0f9c1f6  Conversion error com.thoughtworks.xstream.converters.ConversionException with Java 8 Early Access Build Updated to xstream 1.4.6 (from 1.4.4) Bugzilla Id: 56080
 discard a39a978  Allow for Headless testing; simplify test case
 discard 0c01d3e  Check that syntax types have valid values
 discard 09b5478  Older TestBeans incompatible with 2.11 when using TextAreaEditor Bugzilla Id: 56059
 discard 79f3dce  Ensure "text" format is defined, rather than defaulting it
 discard 298d226  Don't create unnecessary empty string elements
 discard 34f877d  Add Connection timeout and Read timeout to SMTP Sampler Bugzilla Id: 56033
 discard 9391666   Unix jmeter start script assumes it is on PATH, not a link Bugzilla Id: 21695
 discard eced4f4  Scroll bar on jms point-to-point sampler does not work when content exceeds display Remove dimension of panel Bugzilla Id: 55999
 discard 9eeb596  Updated to commons-lang3 3.2.1 (from 3.1) Updated to commons-codec 1.9 (from 1.8) Updated to xercesImpl 2.11.0 (from 2.9.1) Updated to xml-apis 1.4.01 (from 1.3.04)
 discard b777d8a  Update version number and add -SNAPSHOT suffix
 discard 998924e  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Set "Notify Child Listeners of filtered samplers" default value to true as per sebb last comment Bugzilla Id: 52013
 discard 076167d  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Add mention in Incompatible Changes section Bugzilla Id: 52013
 discard e89bddf  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Mention James Liang in Thanks Section Bugzilla Id: 52013
 discard 78c12bc  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Bugzilla Id: 52013
 discard 0873a3d  CI builds often fail with port in use; probably because the previous use has not timed out Use variable port to reduce chance of this happening
 discard 5b9457a  improve error message when Test Script Recorder fails due to I/O problem Bugzilla Id: 55959
 discard 45b6f79  hard-to-decipher error message when Proxy recording fails due to JMeter being located in Program Files Bugzilla Id: 55959
 discard 6327a5e  Shorten
 discard b358027  Jdbc pool keepalive flooding Bugzilla Id: 55977
 discard f973b9e  Archive changes for 2.11
 discard cf2a50d  Jdbc pool keepalive flooding - update Excalibur versions Bugzilla Id: 55977
 discard 4f87250  Support version property references - e.g. b.version = ${a.version}
 discard dbad8da  ApacheJMeter_mongodb is missing from maven central for 2.10 and 2.11 fixed for next release Bugzilla Id: 55965
 discard 7b9bfe6  JMeter 2.11 release
 discard 784dbb4  Eolstyle
 discard 287ea97  DTD is a native file
 discard 22dd6dc  Fix EOL
 discard 97ac56e  Prepare next release 2.11: update docs tree and overview (RC1)
 discard 19101af  Update year
 discard 5ef46e0  Clarify changes on Proxy
 discard 45a2b95  Update version number and add -SNAPSHOT suffix (prepare next release)
 discard 3185cb4  Fix test failure
 discard 61e63e1  Fill in Thanks section
 discard 68cd257  Fix size
 discard 69a0f59  Update changes to clarify some features and fix some errors
 discard 9b93601  Clarify how to restore stale check
 discard 5f3863e  Fix 2.6 value
 discard ba3ba8e  Fix since field value
 discard 490c99a  Prepare next release 2.11: update changes.xml to add new and noteworthy
 discard 5b9b5fd  Update user manual Bugzilla Id: 55589
 discard 926d062  Update user manual Bugzilla Id: 55816
 discard c48b317  How to force JMeter to recreate the keystore and cert files
 discard d8ee04d  Unused import
 discard 79367cf  Fix up jodd lagarto licenses
 discard fd91fc0  Update to jodd 3.4.10
 discard a11caac  Update to jodd 3.4.10
 discard 3af3913  Fix versions and add rsyntaxtextarea
 discard 882ddb8  Update to jodd 3.4.10
 discard 82c1b45  Fix typo
 discard 962b591  Allow for old-style SVN workspaces
 discard 2471dff  Add test to check license file name versions
 discard ab1adc0  Fix up license name versions having first checked that the licenses have not changed
 discard d9357d9  Rename files to agree with property names
 discard 2a59ceb  Rename files to agree with property names
 discard e61269e  No longer need to include activation.jar Bugzilla Id: 54903
 discard 8fabe34  Remove main method
 discard b1a6737  Bug 54977 - Ability to choose the client alias for the cert key in JsseSslManager such that Mutual SSL auth testing can be made more flexible Bugzilla Id: 54977
 discard 9f62edd  Bug 55908 - Response assertion : Change Pattern Matching Rules default to Substring on creation for better performances Bugzilla Id: 55908
 discard d415af8  Update to mail 1.5.0-b01
 discard 7553981  Update to mail 1.5.0-b01
 discard cbc6a1f  Oups commited by error
 discard 4cec254  Update to mongo-java-driver-2.11.3
 discard 59c5db3  Update to mail 1.5.0-b01 (last 1.5.1 not available on maven2 repo)
 discard cba4ac4  Update to jsoup 1.7.3
 discard 8af7256  Update to jsoup 1.7.3
 discard 6ac61ab  Oups commited by error
 discard c87c4ea  Update to jodd 3.4.9
 discard 5947ce2  Update to jodd 3.4.9
 discard 38e538c  Update to rsyntaxtextarea-2.5.1
 discard 051ef78  Update to rsyntaxtextarea-2.5.1
 discard c3c93e8  Typo Bugzilla Id: 55717
 discard 9c53b7a  Bug 55717 - Bad handling of Redirect when URLs are in relative format by HttpClient4 and HttpClient31 Add property to control redirect handling See: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201312.mbox/%3CCAOGo0VaYNmSw9wEA_jx8qb3g1NTAOHsF360aWGyevAsGXJ7D6Q%40mail.gmail.com%3E Bugzilla Id: 55717
 discard be7f741  Bug 55512 - Summariser should be enabled by default in Non GUI mode Bugzilla Id: 55512
 discard f050ffd  Wrong result with intSum() function when a space character is present before/after the number Bugzilla Id: 55871
 discard 7d26314  Bug 55865 - Performance :Disable stale check by default in HttpClient 4 and 3.1 Bugzilla Id: 55865
 discard 1672793  Bug 55858 - Startup Performance : On Startup, BeanInfoSupport should test for key availability instead of throwing Avoid duplicate string creation Bugzilla Id: 55858
 discard 44ef8b3  Bug 55858 - Startup Performance : On Startup, BeanInfoSupport should test for key availability instead of throwing Bugzilla Id: 55858
 discard 128a1e6  Bug 55857 - Performance : AbstractProperty should test for emptiness to avoid Exception throwing Bugzilla Id: 55857
 discard 52bedc2  Avoid code duplication by reusing constructor
 discard 7375817  Reuse constructor
 discard c70fe20  Bug 55854 - Transaction Controller:Change default property "Include duration of timer..." for newly created element Bugzilla Id: 55854
 discard 33edae6  Remove test code
 discard ee01140  Bug 55740 - Config Elements in Test Fragments are "executed" at startup of TestPlan Bugzilla Id: 55740
 discard 8e26078  Bug 55852 - Be more lenient in parsing when charset value is surrounded with single quotes Bugzilla Id: 55852
 discard 51beef6  No longer need the details of the successful test
 discard f3ee8d8  Add Mongo DB
 discard b9cd606  Clarify log message
 discard fa5b2e2  Bug 55826 - Unsynchronised concurrent accesses to list in field RespTimeGraphVisualizer.internalList Bugzilla Id: 55826
 discard 408d876  Fix javadoc
 discard daff020  Don't log password on failure; only quote parameters with spaces
 discard 5582bc9  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. set svn:eol Native Bugzilla Id: 55589
 discard 182d536  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard 687d6fb  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard 1d8085b  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard 595eb10  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
 discard f163023  Test assumptions regarding keytool check
 discard c270a28  Allow for MacOS's odd behaviour when it cannot find an executable
 discard c5925e4  Spacing
 discard a6696aa  Bug 55816 - Transaction Controller with "Include duration of timer..." unchecked does not ignore processing time of last child sampler Bugzilla Id: 55816
 discard d210838  Revert r1542839
 discard c698bd7  Document keytool.directory
 discard 9de2a48  https://issues.apache.org/bugzilla/show_bug.cgi?id=55610 Fix slow display issue due to XML formatting when content is not XML. Formatting is anyway not a good idea. Bugzilla Id: 55610
 discard 2f9bf2c  Add a warning if deprecated property is used
 discard 4ed88f4  Use enum for state
 discard 80b6c0e  Tab police Hope I've now configure Eclipse to never insert tabs ...
 discard 8db0030  Add default cases
 discard ab81638  Unused import
 discard f556afc  Unused import
 discard ef0c8f0  Document DNS wildcard matching
 discard 833a721  Proxy renames
 discard 4c6f7a3  Proxy#getDomainMatch does not handle wildcards correctly Bugzilla Id: 55815
 discard 3d0b9b1  Javadoc
 discard 4b1ad28  Downgrade "Empty request, ignored" to debug log Ensure debug logs are protected by check
 discard e3ff4b0  Ensure streams are closed for normal case
 discard caaff4f  Spacing
 discard 9f37213  Spacing
 discard a983236  Tab police
 discard 7bafa53  Tab police (and trailing spaces)
 discard a773407  Tab police
 discard 2f82192  Extract keytool constant
 discard e6240d9  Oops - should return the value we found ...
 discard 0410c41  Document keytool.directory system property
 discard e80d3fd  Remove unnecessary method
 discard 9476403  Remove hold_samples property to encourage new users to use mode=Hold and avoid confusion.
 discard 5c47d12  Add exception message for more detail on failure
 discard 7a2ac09  getJavaHome does not work on Mac OSX. Use Commons Lang method
 discard 09a51b7  Test correctly keytool command success
 discard 286e69e  Clarify the proxy type
 discard 7518c84  Detect when keytool application is not available
 discard 6a542ac  Add check to ensure that keytool application can be found
 discard 4f1e334  Must recreate keystore here too
 discard 3820968  Fix log message text
 discard fb9ae44  Typo
 discard a30ca3d  Proxy recorder has been renamed; tidy up comments
 discard 5188b5d  Add a method to find the Java home directory
 discard 4a08740  Bug 55694 - Assertions and Extractors : Avoid NullPointerException when scope is variable and variable is missing Bugzilla Id: 55694
 discard dc77780  Bug 55610 - View Results Tree : Add an XPath Tester Bugzilla Id: 55610
 discard 8d7a86c  Bug 55610 - View Results Tree : Add an XPath Tester Bugzilla Id: 55610
 discard 09bd510  Use constants
 discard a0aeea1  Fix wrong computation
 discard 98e3d21  Fixed links
 discard 3f7ff12  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Fix issue on open file introduced by my change Bugzilla Id: 55753
 discard 25d132d  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Fix tests failure Bugzilla Id: 55756
 discard f0db0fa  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Document Bugzilla Id: 55756
 discard d13ac1a  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Bugzilla Id: 55756
 discard 61cfc67  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Wrong place for change Bugzilla Id: 55753
 discard 88e4981  Restore version after release
 discard 05247c1  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Bugzilla Id: 55753
 discard 820ab22  Bug 55739 - Remote Test : Total threads in GUI mode shows invalid total number of threads Bugzilla Id: 55739
 discard 4a7bd0f  Fix typo
 discard 61c1eed  Bug 55717 - Bad handling of Redirect when URLs are in relative format by HttpClient4 and HttpClient31 Bugzilla Id: 55717
 discard 68bf538  Missing default case
 discard a27fb09  Website changes have affected test
 discard d662a21  Update the dimension of JMeter logo
 discard b67fe2e  Update the docs from commit r1537165 Changing the header of website (new arrangement) Adding twitter link into menu Putting the ApacheCon link in the bottom of menu Ref. The thread started from this message: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201310.mbox/%3CCAOGo0VZemLq4LkWSK8WVU14-vJGxOH3AHHbA1QQqN0DvUX6GSg%40mail.gmail.com%3E
 discard f8042dd  Changing the header of website (new arrangement) Adding twitter link into menu Putting the ApacheCon link in the bottom of menu Ref. The thread started from this message: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201310.mbox/%3CCAOGo0VZemLq4LkWSK8WVU14-vJGxOH3AHHbA1QQqN0DvUX6GSg%40mail.gmail.com%3E
 discard d74e33a  Bug 55721 - HTTP Cache Manager - no-store directive is wrongly interpreted Check for npe Bugzilla Id: 55721
 discard b2411c9  Bug 55721 - HTTP Cache Manager - no-store directive is wrongly interpreted Bugzilla Id: 55721
 discard 48dbf21  Show some expected property defines in help message
 discard 6b30e50  Bug 55693 - Add a "Save as Test Fragment" option Add missing labels Bugzilla Id: 55693
 discard 8720efe  Document proxy.number.requests
 discard ea6580c  Bug 55693 - Add a "Save as Test Fragment" option Bugzilla Id: 55693
 discard 4933844  Bug 55693 - Add a "Save as Test Fragment" option Bugzilla Id: 55693
 discard 25bd1ea  Reduce log level for unimportant issue
 discard c2fcc03  Few resize images / border size
 discard 45e9693  Typo
 discard dda550f  Add link
 discard 804f317  Added twitter follow and tweet
 discard 1ac04be  Add a link to wiki page for recording with 2.10 and clarify JMeter CA installation.
 discard 5c692e2  Add a link to wiki page for recording with 2.10
 discard 38fe53b  Include all the license files in the source archive; the binary ones are needed to build the distribution
 discard 154e4d1  Bug 55694 - java.lang.NullPointerException if Apply to is set to a missing JMeter variable Bugzilla Id: 55694
 discard 0dc0c20  OS Sampler: timeout option don't save and restore correctly value and don't init correctly timeout Bugzilla Id: 55685
 discard a0c66ef  Update changes section / history since 2.10 release
 discard 29d571b  Change proxy name to HTTP(S) Test Script Recorder
 discard 061a107  misspelling of mechanism (in french)
 discard ddca0ce  JMeter 2.10 release
 discard f52108a  Fix httpclient versions
 discard f85d7cd  Oops - another mistake
 discard 15f2114  Prepare next release 2.10: update docs tree and overview (RC2) (second round)
 discard 97d19b2  Add missing chars to french word 'école'
 discard e772977  Prepare next release 2.10: update docs tree and overview (RC2)
 discard 789d0a1  Fix a issue for encoding license files for zip (encode to UTF-8 instead of ASCII)
 discard 885f207  The original char is § (paragraph) http://web.archive.org/web/20090305064954/http://www.sun.com/cddl/cddl.html http://en.wikipedia.org/wiki/Common_Development_and_Distribution_License (external links section)
 discard 7c4c244  Use the version property
 discard 26659c6  Clarify timeout meaning
 discard 0331901  Fix bad char in UTF-8
 discard 6ebe8d9  Avoid encoding issues; use HTML entity
 discard c0d35ae  Convert to UTF-8 encoding
 discard 6f8fddd  Convert to UTF-8 encoding
 discard ec3fed0  Ensure encoding is always specified when using fixcrlf
 discard 454b539  oops - wrong project
 discard 3ba284f  remove unless file
 discard a318b36  Prepare next release 2.10: update docs tree and overview (RC1)
 discard 7d1960e  Changes "Incompatible changes" section to a list. Make some format.
 discard 230cd06  Fix javadoc
 discard 4eb1628  Bug 55657 - Remote and Local Stop/Shutdown buttons state does not take into account local / remote status Bugzilla Id: 55657
 discard bc88481  Bug 55655 - NullPointerException when Remote stopping /shutdown all if one engine did not start correctly Bugzilla Id: 55655
 discard 515b405  Clarify where to look for information when Stop/shutdown takes more time. Have a cleaner message
 discard 20b12b7  Improve error message
 discard d1f8097  Fix missing line for slf4j-nop
 discard 6368979  Restore deleted text by error
 discard 2d6dd9b  Spurious file
 discard fe92dcf  Test version fails unless version agrees with file name
 discard b825b0a  Correct parameter order
 discard af917f3  Upgrade to jodd-lagarto 3.4.8 Fix missing slf4j-noop in eclipse.classpath
 discard aead7a7  Be more precise in logged hint.
 discard 4c96776  Add SLF4J NOP implementation TODO: Consider whether need to use proper implementation
 discard 7af9d2d  Add SLF4J NOP implementation
 discard 5e68782  Add SLF4J NOP implementation TODO: Consider whether need to use proper implementation
 discard d476b67  Clarify
 discard e66b265  Clarify
 discard b944ad6  Bug 55652 - JavaSampler silently resets classname if class can not be found Add as a minimum an error log Bugzilla Id: 55652
 discard b07ad7a  Bug 55653 - HTTP(S) Test Script Recorder should set TransactionController property "Include duration of timer and pre-post processors in generated sample" to false Bugzilla Id: 55653
 discard 09c7b5a  Add constant
 discard be0361b  Bug 55507 - Proxy SSL recording does not handle external embedded resources well Add more information for user Bugzilla Id: 55507
 discard 842d488  Update JDBC test plan
 discard e41c218  Replace JTextArea by JSyntaxTextArea
 discard 2f067d8  Add constructor parameter to disable undo
 discard 564e88e  Bug 55623 - Invalid/unexpected configuration values should not be silently ignored Bugzilla Id: 55623
 discard 6fe9aa1  Fixed typos Clarified some docs Added known mac book pro retina display issue note
 discard d491e8d  Indicate that timeout is in seconds
 discard 2729fb2  Clarify index to avoid having to look at doc
 discard 50aef96  Fix some issues (bad position for OS sampler lastest properties, typo Lagerto->Lagarto)
 discard 5d09a07  Fix a litte issue with last commit on this file
 discard 36c023f  Change style for section, category and title changes to have better look&feel (IMHO) Add a screeshot to show the new name of test recorder
 discard 5999a9e  Add black border
 discard d2b9262  Add new macros for Changes pages (ch_section, ch_category, ch_title)
 discard 0d44127  Rename HTTP Proxy Server as HTTP(S) Test Script Recorder Changes French translation Bugzilla Id: 55626
 discard 0db33c9  Change JMeter application icon to Apache plume icon Bugzilla Id: 55651
 discard a2b81ef  "Clear All" for Aggregate Graph is not clearing the last run Graph Not a real fix, but improves the user experience Bugzilla Id: 55564
 discard 4c878dd  I18N and Localization for some pop-up message/error
 discard 4499558  Tweak pop-up message
 discard dabd839  Show 2.10 recording information first
 discard 4d90e42  Update New And Noteworthy
 discard 15ca033  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Switch default to Lagarto Parser implementation Bugzilla Id: 55632
 discard 00c8fb4  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Add eol Bugzilla Id: 55632
 discard cd46d92  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Bugzilla Id: 55632
 discard 5a334a3  Proxy SSL recording does not handle external embedded resources well Update documentation Bugzilla Id: 55507
 discard 7e52236  Include Workbench test elements
 discard 6ee224f  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Rollback default for now Comment on performances Bugzilla Id: 55632
 discard 24a091f  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Fixed test failure Bugzilla Id: 55632
 discard 48ac5be  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Update documentation Bugzilla Id: 55632
 discard 6c7a525  Use constants
 discard 99b941c  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Bugzilla Id: 55632
 discard 3ebda92  Avoid calling twice same method
 discard 228e1a0  Clarify
 discard 43e5640  Proxy SSL recording does not handle external embedded resources well Update documentation Bugzilla Id: 55507
 discard ccc0a99  Doc
 discard cedd862  Minor tweaks to grammar and clarity
 discard 10a627e  Committed in error (thanks Milamber!)
 discard 014f470  Rename HTTP Proxy Server as HTTP(S) Test Script Recorder Bugzilla Id: 55626
 discard 01fa9df  Wrong place to check validity; we already do it when initialising the keystore
 discard 4e1c361  More info for user
 discard 2591d0c  Unused import
 discard ef9e4a5  Drop hostname as JMeterUtils not available from jorphan
 discard 99b43b0  More details regarding certificate installation
 discard c204553  Localise the root certificate DNAME
 discard 424fb3c  Doc
 discard 2bbe25c  Invalid/unexpected configuration values should not be silently ignored Log warning for jmeter.save.saveservice.output_format Bugzilla Id: 55623
 discard ff72c77  It's difficult to read the message if the URLs are long; use line break to clarify
 discard d0b99e6  Log command line when it fails
 discard bc1d748  Put log in same call as in multithreaded processing first log could be far from second one
 discard 69f74f9  Improve logging
 discard c76b747  The CONNECT request parameter is a host[:port], not a URI, so skip any attempt to adjust it
 discard b861ee3  Tidy up logging
 discard 6d631a9  Check validity of root CA certificate. Improve logging
 discard 78f528b  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Scrollbar does not appear when text exceed height of JSyntaxTextArea Bugzilla Id: 55606
 discard 645c018  Fix caret position to avoid scroll down on first view
 discard 766ff7d  Bug 55617 - Improvements to jorphan collection Bugzilla Id: 55617
 discard b9d55d6  Improve New and Noteworthy section
 discard c941701  Update template after changing exclusion defaults
 discard 8db5e6b  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements REduce  number of rows Bugzilla Id: 55606
 discard 6a2e2ed  Fix test failure
 discard e6a1e8e  Fix test failure
 discard df6b432  MongoDB is no more alpha since its use case has been clarified
 discard 13f98d1  Clarify what needs to be done when test fails
 discard 2ed95f9  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Reverting crappy code Bugzilla Id: 55606
 discard f3cdb58  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Fix test case failure in Headless mode Bugzilla Id: 55606
 discard 70dc515  Clarify documentation as per sebb remark on mailing list
 discard 22bc84d  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Fix test case failure in Headless mode Bugzilla Id: 55606
 discard 832fa54  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Bugzilla Id: 55606
 discard fe31c3f  Rename badly named field
 discard 0ba6154  Rename badly named field
 discard ebb7c03  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard e8351f3  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard 450b279  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard d0988e4  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
 discard 265eebd  Add note about HTMLParser and performances
 discard 5fe975b  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Fixed bad configuration Bugzilla Id: 55202
 discard 1a4e6c2  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add a way to disable undo feature in JSyntaxtTextArea, thanks Robert Futrell Bugzilla Id: 55202
 discard 4c24b57  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add missing configuration properties in jmeter.properties Bugzilla Id: 55202
 discard 7771ebe  upgrade to rsyntaxtextarea 2.5.0
 discard ace2274  upgrade to rsyntaxtextarea 2.5.0
 discard dde1249  Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152
 discard eb46f4f  Move MongoDB Alpha designation so complink references work
 discard 94e4494  Allow for previous name of component in titles and index
 discard bdbcb55  Synchronise site and printable stylesheets better
 discard e802a35   Help pane does not scroll to start for <a href="#"> links Bugzilla Id: 55580
 discard d244547  Trailing spaces
 discard d56e8f1  Proxy SSL recording does not handle external embedded resources well Clarify certificate names Display details of local certificate that user can check against Bugzilla Id: 55507
 discard 40278fc  Bug 55572 - Detail popup of parameter does not show a Scrollbar when content exceeds display Bugzilla Id: 55572
 discard c75ef9d  Fix typo.
 discard 19cb53c  Tab police
 discard e340e64  Oops - did not mean to commit jars
 discard 96cdaf4  Update to httpclient 4.2.6
 discard b23aa46  Don't copy logo.xcf as it's a source image not needed for the generated documents
 discard 3e36aea  More info on defining proxy settings
 discard e772bf2  Log the remote client host address (if possible)
 discard 4663f8f  Tidy up use of TestElement.ENABLED; use TestElement.isEnabled()/setEnabled() throughout Bugzilla Id: 55548
 discard 2b2fe81  Proxy SSL recording does not handle external embedded resources well Add text tool tip on HTTPS Domains field to indicate the Java 7 runtime requirement to use this behavior and some help text on the usage and comma separator when the field is enabled. Bugzilla Id: 55507
 discard cf7cd1a  Add a missing parenthesis.
 discard c9ae276  Proxy recording and redirects Added code to disable redirected samples. Bugzilla Id: 55531
 discard 67e89a1  HTTP Proxy Server GUI should not allow both Follow and Auto redirect to be selected Bugzilla Id: 55545
 discard 1584795  Code:Inconsistent synchronization AtomicBoolean and AtomicInt are not necessary when values are simply written and read and the previous value is irrelevant (e.g. AtomicInt would be needed if the value was incremented) Bugzilla Id: 52266
 discard 5674d80  Make it easier to enable/disable test elements from anywhere
 discard 841fe5e  Keep instance variables together
 discard a3ade51  static constansts should be upper case Keep instance variables together
 discard f250dc3  Update ignore list
 discard 825fbb6  Proxy SSL recording does not handle external embedded resources well Opera needs Root CA and a certificate chain Add export of certificate with .usr extension (Opera) Bugzilla Id: 55507
 discard 43e0fe2  Update ignore list
 discard bd4783b  Fix Eclipse compiler warnings
 discard f2e3550  Method can be private
 discard 500b83a  Proxy SSL recording does not handle external embedded resources well Oops did not mean to commit temporary keystore Bugzilla Id: 55507
 discard 80e2196  Proxy SSL recording does not handle external embedded resources well Reworked; setup is now done by ProxyControl on pressing Start TODO: better notification of progress of keystore init Bugzilla Id: 55507
 discard 0e568c2  Wrong log level
 discard b23a926  Bug 55464 - Include Controller running included thread group Bugzilla Id: 55464
 discard c4bc9a2  Bug 55464 - Include Controller running included thread group Bugzilla Id: 55464
 discard f4d14da  Bug 55518 - Add ability to limit number of cached PreparedStatements per connection when "Prepared Select Statement", "Prepared Update Statement" or "Callable Statement" query type is selected Documentation Bugzilla Id: 55518
 discard d1b40b8  Bug 55518 - Add ability to limit number of cached PreparedStatements per connection when "Prepared Select Statement", "Prepared Update Statement" or "Callable Statement" query type is selected Bugzilla Id: 55518
 discard 23ba8d4  Test for existence before trying to delete (thanks sebb)
 discard 01d90f1  Test for existence before trying to delete (thanks sebb)
 discard 9994781  Test value of File#delete and throw if cannot delete it
 discard 558e11e  Test value of File#delete
 discard e8d63bc  Move variable declaration to where it is used
 discard ad06d48  Simplify: throw IOE for InterrruptedException; if necessary can still distiguish the cause.
 discard 98cb307  Drop temp test code
 discard c2dc0a7  Move keystore type to ProxyControl; it's needed there so KeyStore can be intialised when Proxy is started
 discard 1672a70  Move System version check where it belongs
 discard bd4f80d  Proxy SSL recording does not handle external embedded resources well Add generation of keystores and aliases Bugzilla Id: 55507
 discard f37b149  Document where Java 7 is required
 discard 96e9c96  Sinplify KeyStore loading
 discard bb0ce6b  Add section on Recording and redirects to Proxy description Bugzilla Id: 55531
 discard 29664d3  Proxy SSL recording does not handle external embedded resources well Add method to create a host certificate (no wildcard) Bugzilla Id: 55507
 discard 69859be  Bug 55486 - New JMeter Logo Bugzilla Id: 55486
 discard 6fb850d  Bug 55486 - New JMeter Logo Bugzilla Id: 55486
 discard ec56da0  Proxy should support alias for keystore entry Bugzilla Id: 55525
 discard 05a7b2a  Proxy should support alias for keyserver entry Added helper key manager that returns the specified alias Bugzilla Id: 55525
 discard a6bdea5  Use constants for fixed aliases
 discard f66270a  Proxy SSL recording does not handle external embedded resources well Part 1: Add methods to create the necessary certificate and keystore Bugzilla Id: 55507
 discard 4bb8bee  Oops, remove debug statement
 discard 5fa1992  Javadoc warning
 discard 923bf72  Javadoc warnings
 discard f16658f  Add parameters to make method more generic; add -ext processing
 discard 8997d03  Oops, fix compilation failures caused by changes to SystemCommand
 discard 7a3e2d1  SystemCommand should support chaining of commands Bugzilla Id: 55515
 discard 9c12baa  SystemCommand should support arbitrary input and output streams Bugzilla Id: 55514
 discard 6af8ca4  Document use of default charset
 discard 1b1b463  StreamCopier cannot be used with System.err or System.out as it closes the output stream Bugzilla Id: 55513
 discard 8dc504a  Enhancement to OS sampler: Support for timeout Use constant so default timeout is shared Bugzilla Id: 55403
 discard de97d21  update change notes
 discard 8336d2f  Typo
 discard 65dff42  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Renamed to: Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152
 discard 8496432  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Add comment Bugzilla Id: 54152
 discard 13eae8a  Bug 55509 - Allow Plugins to be notified of remote thread number progression Bugzilla Id: 55509
 discard 6151046  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 svn eol Bugzilla Id: 54152
 discard 392657e  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Fix test failure Bugzilla Id: 54152
 discard 8642a76  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152
 discard 6df4b68  Clarify comment
 discard bf70086  Proxy should deliver failed requests to any configured Listeners Bugzilla Id: 55506
 discard d9733b2  Allow access to first line for debug purposes
 discard 3dff854  Proxy should deliver failed requests to any configured Listeners Allow deliverSampler to just send results Bugzilla Id: 55506
 discard 750764a  Revert accidental change to log message
 discard bca052e  Guard against impossible(?) occurrence
 discard 7d8dab3  Java 5 generic for loop
 discard 3da14a0  Proxy incorrectly issues CONNECT requests when browser prompts for certificate override Bugzilla Id: 55504
 discard 829edbe  Improve class loading: - New property "plugin_dependency_paths" for   plugin dependency jars. Paths get added to JMeter   loader but not the system class path. - Jar files contained in a directory configured   in one of the properties "search_paths", "user.classpath"   or "plugin_dependency_paths" are automatically added   to the same property as well. This is not true for jar   files contained in sub directories. Bugzilla Id: 55503
 discard 3a6491a  Proxy generates empty http:/ entries when recording Bugzilla Id: 55502
 discard c36d180  Fix comment
 discard 5a6aa26  Fix email
 discard 17190a8   Incorrect encoding for French description of __char function  Re-order some keys Bugzilla Id: 55501
 discard dc06837  Clarify
 discard c9a3d98  Improved debug: include remote port in log messages so multithreaded requests can be more easily traced
 discard 6b67275  Collapse suggested exclusion RE into a single line to reduce clutter on GUI
 discard a4d0e7a  Typo.
 discard 6f252e8  Quote the method so any whitespace is obvious
 discard 4e03e21  Spelling errors
 discard 034d092  Ensure BC jars with old name prefix are deleted
 discard 2ebeca0  Add helper class for working with Java keytool
 discard 52b75a2  Drop temporary cast. Add build debug to trace issue with buildbot build
 discard eead4ba  Add temporary cast to trace issue with buildbot build
 discard bf44bed  Localise variable definitions
 discard 5bb227a  Don't save the passwords as static fields
 discard dcf5d85  Updated Proxy cert details
 discard 03063cf  Bug 55488 - Add .ico and .woff file extension to default suggested exclusions in proxy recorder Bugzilla Id: 55488
 discard 7fda644  Simplify and avoid calling exitValue() twice if the process has ended.
 discard da681e2  helper method should be private
 discard 4cfd134  Add comment re proc.destroy
 discard db20a2b  Bug 55403 - Enhancement to OS sampler: Support for timeout Remove magic number Bugzilla Id: 55403
 discard d90d9a5  Safer use of mkdir() - see for example discussion of mkdirs() here: https://issues.apache.org/jira/browse/IO-280
 discard 4af1780  More info on proxy recording
 discard 76a44a7  Clarify when BSF Sampler is needed
 discard 8d60941  Add EOL at EOF
 discard 915243f  Change field name Raw Post Data to Body Data
 discard 3d49a25  Change field name Raw Post Data to Body Data
 discard 98e5975  Bug 55403 - Enhancement to OS sampler: Support for timeout Fixed compilation error Bugzilla Id: 55403
 discard e25c645  Fix some typo Update documentation
 discard 8027e8a  Bug 55403 - Enhancement to OS sampler: Support for timeout Update docs Bugzilla Id: 55403
 discard ad2fca4  Bug 55403 - Enhancement to OS sampler: Support for timeout Screenshot for changes Bugzilla Id: 55403
 discard 8d0f4b0  Bug 55403 - Enhancement to OS sampler: Support for timeout Bugzilla Id: 55403
 discard 0ecefca  Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it Reset previous nodes Bugzilla Id: 54155
 discard f9e6e85  Update a bit this section
 discard 9847ba7  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Clarify docs Bugzilla Id: 53480
 discard 617cefc  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Clarify Bugzilla Id: 53480
 discard bb959bf  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add missing config files to distribution Bugzilla Id: 53480
 discard 90a371c  Allow environment to be null; document nullity of parameters
 discard 789e512  dname contains spaces
 discard 231f06c  Make validity an optional parameter; check if output file exists
 discard 17aba5a  Parameterise the key generation command
 discard b4fb3ec  Don't overwrite sample label
 discard c29498d  Bug 55463 - Component.requestFocus() is discouraged; use requestFocusInWindow() instead Bugzilla Id: 55463
 discard c6f644a  System Sampler should not change the sampler label if a sample fails Use the responseMessage for error reporting Simplify the code; the outer try block was not needed. Bugzilla Id: 55462
 discard 9dac288  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bug 55103 - why does the focus listener now get called after modifyTestElement? Bugzilla Id: 55459
 discard db2d323  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Rollback change using Editor to access value Replace requestFocus() by requestFocusInWindow() Bugzilla Id: 55459
 discard 916cc0f  Javadoc
 discard e1bc8ed  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bugzilla Id: 55459
 discard 72f7eb7  Bug 55455 - HTTPS with HTTPClient4 ignores cps setting Remove deprecated note Bugzilla Id: 55455
 discard 474c933  Bug 55455 - HTTPS with HTTPClient4 ignores cps setting Bugzilla Id: 55455
 discard b11517d  ComboStringEditor does not translate EDIT and UNDEFINED strings on language change Rework UniqueObject so equality depends on the property key. Bugzilla Id: 55437
 discard 16f0212  Removed Contributed by as sebb did.
 discard 736251b  Javadoc
 discard 7120bf7  fix typo
 discard 4ff6c6c  HEAD redirects should remain as HEAD Bugzilla Id: 55450
 discard db6e344  Javadoc
 discard 724037e  Bug 55451 - Test Element GUI with JSyntaxTextArea scroll down when text content is long enough to add a Scrollbar Bugzilla Id: 55451
 discard 4dbe74d  Change log to a warn
 discard fe0d85f  Change log to a warn
 discard df17f59  Show IP source address in request data Bugzilla Id: 55389
 discard 29fdfb5  CSV Dataset Config loses sharing mode when switching languages Updated docs Bugzilla Id: 55432
 discard a668434  CSV Dataset Config loses sharing mode when switching languages Bugzilla Id: 55432
 discard 70cb641  Suppress deliberate use of deprecated methods
 discard 838b65e  Javadoc Improve order of checks
 discard 5622484  Log a warning if the DEFAULT class is not appropriate for the property class
 discard b1101f1  EnumEditor operates Integer values so the DEFAULT should be an Integer
 discard 3206ed4  Use defaults of the correct type; don't rely on conversion from Strings
 discard a8e1b46  ComboStringEditor should allow tags to be language dependent Bugzilla Id: 55440
 discard dc16aaf  Don't allow external code to modify the tags array
 discard 0fe3f0d  ComboStringEditor does not translate EDIT and UNDEFINED strings on language change Bugzilla Id: 55437
 discard dbb4801  ComboStringEditor should implement ClearGui Bugzilla Id: 55436
 discard f571d74  ComboStringEditor could be simplified to make most settings final Bugzilla Id: 55435
 discard fec9659  Tweak log messages
 discard 9556853  Value must be defined
 discard 29c5ba9  Constant Throughput Timer bug with localization Bugzilla Id: 53679
 discard 8dc3f83  Need GUI Editor to process fields which are based on Enums with localised display strings No need for caller to provide the ResourceBundle as we already have it Bugzilla Id: 55421
 discard 990cca0  TestBeanHelper should ignore properties not supported by GenericTestBeanCustomizer Bugzilla Id: 55427
 discard aee05eb  Inline method which is only used locally.
 discard 6f57d87  Rearrange test so can compare more JMX test files - ones that only have changes within lines have the same line count.
 discard a5f3185  Suppress checked warning as it is safe to do. Use a temporary variable to localise the scope of the suppression.
 discard f02dc17  Need GUI Editor to process fields which are based on Enums with localised display strings Better invocation strategy - pass in enum class and resource bundle Oops - missed this from svn commit: r1514547 Bugzilla Id: 55241
 discard a4521e9  Need GUI Editor to process fields which are based on Enums with localised display strings Better invocation strategy - pass in enum class and resource bundle Bugzilla Id: 55241
 discard b643c45  Improve log message
 discard 82996fd  Screenshot for new device feature
 discard f12ac84  Update changes
 discard 8f89b86  Bug 55424 - Add Stripping to existing SampleSenders Bugzilla Id: 55424
 discard 7df6f8a  Bug 55424 - Add Stripping to existing SampleSenders Bugzilla Id: 55424
 discard 1e5de6b  Add javadocs Add constant for default queue size
 discard eb6a806  Bug 55423 - BatchSampleSender: Reduce locking granularity by moving listener.processBatch outside of synchronized block Bugzilla Id: 55423
 discard 9898a27  Need GUI Editor to process fields which are based on Enums with localised display strings Bugzilla Id: 55241
 discard dbb98c4  Use ClearGui interface method if it exists
 discard 57a4c47  Move clearGui() into separate interface
 discard a021ca2  Avoid possible NPE when reporting errors
 discard 1f90276  Fix typo in package name
 discard 9a46c1b  Update some screenshots for HTTP Request
 discard 4523f8f  ant download_jars task fails if lib/api or lib/doc are missing Bugzilla Id: 55405
 discard 7b1604a  Support device in addition to source IP address Use enum for source types; don't convert between index and name unnecessarily. Bugzilla Id: 54874
 discard 6342547  Change Source Type Map to ArrayList (better) Bugzilla Id: 54874
 discard c0ebb1c  Some improvements to Proxy Server box (font, width field, allocation of space fields) Simplify Path pane
 discard 1951890  Synchronize design UI with HTTP Sampler for Embedded Resource box
 discard b145160  Improve UI inter-action with Embedded Resources checkbox and URLs matching text field
 discard 81ba00f  Fix an issue with localization in Source Address Type list Bugzilla Id: 54874
 discard d0be343  Fix missing french translation Bugzilla Id: 54874
 discard 017d7dc  Re-organizes the Source Address options. Change the organization for "Optional tasks" in the HTTP Request (separating into 3 sub-blocks : Embedded resources, Source Address, Optional tasks) Bugzilla Id: 54874
 discard f459b33  Reduce the element screen width for HTTP Request Related with Bug 54874
 discard 84f0043  Tweak grammar
 discard 49a6046  NativeCommand could be useful elsewhere Deprecate original class Rename new class to avoid confusion Bugzilla Id: 55411
 discard d5d5fd6  NativeCommand could be useful elsewhere Moved code to o.a.jorphan.exec Bugzilla Id: 55411
 discard 2146f9d  Update TCP Sampler screenshots
 discard 8bcd6e9  UI improvements
 discard ca906f7  I don't need (or want) attribution references.
 discard 3d108a5  Update changes
 discard 4b47e02  Clarify some sentences. Remove some misleading advices.
 discard a9fed6f  Fix mail inside <>
 discard d25e43a  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1513006 13f79535-47bb-0310-9956-ffa450edef68
 discard b4bc377  Updated New and Noteworthy with last changes
 discard 848e4ea  Update after rollback of new certificate
 discard 55f74c6  Added contributor tag as discussed on mailing list
 discard 212e385  Clarify docs for MongDB Script and fix typo
 discard dd1a346  HC3 does not allow IP Source field to override httpclient.localaddress Bugzilla Id: 55388
 discard 791fe46  Support device in addition to source IP address Support choice of IPv4 or IPv6; report error if selected interface is not found Bugzilla Id: 54874
 discard c53ac54  Bug 54482 - HC fails to follow redirects with non-encoded chars Clarify javadocs Bugzilla Id: 54482
 discard 5a81601  Support device in addition to source IP address Bugzilla Id: 54874
 discard 775eda6  Add code docn
 discard bf4a601  Avoid unused variable warning and provide useful debug output
 discard 4907430  Bug 54482 - HC fails to follow redirects with non-encoded chars Add some tests Bugzilla Id: 54482
 discard 6570062  Bug 54482 - HC fails to follow redirects with non-encoded chars Check for null path Bugzilla Id: 54482
 discard da3fc03  Bug 54142 - HTTP Proxy Server throws an exception when path contains "|" character Integrated my patch with a slight change to make current behaviour with Java Impl remain the same as bug only affects HC impls Bugzilla Id: 54142
 discard 8075cd9  Bug 54482 - HC fails to follow redirects with non-encoded chars Oups take into account new exceptions Make error message more complete Bugzilla Id: 54482
 discard 847f1a3  Bug 54482 - HC fails to follow redirects with non-encoded chars Fix as per sebb comment Bugzilla Id: 54482
 discard ba2cb5d  StackOverflowError with ModuleController in Non-GUI mode if its name is the same as the target node Bugzilla Id: 55375
 discard 531114f  Add test for Bug 47165 to guard against regression
 discard dadbc89  Move common code to super-class
 discard 9cb6fbe  Clarify behaviour when path contains a full URL
 discard f39f535  Javadoc
 discard d91a728  Bug 54482 - HC fails to follow redirects with non-encoded chars Bugzilla Id: 54482
 discard 4105d3d  Typo
 discard 95c50a4  Immutable private field => final
 discard b6cd8f4  Revert 'simple' web test plan Add an advanced web test plan Refer to: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201308.mbox/%3CCAH9fUpZbY2rXkzSssk1R2be0XhFyLrEa%3D%2BHg3UtuKzVwUGFaUQ%40mail.gmail.com%3E
 discard 9cda74f  Updated to HttpComponents Core 4.2.5
 discard 90444c1  Updated to HttpComponents Core 4.2.5
 discard b256560  Bug 54271 - Module Controller breaks if test plan is renamed Bugzilla Id: 54271
 discard 9f3ef13  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update docs as per Felix Schumacher patch and complete documentation Bugzilla Id: 53480
 discard cb9a217  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update screenshots Bugzilla Id: 53480
 discard 2ac4289  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update documentation Bugzilla Id: 53480
 discard 33f0fb9  Unnecessary output
 discard f49a477  Immutable private fields should be final
 discard 97d3791  Unnecessary line-wrap
 discard 54b4215  Avoid warning from serialisation tests
 discard 79d57f0  Immutable private fields should be final
 discard d822cbc  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Fix typo Bugzilla Id: 55085
 discard 0621eeb  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Add Webservice Template (not using deprecated Webservice Sampler) Enhance web test plan to show more features Bugzilla Id: 55085
 discard 63ce8e5  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix test warning Bugzilla Id: 53480
 discard 9e17758  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix comments in krb5.conf Bugzilla Id: 53480
 discard 1cbd59c  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix comments in jaas.conf Bugzilla Id: 53480
 discard cebf872  Update listener default format (CSV), update save as image screenshot
 discard 98a9c5a  Simplify, and avoid boxing warning
 discard 44d2d4d  Update to non-deprecated method
 discard aa924ca  Add some templates from user's manual
 discard afe8609  Grammar
 discard 18414e5  NativeCommand hangs if no input file is specified and the application requests input Bugzilla Id: 55349
 discard d55e8a4  Update some screenshots. Add save option to workbench.
 discard c0a26fa  Bug 54789 - XPath Assertion - GUI enhancements to increase readability and ease of use Bugzilla Id: 54789
 discard fd26372  Typo + warning's icon mention
 discard 4c35341  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Make jaas application configuration and default to JMeter Bugzilla Id: 53480
 discard 5df9b05  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add ability to clear kerberos subjects on each Main Loop iteration i18n Bugzilla Id: 53480
 discard a3f6e59  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add ability to clear kerberos subjects on each Main Loop iteration Bugzilla Id: 53480
 discard 6eaeb33  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Make jaas application configuration and default to JMeter Bugzilla Id: 53480
 discard ec7fb61  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Remove server configuration Bugzilla Id: 53480
 discard 8d2f073  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix and document client configuration Bugzilla Id: 53480
 discard d451423  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add client configuration Bugzilla Id: 53480
 discard 85b0471  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add configuration Bugzilla Id: 53480
 discard 90d52df  Bug 55334 - Adding Include Controller to test plan (made of Include Controllers) without saving TestPlan leads to included code not being taken into account until save Bugzilla Id: 55334
 discard 1f47b33  Corrections: default sampler is now HTTPClient4; Java sampler does now support per connection proxies.
 discard 67ecb54  Document -H and -P parameters
 discard fa7fe1b  Test file including all GUI items in 2.10
 discard 54d1ad9  Test file including all GUI items in 2.10
 discard 6c4fd59  Clarify documentation
 discard de75acc  Clarify javadoc
 discard 9fdb294  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Tests failure Bugzilla Id: 53480
 discard aa01ac6  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Revert to previous test plan Bugzilla Id: 53480
 discard 884f20e  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Revert to previous test plan Bugzilla Id: 53480
 discard db99f60  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Test Plan to add new column Bugzilla Id: 53480
 discard a2cae4f  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Test Plan to add new column Bugzilla Id: 53480
 discard 1860503  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) svn eol Bugzilla Id: 53480
 discard cb01ba8  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Bugzilla Id: 53480
 discard 9c4b781  Bug 55328 - __escapeOroRegexpChars trims spaces Bugzilla Id: 55328
 discard 433bcda  Code comment
 discard add6d0b  Add final EOL at EOF
 discard a6c222c  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add xml Bugzilla Id: 55202
 discard 5eea2ac  Clarify content of links
 discard b730635  Grammar tweak
 discard 66120c1  Fix millisecondes (3 SSS only)
 discard 5001cd3  Update "Building an Extended LDAP Test Plan" in user manual (new screenshots, etc.)
 discard 16f5afb  Update "Building an LDAP Test Plan" in user manual (new screenshots, add Response Assertion, etc.) =>corrects the figure number
 discard 3a988dd  Update "Building an LDAP Test Plan" in user manual (new screenshots, add Response Assertion, etc.)
 discard 0d51303  Remove dgc interval settings.
 discard 880e7ea  Revert to previous certificate as new one is not entirely correct
 discard c483a5c  Synchronise settings with Unix version
 discard 8d6145d  Fixed: - String appending - Wrong division - Primitive value is boxed then unboxed to perform primitive coercion
 discard 5792ceb  Add a GC option for perm cleanup Add explanation on NEW zone
 discard 84d7b2c  Update proxyserver certificate
 discard 32c43ec  Add simple example XPath expressions
 discard 75309b8  Fix millisecondes (3 SSS only)
 discard c9a4337  Tweak the English
 discard 3831c76  Tweak the English
 discard 4c7c07e  Add section
 discard 78c7bb3  Add section
 discard fb991e7  Update get started page. Update Templates... screenshots
 discard 7344f17  Refresh/update index page
 discard 4b8d006  Update changes (prepare next release). Complete View Results Tree for CSS/JQuery Tester
 discard 2175ad7  Update changes (prepare next release). Fix some screenshots. Thanks to Philippe.
 discard c2bb6aa  Follow-up to http://svn.apache.org/r1502962 Add licenses to source and binary archives
 discard 334ec09  Javadoc fixes
 discard c2c86de  Unused imports
 discard ea39c9a  Unused imports
 discard f897e35  Fix test compilation failure
 discard 9e36fbd  Add some screenshots to changes (for 2.10 release)
 discard 2af1d13  Add a known issue with Java 6 + Gnome 3 on Linux systems Oups, use bugzilla tag
 discard b6b6db0  Add MongoDB in color syntax mention Add a known issue with Java 6 + Gnome 3 on Linux systems
 discard c74cfd8  JMeter should default to 0 retries for HTTP requests Bugzilla Id: 55288
 discard c199d56  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Bugzilla Id: 55023
 discard 137bc67  Fix some French translations
 discard 90962a7  Use TimeUnit for readability
 discard 00da906  Use TimeUnit for readability
 discard e47e370  Use TimeUnit for readability
 discard f2538ef  Use TimeUnit for readability
 discard b23ffde  Use TimeUnit for readability
 discard adf09da  Update screenshots in Build HTTP test plan in user's manual (prepare for a template)
 discard 9c17260  UX Improvement : Ability to create New Test Plan from Templates Add icon's templates to bar menu Bugzilla Id: 55085
 discard 558decf  UX Improvement : Ability to create New Test Plan from Templates Rename "Create from templates" to Templates (internally) Bugzilla Id: 55085
 discard 64a3e68  Tweak JSR223 docs
 discard e048ee8  Add advice on JSR223 and Groovy
 discard 999c8ba  Clarify documentation after introduction of caching for inline scripts
 discard 8fd0777  Add test to compare versions in build.properties, eclipse.classpath and parent pom
 discard 953b2bd  Rename some properties to agree with jar name
 discard 4363975  Remove tabs and fix alignment
 discard b7e916b  Not actually used
 discard 31b1ca8  Use same name as build.properties
 discard 42d074b  Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard a20140c  Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard 147966c  Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard 3387618  Alpha sort
 discard d3d3ba9  Standardise on TABs as that is what Eclipse uses
 discard f1f8bdd  Updated to BouncyCastle 1.49 (from 1.48)
 discard 1f026f6  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Add Mongo DB template Bugzilla Id: 55085
 discard 5776841  Update Build FTP test plan in user's manual (prepare for a template)
 discard 34a8b5d  Add new and noteworthy
 discard 69ecc66  Bug 54584 - MongoDB plugin svn eol type Bugzilla Id: 54584
 discard e71b1d3  Bug 54584 - MongoDB plugin Add MongoDBHolder to allow easier access to DB api Bugzilla Id: 54584
 discard 9e714b7  Missing javadocs for MongoDB
 discard 78f927f  Bug 55255 - Allow Body in HTTP DELETE method to support API that use it (like ElasticSearch) Bugzilla Id: 55255
 discard 98411ed  Accidental commit - subclipse misbehaving
 discard f7e43c0  Re-organised and simplified NOTICE and LICENSE files
 discard 1119d4e  We don't need the "how to apply" section
 discard 359ab78  Missed another location where commons-lang was moved
 discard 4f821f4  Commons-lang has moved
 discard 237bf41  Bug 54834 - Improve Drag & Drop in the jmeter tree http://mail-archives.apache.org/mod_mbox/jmeter-dev/201307.mbox/%3CCAOGo0VZ0z3GMbfsq_gSB%2Bp7nTUqLng6Gy2ecvYbD8_AKb-Dt5w%40mail.gmail.com%3E Bugzilla Id: 54834
 discard 0055cc7  Document impact of commons-lang-2.6.jar removal
 discard 6294766  Clarify Gaussian Timer
 discard 652b12f  Commons-lang 2.6 is only needed for document generation, so move to lib/docs
 discard fd947ff  Bug 54834 - Improve Drag & Drop in the jmeter tree Document java bug Bugzilla Id: 54834
 discard b08c21c  Bug 54834 - Improve Drag & Drop in the jmeter tree Select dropped nodes Bugzilla Id: 54834
 discard 28ed613  Continues New and Noteworthy section Moved some enhancements in bugs section as they are not really enhancements
 discard 9c94285  Lazily load the dialog and TemplateManager using IODH idiom
 discard 730e64c  BeanShell Client jar throws exceptions after upgrading to 2.8 Bugzilla Id: 55242
 discard 39ab056  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Make MongoDBSampler use Javascript syntax color Bugzilla Id: 55085
 discard 54683fd  Templates - provide button to reload template details Improve the buttons disposition (v2). Classic way for Cancel/CreateOrMerge buttons. Move on header Reload Template button. Bugzilla Id: 55236
 discard fb5af6d  A new line seems needed
 discard 32c4836  Templates - provide button to reload template details Improve the buttons disposition (I thinks) Bugzilla Id: 55236
 discard 110ccd2  Simplify BeanShell template; add more description
 discard 1c3de24  Revert to populating the page in the init phase. This means the selection is retained if the dialog is closed (as per original implementation)
 discard 1df1a78  Templates - provide button to reload template details Update FR translation Bugzilla Id: 55236
 discard f6af468  Template system should support relative fileName entries Bugzilla Id: 55237
 discard be85060  Too many different fields all call templates!
 discard 09a45ad  Templates - provide button to reload template details Bugzilla Id: 55236
 discard dbae8c3  Start of new and noteworthy
 discard b890c01  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Handle opening of browser on link clicking Bugzilla Id: 55085
 discard 5f7422e  Change list Known bugs to bullet list. Add mention to Java Bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 for Java/Linux issue.
 discard 32fc1e8  Fix javadoc warning
 discard ea9c630  UX Improvement : Ability to create New Test Plan from Templates Add *.dtd in binary archives Bugzilla Id: 55085
 discard af75d41  Improve FR translation
 discard d2551f6  ViewResultsTree: text not refitted if vertical scrollbar is required Bugzilla Id: 55111
 discard ae85eed  Pick up the list of template names at run time
 discard 6cbc6e8  Allow the template list to be reset (in case the xml has changed)
 discard c2ab42f  Immutable variable can be final
 discard 3d89f5b  Allow JUnit serialisation tests to succeed
 discard b970fbb  Tab police
 discard 029e966  Template GUI Manager silently overwrites files; does not allow for file merge Load directly from template, but don't set the filename details Allow Template Merge Bugzilla Id: 55224
 discard c00b149  Template GUI Manager silently overwrites files; does not allow for file merge Change GUI to show whether template is full test plan or partial Bugzilla Id: 55224
 discard 4a51924  Simplify some larger methods Don't reuse fields
 discard 80cae6f  Javadoc
 discard 1e17190  new FocusRequester(source) on its own looks rather odd; change to use static method instead
 discard d1f9a9d  Javadoc
 discard 8a8148e  Add missing entry
 discard 915b996  Add flag to document whether template is a complete TestPlan or just a mergeable selection
 discard befb64f  Templates can be merged as well
 discard d9297f6  Simplify by passing File to XStream. This also allows XStream to find the SYSTEM file.
 discard 9aabd38  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea (add mention to JDBC) Bugzilla Id: 55202
 discard 0b1b36c  Remove test entry
 discard aec5fa1  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) with RSyntaxTextArea JDBC now uses SQL language format Bugzilla Id: 55202
 discard 3a142eb  Localise language => Syntax translation to wrapper class
 discard 025e653  UX Improvement : Ability to create New Test Plan from Templates Simplify swing objects. Let's ComponentUtil sizing the dialog box. Bugzilla Id: 55085
 discard 71f7523  Add support for lanuage to be passed to TextEditor instances
 discard 5ef55c4  Oops, not ready for this yet
 discard 304be00  Allow descriptor to be passed to TextAreaEditor (for eventual use in SyntaxTextArea setup)
 discard a03b2f1  Be explicit about super class invocation
 discard 01f1701  Allow descriptor to be passed to TextAreaEditor (for eventual use in SyntaxTextArea setup)
 discard 45560ec  UX Improvement : Ability to create New Test Plan from Templates Change preferred size so existing templates fit better Bugzilla Id: 55085
 discard b5283c3  UX Improvement : Ability to create New Test Plan from Templates Document why we don't use interface type Map for Templates#templates Bugzilla Id: 55085
 discard d5947c5  UX Improvement : Ability to create New Test Plan from Templates TemplateManager now returns templates in the order they are defined Bugzilla Id: 55085
 discard 1a88f74  Remove code from try/catch that does not need to be there Fetch fileName once
 discard 5a5cf9f  Temporarily disable the DTD as it causes problems for XStream It seems to look for the DTD in the launch directory rather than relative to the XML
 discard 864b23e  Add basic DTD for the templates.xml file
 discard d66bdeb  Add "..." to say to the user that a wizard will launch
 discard 8892df3  Move JSytntaxTextArea where it can use JMeterUtils
 discard ee8dcd2  & needs to be double-escaped because the xml is processed twice
 discard 03b2067  Bug 55175 - HTTPHC4Impl refactoring to allow better inheritance Bugzilla Id: 55175
 discard 4ff2f35  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added screenshot Bugzilla Id: 55085
 discard dd12cca  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added documentation Bugzilla Id: 55085
 discard 4134fa5  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added documentation Bugzilla Id: 55085
 discard 41c9fc7  fixed some typos Clarified some unclear bugs fixed ? appearing instead of quotes
 discard c3fa9c8  Spelling etc
 discard 12317a5  TestBeanGUI - wrong language settings found Bugzilla Id: 55203
 discard bfd261e  Documentation fix
 discard 3d9b115  Documentation fix
 discard f811589  Document code equality
 discard 58e14ff  Bug 55203 - TestBeanGUI - wrong language settings found Bugzilla Id: 55203
 discard e0a38bd  Updated to tika 1.4 (from 1.3)
 discard 2d8c900  Update docs with new screenshots Bugzilla Id: 55202
 discard 3a2eb60  Fix tab
 discard a3ead4b  Get rsyntaxtextarea jar file from official binary zip Bugzilla Id: 55202
 discard e4ef348  Generic for loops
 discard b5fa0a7  Document not used
 discard 2cbf789  JSR223 language entries are duplicated; fold to lower case Bugzilla Id: 55208
 discard 883eaec  Variable spelling
 discard abc06e3  Generic for loops
 discard fa2405c  Opps, forgot JMeterUtils was in core
 discard 79d3006  Only TestBean classes are supported
 discard ca7b2ff  Only access RSyntaxTextArea through utility classes
 discard 748a6c1  Add utility classes for RSyntaxTextArea add-on
 discard 4cff13d  Simplify: use for loop and inline a variable
 discard 2d776be  Useless Javadoc
 discard c33ded9  Add specific error message and explanation re comma escaping Bugzilla Id: 55169
 discard 2d7c5fb  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Fixed missing " check if the test plan has been saved before replacing it" Bugzilla Id: 55085
 discard 05ed61f  Fix up language mappings
 discard cfdfc02  Remove extra blank lines from help text
 discard 97ed1d9  Typo
 discard ddcbb54  No need for class to be nested; avoids name clash over "templates" field
 discard 457aeea  Add AL header
 discard a876207  Close the <li> tag; remove blank lines
 discard 2ac79ea  Sort entries
 discard d098396  Private immutable fields can be final
 discard 33c8cc0  Document usage
 discard e79dc6b  Private immutable fields can be final
 discard 1ef3496  Fix to allow Headless testing
 discard fee805a  Unused imports
 discard 7e3d3e9  Variables might as well be final
 discard 5e94f93  Exception is not thrown
 discard 39d018f  Not used
 discard 59f5a42  Generics
 discard 2a4b7f5  Javadoc syntax
 discard 0a8eba0  Redundant null check
 discard 8ab334d  Superflous index
 discard ba90495  Bug 55202 - Proposal to add RSyntaxTextArea for BeanShell, BSF, and JSR223 elements Disable download link for rsyntaxtextarea jar from Maven Repo, the license in pom files is LGPL (but modified BSD on official website) Bugzilla Id: 55202
 discard 846e689  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
 discard 728e1a8  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) with RSyntaxTextArea Bugzilla Id: 55202
 discard 2fccdfb  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
 discard 662af67  Bug 55202 - Proposal to add RSyntaxTextArea for BeanShell, BSF, and JSR223 elements Bugzilla Id: 55202
 discard 290f977  Clarify issue with BeanShell compilation
 discard 94f813e  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
 discard ea93414  Comments: remove duplicate/obsolete ones and clarify recent change
 discard 9a258e4  Integer overflow when computing ONE_YEAR_MS in HTTP CacheManager Bugzilla Id: 55187
 discard 4832bb9  Bug 55172 - Provide plugins a way to add Top Menu and menu items Made method private as per sebb comment Bugzilla Id: 55172
 discard 4b7b765  Bug 55172 - Provide plugins a way to add Top Menu and menu items Fixed EOL Bugzilla Id: 55172
 discard a034d3e  Bug 55172 - Provide plugins a way to add Top Menu and menu items Bugzilla Id: 55172
 discard f573b5e  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates add templates to distribution Bugzilla Id: 55085
 discard 1a59cbd  Bug 54584 - MongoDB plugin Set MongoDB Script in alpha and clarify documentation on eval issue
 discard d1aa489  BeanShellTestElement faiils to quote string when calling testStarted(String)/testEnded(String) Bugzilla Id: 55163
 discard 9834ca0  Share the code
 discard fce8a4c  fixed typo
 discard d62695e  Bug 54584 - MongoDB plugin Set MongoDB Script in alpha and clarify documentation on eval issue Bugzilla Id: 54584
 discard db14be3  Bug 54950 - ModuleController : Changes to referenced Module are not taken into accound if changes occur after first run and referenced node is disabled Bugzilla Id: 54950
 discard 3f510f4  Bug 53679 - Constant Throughput Timer bug with localization Added mention on  elements impacted by this bug in documentation Bugzilla Id: 53679
 discard 8f3900d  useless test
 discard 697113b  Bug 55161 - Useless processing in SoapSampler.setPostHeaders Bugzilla Id: 55161
 discard 1726298  Upgrade of libraries: commons-logging-1.1.3 commons-net-3.3 jodd-3.4.4 mongo-java-driver-2.11.2
 discard 8393a1c  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Set svn properties Bugzilla Id: 55085
 discard 492c23b  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Set svn:eol-type Bugzilla Id: 55085
 discard f184d4a  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Bugzilla Id: 55085
 discard a3f3f04  Fix alignment (drop extra 4 spaces indent)
 discard 7a9b3f0  Change Javadoc generation per CVE-2013-1571, VU#225657 Bugzilla Id: 55129
 discard e8efec4  Bug 54903 - Remove the dependency on the Activation Framework Bugzilla Id: 54903
 discard 9f32ffd  Bug 55092 - Log message "WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Null URL detected (should not happen)" displayed when embedded resource URL is malformed Bugzilla Id: 55092
 discard 6820a35  Just discovered that the svnmucc "-n" option alias is removed in the upcoming 1.8.0 Might as well use the full names in a script as they are more readable
 discard ec1cc4a  Minor tweak - sync. svnmucc options as far as possible
 discard 21816a5  Remove unnecessary string validation Bugzilla Id: 55084
 discard c4672a9  Bug 55084 - Add timeout support for JDBC Request Fixed javadocs Bugzilla Id: 55084
 discard 8ca0bd6  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
 discard a34df7b  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
 discard 8b6438a  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
 discard 4905bed  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Fixed regression on 52310 introduced by fix - http://svn.apache.org/r1489603 Fixed regression on 51380 introduced by fix http://svn.apache.org/r1490281 Bugzilla Id: 55023
 discard 6234b0e  Always display the log file even if one of the output files has different contents
 discard d7950d9  Fix bug introduced in http://svn.apache.org/r1489603 The testIterationStart method is called from a different thread from any of the samples
 discard 5346b33  EOLStyle
 discard 03bad67  Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children Bugzilla Id: 54985
 discard 1e75d8a  Bug 55065 - wasted work in Spline3.converge() Bug renaming Bugzilla Id: 55065
 discard c67d870  Bug 55064 - Useless processing in ReportTreeListener.isValidDragAction() Bugzilla Id: 55064
 discard 386d7a4  Bug 55065 - wasted work in Spline3.converge() Bugzilla Id: 55065
 discard e554711  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Fixed regression on 51380 introduced by fix Bugzilla Id: 55023
 discard 6ba2d9d  wasted work in Data.append() Bugzilla Id: 55056
 discard 107624f  SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Move testIterationStart code to samplers that actually need it; allows it to be done on first actual sample Bugzilla Id: 55023
 discard 5ec765e  Bug 54985 - Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children Bugzilla Id: 54985
 discard 1f995e5  Bug 54990 - Download large files avoiding outOfMemory Rollback as per sebb comment on dev list Bugzilla Id: 54990
 discard a5e689c  Bug 54990 - Download large files avoiding outOfMemory Use method from commons-io Bugzilla Id: 54990
 discard ae40b4e  Bug 55027 - Test Action regression, duration value are not record Bugzilla Id: 55027
 discard e1c2935  Download large files avoiding outOfMemory Add utility method to do chunking and use in ResultSaver Bugzilla Id: 54990
 discard 2263e26  Add functions to encode/decode URL encoded chars (__urlencode and __urldecode) Bugzilla Id: 54991
 discard c3e49f1  Small user interaction improvements in Row parameter Detail Box
 discard 381fc3c  Re-add Apache License v2
 discard 3367128  Add tr, update project name
 discard ebc4173  Add mongo protocol entry
 discard 801cf41  Bug 54584 - MongoDB plugin Finalize documentation Bugzilla Id: 54584
 discard 05f0718  Clarify HTTPs recording
 discard bb3b882  Add Shutdown Hook to enable trapping kill or CTRL+C signals Simplify; only add the hook once Bugzilla Id: 54945
 discard fa01ece  Bug 54945 - Add Shutdown Hook to enable trapping kill or CTRL+C signals Bugzilla Id: 54945
 discard df3baaa  Add tag for 2.9
 discard 7c7edbc  Removal from GUI of Deprecated of Webservice SOAP Request Fixed HTML Parameter Mask not being removed from GUI due to change in label
 discard 10c1830  Updated to commons-codec 1.8 (from 1.6) Updated to commons-io 2.4 (from 2.2) Updated to commons-net 3.2 (from 3.1) Updated to jdom-1.1.3 (from 1.1.2) Updated to jodd-lagarto and jodd-core 3.4.3 (from 3.4.1) Updated to junit 4.11 (from 4.10) Updated to slf4j-api 1.7.5 (from 1.7.2) Updated to xmlgraphics-commons 1.5 (from 1.3.1) Updated to xstream 1.4.4 (from 1.4.2)
 discard da898ad  Fixed typo
 discard 626d0d5  Bug 54584 - MongoDB plugin Update docs Bugzilla Id: 54584
 discard 0c9d1a9  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
 discard f3dac24  Bug 54924 - XMLAssertion uses JMeter JVM file.encoding instead of response encoding and does not clean threadlocal variable Bugzilla Id: 54924
 discard 16ebd78  Propagate the input event ID
 discard ede7c2e  Propagate the input event ID
 discard 0da3ba6  Bug 54913 - JMSPublisherGui incorrectly restore its state Bugzilla Id: 54913
 discard 80a9a5c  Bug 54912 - JMeterTreeListener should use constants Bugzilla Id: 54912
 discard 2820e9e  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
 discard 40bf052  upgrade to httpclient 4.2.5
 discard c31f91a  upgrade to httpclient 4.2.5
 discard a131b79  Bug 54901 - Response Assertion GUI behaves weirdly Bugzilla Id: 54901
 discard 493324b  Spelling: instanciat[e|ing] => instantiat[e|ing] Bugzilla Id: 54896
 discard 26c54f4  Bug 54896 - JUnit sampler gives only “failed to create an instance of the class” message with constructor problems Bugzilla Id: 54896
 discard 22ce57a  Bug 54870 - Tree D&D may lost leaf nodes Bugzilla Id: 54870
 discard 8a3c9d4  Bug 54864 - Enable multi selection drag&drop in the tree without having to start dragging before releasing Shift or Control Bugzilla Id: 54864
 discard 5b144c0  Bug 54834 - Improve Drag & Drop in the jmeter tree fix entity Bugzilla Id: 54834
 discard 6baaf2e  upgrade to mongo-java-driver-2.11.1
 discard 9bb76e1  Bug 54834 - Improve Drag & Drop in the jmeter tree FIX EOL Bugzilla Id: 54834
 discard 0adec3b  Bug 54834 - Improve Drag & Drop in the jmeter tree Bugzilla Id: 54834
 discard a3fa9ef  Can now drop work-round for obtaining default HTTP params
 discard bd1d2fd  Start unit test for sanitizeUrl
 discard 9d5906a  More info on why change was done
 discard 4e1ad62  Bug 54847 - Cut & Paste is broken with tree multi-selection Take into account sebb remark on dev mailing list Bugzilla Id: 54847
 discard 9951cf5  Bug 54847 - Cut & Paste is broken with tree multi-selection Bugzilla Id: 54847
 discard 08c9666  Bug 54759 - SSLPeerUnverifiedException using HTTPS , property documented Bugzilla Id: 54759
 discard 0554cd7  Bug 54844 - Set the application icon on Mac Os Bugzilla Id: 54844
 discard f89759f  Bug 54841 - Correctly handle the quit shortcut on Mac Os (CMD-Q) Bugzilla Id: 54841
 discard 05ccebf  Bug 54839 - Set the application name on Mac Bugzilla Id: 54839
 discard 4ac8a44  Bug 54581 - CTRL+F1 for function dialog open does not work for JMeter 2.9 Bugzilla Id: 54581
 discard 1216a72  Oops - changed wrong file in r1467463
 discard 29053b1  Fix download_jars so it clears up old versions
 discard ca1e0a7  upgrade to commons-logging 1.1.2
 discard 457c74d  upgrade to commons-logging 1.1.2
 discard a0b2fa8  Update to httpclient and httpcore 4.2.4
 discard fac0b0e  Update to httpclient and httpcore 4.2.4
 discard be6226e  Update to httpclient and httpcore 4.2.4
 discard b4769c8  Unused import
 discard 125c613  Fix up some deprecations
 discard 991f243  Update to 2.10-SNAPSHOT
 discard 2c19994  Rollback to fix of bugs: 54482- HC fails to follow redirects with non-encoded chars 54293- JMeter rejects html tags '&lt;' in query params as invalid when they are accepted by the browser 54142- HTTP Proxy Server throws an exception when path contains "|" character
 discard 24b9062  Bug 54825 - Add shortcuts to move elements in the tree svn eol Bugzilla Id: 54825
 discard 5cb7157  Bug 54825 - Add shortcuts to move elements in the tree Bugzilla Id: 54825
 discard 30e1de4  Property does not have to be public; use constant for property default
 discard 93d0af8  Bug 42428 - Workbench not saved with Test Plan Bugzilla Id: 42428
 discard e0d0bc7  Bug 54777 - Improve Performance of default ResultCollector Bugzilla Id: 54777
 discard 79a044f  Bug 54777 - Improve Performance of default ResultCollector Add saving.autoflush Bugzilla Id: 54777
 discard 7f30f68  Bug 54798 - Using subject from EML-file for SMTP Sampler Bugzilla Id: 54798
 discard de2387d  Fix a double bug ID Next version would be 2.10
 discard a2b6d45  Detab Bugzilla Id: 54788
 discard f657111  Bug 54788 - JMS Point-to-Point Sampler - GUI enhancements to increase readability and ease of use Bugzilla Id: 54788
 discard 0eb1eec  Bug 54777 - Improve Performance of default ResultCollector Bugzilla Id: 54777
 discard a2c7122  Set a minimum width for the text box of concurrent pool number.
 discard 11417b7  Bug 54776 - Update the dependency on Bouncy Castle to 1.48 Bugzilla Id: 54776
 discard f81061a  https://issues.apache.org/bugzilla/show_bug.cgi?id=54586 Display exception to indicate parsing Bugzilla Id: 54586
 discard 4d76ddf  ERGONOMICS : When variables are used for timer values, we need to scroll
 discard 441a3c8  Oops - wrong eol-style
 discard 7bc46c7  Eol-style
 discard ec09573  ArrayIndexOutOfBoundsException if "sample_variable" is set in client but not server Bugzilla Id: 54685
 discard 8a1d23e  Document bug descriptions for tests
 discard 0acfcfa  Be consistent
 discard fa1260e  StringIndexOutOfBoundsException at SampleResult.getSampleLabel() if key_on_threadname=false when using Statistical mode Bugzilla Id: 5473
 discard 46b10c19 output properties file path when not found
 discard 04f2612  No need to create a Double here
 discard aeb0793  Tab police - also remove trailing spaces in same files
 discard c278565  Don't use actual tab in strings
 discard de78937  Tab police - also remove trailing spaces in same files
 discard 1dd14da  Tab police - also remove trailing spaces in same files
 discard 127d093  Tab police - also remove trailing spaces in same files
 discard 055b902  Tab police
 discard 9ac5163  Add missing serialVersionUIDs (dummy value, because we won't need to serialise these classes)
 discard 15a04a5  Another twice call of sampleEnd (if a exception occured) Bugzilla Id: 54584
 discard 9a60749  Fix a twice call of sampleEnd Bugzilla Id: 54584
 discard c74e972  Unnecessary instance variable
 discard 1a0c33f  Add the mongo jar in packages Bugzilla Id: 54584
 discard e69e6ac  fixed typo in doc
 discard fd86c36  Add flag forcing non-GUI JVM to exit after test Bugzilla Id: 54669
 discard e2f4367  Add French translation, add AL header on resources properties files, litte javadoc and serial id. Bugzilla Id: 54584
 discard ca5436f  RegEx User Parameters Post Processor  : fixes a bad encoding for some accented chars & Alphabetical order Bugzilla Id: 45772
 discard e14aa49  Revert to Bouncy Castle 1.45 - 1.48 has incompatible changes
 discard de1e30b  Update to latest version of Bouncy Castle jars
 discard f12606f  Fixed typo
 discard 568f880  Bug 54584 - MongoDB plugin I18N Bugzilla Id: 54584
 discard 935e74b  Bug 54584 - MongoDB plugin Cleanup code Bugzilla Id: 54584
 discard c6f885e  Bug 54584 - MongoDB plugin Add constant for port Cleanup code Bugzilla Id: 54584
 discard 07b4088  re-instate javadocs
 discard c706a65  Update fileversion property Bugzilla Id: 54584
 discard 936259b  Add an exclusion for mongo jar Bugzilla Id: 54584
 discard 474b600  Update version in saveservice Add Mongo elements to saveservice Bugzilla Id: 54584
 discard 0889551  Bug 54584 - MongoDB plugin Document use Bugzilla Id: 54584
 discard 59579f8  Bug 54584 - MongoDB plugin Add to eclipse.classpath Bugzilla Id: 54584
 discard 1802938  Bug 54584 - MongoDB plugin Fix Exception Bugzilla Id: 54584
 discard f09c40a  Bug 54584 - MongoDB plugin EOL Bugzilla Id: 54584
 discard f40c2e8  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
 discard 488c689  Improve rendering of tooltips
 discard b8a912a  Bug 54629 - HTMLParser does not extract <object> tag urls Bugzilla Id: 54629
 discard cb24878  Bug 54268 - Improve CPU and memory usage Factor out code Bugzilla Id: 54268
 discard 180ada3  Bug 54268 - Improve CPU and memory usage Bugzilla Id: 54268
 discard ca3af2f  Bug 54627 - JMeter Proxy GUI: Type of sampler settings takes the whole screen with when there are samplers with long name Bugzilla Id: 54627
 discard 057f602  View Results Tree have a lot of Garbage characters if html page uses double-byte charset Preserve original case of content-type Bugzilla Id: 54585
 discard e439091  Log a bit more info for ULE error
 discard 6df99a9  View Results Tree have a lot of Garbage characters if html page uses double-byte charset Bugzilla Id: 54589
 discard 40f374e  Bug 54589 - View Results Tree have a lot of Garbage characters Garbage characters Bugzilla Id: 54589
 discard 6e340de  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Fixed only one input appearing in some cases Bugzilla Id: 54576
 discard 0d25fd6  Updated to jsoup-1.7.2
 discard c566a7c  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Improve layout Bugzilla Id: 54576
 discard 0426f8e  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Add missing label Bugzilla Id: 54576
 discard 74b3197  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester eol Bugzilla Id: 54576
 discard c43dd69  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Bugzilla Id: 54576
 discard 332426f  Bug 54575 - CSS/JQuery Extractor : Choosing JODD Implementation always uses JSOUP Bugzilla Id: 54575
 discard c6a80d5  Bug 54553 - Mispelling Word on remote test usermanual Bugzilla Id: 54553
 discard 475cd58  Change as per sebb remark
 discard 3ac7596  Change as per sebb remark
 discard f4af166  Add URL concerned by certificate refusal if available
 discard 31c899b  Bug 54467 - Loop controller Controller check conditions each request Use constant for -1 special value Bugzilla Id: 54467
 discard 62fff18  Bug 54467 - Loop controller Controller check conditions each request Add Test Bugzilla Id: 54467
 discard 9043c2d  Bug 54467 - Loop controller Controller check conditions each request Fix test failure Bugzilla Id: 54467
 discard 1d3fb15  Bug 54467 - Loop controller Controller check conditions each request Error in inherited method override (test still fails with it) Bugzilla Id: 54467
 discard ed34366  Bug 54540 - "HTML Parameter Mask" are not marked deprecated in the IHM Fix error on test Bugzilla Id: 54540
 discard 10306a3  Bug 54540 - "HTML Parameter Mask" are not marked deprecated in the IHM Bugzilla Id: 54540
 discard f8fc3a1  Bug 54467 - Loop controller Controller check conditions each request Bugzilla Id: 54467
 discard 814ffe2  Bug 54538 - GUI: context menu is too big Improve based on Screen display Bugzilla Id: 54538
 discard eb22e84  Improve Response Time Graph Y axis scale with huge values or small values (< 1000ms). Add a new field to define increment scale Bugzilla Id: 54532
 discard c07fb45  Fix file descriptor leak
 discard 28ae97d  Fix Findbugs warning on Non serializable field within Serializable class
 discard 3659f02  Bug 54538 - GUI: context menu is too big SVN ELO Bugzilla Id: 54538
 discard 59fbf6d  Bug 54538 - GUI: context menu is too big Bugzilla Id: 54538
 discard 91e2b1d  Re-arrange order slightly to give better debug output
 discard 53ae0a6  Rename private field to better reflect its contents
 discard 363cbfd  Bug 54142 - HTTP Proxy Server throws an exception when path contains "|" character Bugzilla Id: 54142
 discard c6fb8bd  Bug 54293 - JMeter rejects html tags '<' in query params as invalid when they are accepted by the browser Bugzilla Id: 54293
 discard 1710a70  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard ed80f4c  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard d3e0052  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard 599e534  Remove FB warning
 discard 8b66a4f  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
 discard fd31714  Bug 54482 - HC fails to follow redirects with non-encoded chars Apply fix to HTTPHC3Impl Factor out sanitize code in ConversionUtils Bugzilla Id: 54482
 discard 39b8d58  Bug 54482 - HC fails to follow redirects with non-encoded chars Bugzilla Id: 54482
 discard 5f4830f  Add TODO regarding need for serialisable lock
 discard e9de967  Added FIXME
 discard 4165236  Removed useless method (with infinite recursion)
 discard ac6a2f8  update to 2.10-SNAPSHOT
 discard 8d2c1ef  Bug 54504 - Resource string not found: [clipboard_node_read_error] Bugzilla Id: 54504
 discard c96cabe  Switch to next version
 discard b9f4bc1  Switch to next version
 discard 7c7930d  Add a basic check for missing message property keys
 discard 4e70229  Use standard naming convention for message propery keys - don't rely on JMeterUtils conversion
 discard 3a7a1fb  Add missing NON-NLS markers for message property key name strings
 discard f49a411  Add missing NON-NLS markers for message property key name strings
 discard 7892608  Add missing NON-NLS markers for message property key name strings
 discard 0e51833  Inappropriate use of  // $NON-NLS-1$
 discard e12ed5a  Incorrect message property name
 discard 60fa886  Report lastest changes from docs-2.9 branch on trunk
 discard d083505  JMeter 2.9 release
 discard 594fa73  Oops - revert r1438522 as the EOL affects the size.
 discard 0ac895a  EOLstyle fixes
 discard 36d2dd6  EOLstyle fixes
 discard d40aad9  EOLstyle fixes
 discard f5ef9a5  EOLstyle fixes
 discard 8559af8  EOLstyle fixes
 discard fa1f6e2  Missing Test Plan
 discard df5b3c1  Added missing changes Fixed typo in changes Added screenshots for somes
 discard 0770241  Added or updated screenshots
 discard 3bfee58  Fix missing word ".version"
 discard 0b3eb61  Prepare next release 2.9: update docs tree and overview (RC2)
 discard 38efed7  Prepare next release 2.9: update docs tree and overview (RC1)
 discard 21c89be  Update New and Noteworthy section with some screenshots for the next release Add a style css for h2/h3 titles Add mention to Java 6 requirements
 discard 00a2576  Upgrade to jodd 3.4.1
 discard df2593b  update rhino, jsoup, jodd
 discard 09ab016  Bug 54154 - HTTP Proxy Server should not force user to select the type of Sampler in HTTP Sampler Settings Make default Blank in Proxy Server Bugzilla Id: 54154
 discard 2b29dc9  Upgrade Tika libs to 1.3; Add maven dependencies for Tika core & parsers
 discard 79a1d2f  https://issues.apache.org/bugzilla/show_bug.cgi?id=54467 Bugzilla Id: 54467
 discard 4da434e  Fix copyright date
 discard 29ac590  Fix copyright date
 discard 33e3f36  Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time Clarify docs Bugzilla Id: 54451
 discard ce709e5  code cleanup
 discard 8949fd9  Don't synch on String http://www.javalobby.org/java/forums/t96352.html
 discard b1f354b  Revert to orginal default mode
 discard 52bf356  CSVSaveService does not handle date parsing very well Bugzilla Id: 54459
 discard 7a52b1b  Javadoc Unused import
 discard ec205ec  Move DateFormat creation to where it is needed (will be called at most once)
 discard 1a858ec  Set capacity of HashSet to reduce memory usage
 discard 75170b2  Increase buffer size
 discard b514102  Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time
 discard 99a55df  Bug 54351 - HC4 and URI fragments is failing Bugzilla Id: 54351
 discard 238295c  Bug 54351 - HC4 and URI fragments is failing Bugzilla Id: 54351
 discard 5eec9a8  Bug 54418 - UUID Function Bugzilla Id: 54418
 discard 5efbe59  Fix text: JMeter now fails if remote engine config fails
 discard 0fde494  Bug 54414 - Remote Test should not start if one of the engines fails to start correctly Added incompatible change section Bugzilla Id: 54414
 discard 4a2b1d2  Bug 54414 - Remote Test should not start if one of the engines fails to start correctly Bugzilla Id: 54414
 discard 527e6e9  Add serial id different from 1
 discard 94bcd4a  Bug 54412 - Changing JMeter defaults to ensure better performances by default Added a new Test for remote after modification of mode to StrippingBatch Bugzilla Id: 54412
 discard 35c50ec  Bug 54413 - DataStrippingSampleSender returns 0 for number of bytes of any response Bugzilla Id: 54413
 discard f754f85  Bug 54412 - Changing JMeter defaults to ensure better performances by default Document as per mailing list discussion Bugzilla Id: 54412
 discard 6445156  Bug 54412 - Changing JMeter defaults to ensure better performances by default Bugzilla Id: 54412
 discard 8872704  Fix some spaces
 discard 511cb6f  Clarify documentation
 discard b6144ba  Standardise on Locale.English - as recommended in String#toLowerCase()
 discard 6622bd3  Ignore new jar
 discard 08cd0a9  Explicit casting to Long
 discard 5c23457  Generics: specify List type (and drop unnecessary casts)
 discard b1c939b  Unused imports
 discard 6fdffa6  Make constructor private
 discard d1f67a2  Fix screenshots
 discard af4b568  Bug 54160 - Add support for xpath assertion to apply to a JMeter variable. Bugzilla Id: 54160
 discard 2fd0c40  Bug 54376 - ScopePanel : Allow configuring more precisely scopes
 discard 7e4e0fb  Bug 54376: XPath extractor should not have scopes "Main sample and sub-samples" and "Sub-samples only" Bugzilla Id: 54376
 discard a965d6e  Factor out constructor
 discard bbe5486  Bug 54375 Regular Expression Extractor : When regex syntax is wrong, post processing is stopped Bugzilla Id: 54375
 discard 634a85d  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Clarify label Bugzilla Id: 54182
 discard fe7c5a7  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Update docs Bugzilla Id: 54182
 discard b01577a  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Screenshots Bugzilla Id: 54182
 discard e0541d3  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Default to text message Bugzilla Id: 54182
 discard b25b73c  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Bugzilla Id: 54182
 discard 629733b  Mixed up two labels
 discard 0289574  Oups
 discard 6fe2c72  Add a resource to clarify usage
 discard 4886417  Fix typos
 discard 364f04c  Move methods to TristateCheckBox
 discard 27d2bc3  typo
 discard 93d0570  Bug 45772 - RegEx User Parameters Post Processor update revision saveservice Bugzilla Id: 45772
 discard 5f82412  Bug 45772 - RegEx User Parameters Post Processor saveservice Bugzilla Id: 45772
 discard 8b26a0e  Bug 45772 - RegEx User Parameters Post Processor eol Bugzilla Id: 45772
 discard 8dfecd2  Bug 45772 - RegEx User Parameters Post Processor Bugzilla Id: 45772
 discard d339559  Bug 45772 - RgEx User Parameters Post Processor Bugzilla Id: 45772
 discard a922118  Bug 45772 - RgEx User Parameters Post Processor Bugzilla Id: 45772
 discard 2e6f11c  Fix some errors in javadoc   [javadoc] /home/jmeter/src/components/org/apache/jmeter/extractor/JoddExtractor.java:36: warning - Tag @see:illegal character: "58" in "http://jodd.org/doc/csselly/"   [javadoc] /home/jmeter/src/components/org/apache/jmeter/extractor/JoddExtractor.java:56: warning - Tag @see: can't find extract(java.lang.String, java.lang.String, int, java.lang.String, java.util.List, int, boolean) in org.apache.jmeter.extractor.Extractor   [javadoc] /home/jm [...]
 discard 3f6671d  Add jars to svn ignore Bugzilla Id: 54259
 discard dec46b5  Fix test unit error (_test ant tack):      [java] 1) runGUITitle(org.apache.jmeter.junit.JMeterTest)junit.framework.AssertionFailedError: component_reference.xml needs 'CSS/JQuery_extractor' anchor for org.apache.jmeter.extractor.gui.HtmlExtractorGui
 discard 032970f  Change log level when file is missing of scripting error occurs
 discard f4587b6  fix typo
 discard ef949b3  Use error on exception instead of warn for log level
 discard a7c1572  Fill New and Noteworthy section
 discard 64dc477  Rename 54259 issue to make it clearer Add missing <bugzilla> tag
 discard e692b0a  Test : Restore
 discard 1c8efdb  TEST
 discard 5273e05  Bug 54331 - AjpSampler throws null pointer on GET request that are protected Bugzilla Id: 54331
 discard 2e2a19f  Bug 54326 - AjpSampler send file in post throws FileNotFoundException Fix also file leak Bugzilla Id: 54326
 discard 3c4d95f  Restrict exception
 discard ad50622  Bug 54259 - Introduce a CSS or jquery-like based Extractor Documentation Bugzilla Id: 54259
 discard fafb928  Clarification about performance impacts of some options
 discard 7fac620  Bug 54268 - Improve CPU and memory usage Bugzilla Id: 54268
 discard 0f2a36f  Bug 54264 - random variable problem when you set a seed Clarify documentation Bugzilla Id: 54264
 discard 3cda08b  Bug 54259 - Introduce a CSS or jquery-like based Extractor Documentation Bugzilla Id: 54259
 discard 6f5c064  Bug 54259 - Introduce a CSS or jquery-like based Extractor Fix i18n label Bugzilla Id: 54259
 discard 5015b68  Bug 54259 - Introduce a CSS or jquery-like based Extractor update version and revision Bugzilla Id: 54259
 discard 35b0c66  Bug 54259 - Introduce a CSS or jquery-like based Extractor update version Bugzilla Id: 54259
 discard 31a6b2f  Bug 54259 - Introduce a CSS or jquery-like based Extractor saveservice.properties Bugzilla Id: 54259
 discard e0d02f4  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
 discard 4c00cb7  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
 discard d8c337d  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
 discard d355220  Bug 54259 - Introduce a CSS or jquery-like based Extractor FIX EOL Bugzilla Id: 54259
 discard 09b2e06  Bug 54259 - Introduce a CSS or jquery-like based Extractor Bugzilla Id: 54259
 discard ebdf37a  Bug 54271 - Module Controller breaks if test plan is renamed Bugzilla Id: 54271
 discard e7303d0  Bug 54274 - Property Jincludecontroller.prefix is Missing in Jmeter 2.8 Bugzilla Id: 54274
 discard 3834935  Incorrect Timestamp in Response Time Graph when using a date with time in Date format field Bugzilla Id: 54287
 discard 5d46c44  Needs to be executable
 discard d9765e8  Bug 54268 - Improve memory and CPU usage make field volatile and transient as per sebb remark on mailing list Bugzilla Id: 54268
 discard 0f87180  Bug 54268 - Improve memory and CPU usage EOL Bugzilla Id: 54268
 discard 29a8025  Bug 54268 - Improve memory and CPU usage Sample Plan Bugzilla Id: 54268
 discard 32f3019  Bug 54268 - Improve memory and CPU usage Improve CPU by caching response as String instead of computing it for each post processor Improve memory by eagerly cleaning the cached field Bugzilla Id: 54268
 discard 994446a  eol
 discard 52bac81  Bug 54268 - Improve memory usage
 discard 073ecb2  Note about performances
 discard 19cf355  Tristate default values need to be saved
 discard 7d3a557  Initial attempt at using TristateCheckbox for close connection and noDelay Note that close connection uses a default when saving to the JMX file whereas nodDelay saves both true and false.
 discard 1ae8799  Also show noDelay config item
 discard 7afd1f5  remove useless code
 discard 218b094  Delete unused method. It was broken anyway, as the value should be stored as a boolProp
 discard cba9ab5  Delete unused method. It was broken anyway, as the value should be stored as a boolProp
 discard 2a4bb1f  Use constant for reuse connection default Ensure default is correctly applied if omitted from JMX and used in non-GUI test
 discard 791223b  Bug 54268 - Improve memory usage
 discard e417a04  Bug 54267 - Start Next Thread Loop setting doesn't work in custom thread groups Bugzilla Id: 54267
 discard c391648  Protect debug log
 discard 6b4a1aa  Show a bit more info in the request pane
 discard d1d2cc1  remove copy/paste between addRawSubResult and storeSubResult
 discard d4a4d08  Add extra ctors for more compatibility with JCheckBox
 discard 90cd043  Use correct default constant
 discard f8ba20f  TCP Sampler, additions of "Close Connection", "SO_LINGER" and "End of line(EOL) byte value" options Bugzilla Id: 54230
 discard 3cb6ab5  Updated screenshots Bugzilla Id: 54230
 discard 14f0e43  TCP Sampler, additions of "Close Connection", "SO_LINGER" and "End of line(EOL) byte value" options Bugzilla Id: 54230
 discard 7da7863  Bug 54258 - Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for Samplers using POST method by of type JSON, XML, GWT body Bugzilla Id: 54258
 discard 4e4ed0d  Bug 54257 - Enhance SamplerCreator interface to meet new requirements Bugzilla Id: 54257
 discard 7ff8bfe  Add warning when a SamplerCreator is already registered for a content type and removed
 discard 7f8007e  Fix up so does not use private Sun class; we get the icon size from the UIManager defaults Also change from cross to horizontal line Bugzilla Id: 54251
 discard 19c824e  Tidy up
 discard 4441e38  Fix up so Nimbus calls paint when disabling the button Bugzilla Id: 54251
 discard 2ca600d  Add tests for original code - which did not use a special icon - for comparison Bugzilla Id: 54251
 discard bfc9e01  Add tristate checkbox implementation Bugzilla Id: 54251
 discard 891d7f8  Remove spurious comments
 discard aba420f  Typo
 discard 1878629  Change the alignment from a vertical column to a horizontal row (better view) Bugzilla Id: 54155
 discard d2a9fb5  Http core 4.2.2 => 4.2.3
 discard b59a781  Fail if old version == current version
 discard 923793c  Add release_delete target for tidying up old releases
 discard c6ab923  Add impl. note
 discard 705d140  Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it Bugzilla Id: 54155
 discard 86718f4  Clarify doc as per sebb note
 discard 91554db  Bug 54232 - Search Feature : Add a button to search and expand results Bugzilla Id: 54232
 discard 7d53195  clarify documentation on Script File in BSF elements
 discard 3ae1a26  Fix broken links to JMeterVariables Add javadocs links to SampleResult and JMeterContext
 discard 888b999  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Change evaluation order in if condition as per sebb note Add errorHandlerto avoid errors in System.err Bugzilla Id: 53840
 discard 06d861c  Don't cache the provided credentials
 discard 56b3320  Not needed for Java 1.6
 discard 5cf08bb  Add support for providing the ldap username and password as properties
 discard d51a62a  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Oups last minute change Bugzilla Id: 53840
 discard ae4af63  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Bugzilla Id: 53840
 discard b85f6c3  Bug 54226 - View Results Tree : Show response even when server does not return ContentType header Bugzilla Id: 54226
 discard 1c386dd  Bug 54057 - Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Bugzilla Id: 54057
 discard 63fb5bb  upgrade to rhino 1.7R4
 discard 3844522  Aie! Fix a litte missing translation in French : file = fichier Bugzilla Id: 54200
 discard da206c9  Update the documentation with the new document extract text features on View Results Tree, Response Assertion and Regular Expression Extractor. Some (design/visual) improvements  on VRT section. Bugzilla Id: 54200
 discard 0e155bd  Bug 54199 - Move to Java 6 No more need for bsf-api (apache-jsr223-api) as it's in JDK Bugzilla Id: 54199
 discard dd55770  Bug 54199 - Move to Java 6 No more need for bsf-api (apache-jsr223-api) as it's in JDK Bugzilla Id: 54199
 discard 085a747  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 5de4189  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 9ab6b62  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 7810d40  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard f6aa85e  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard 61bfd14  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard efc7202  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
 discard a5974d8  Remove unthrown exceptions from private method
 discard 6de9a43  Add TIKA dependency Bugzilla Id: 54200
 discard 2b0eead  Add TIKA dependency Bugzilla Id: 54200
 discard 5a32848  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard 8877b2c  Simplify now we are using Java 6
 discard 629a326  Simplify now we are using Java 6
 discard 2f6cc8e  Initial release of RC_upload and RC_publish targets
 discard 3fb1dc0  Simplify now we are using Java 6
 discard 7c6901d  Drop unnecessary @SuppressWarnings - not needed for Java 1.6
 discard 32d653b  Doc tweak
 discard e34d50e  Standardise on BeanShell
 discard 0426a77  Bug 54204 - Result Status Action Handler : Add start next thread loop option Updated docs + screenshot Bugzilla Id: 54204
 discard faa9e3c  Bug 54204 - Result Status Action Handler : Add start next thread loop option Bugzilla Id: 54204
 discard d0356d4  Fix potentiel NPE if method is unknown
 discard 8b49780  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard d9101e1  Bug 46677 - Copying Test Elements between test plans fix svn:eol-style Bugzilla Id: 46677
 discard 019c0ba  Bug 46677 - Copying Test Elements between test plans Bugzilla Id: 46677
 discard ea92414  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard 1c826fc  Add support of several document types (like Apache OpenOffice's files, MS Office's files, PDF's files, etc.) to the elements View Results Tree, Assertion Response and Regular Expression Extractor (in using Apache Tika) Bugzilla Id: 54200
 discard 1f919dc  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
 discard b662914  Bug 54199 - Move to Java 6 Bugzilla Id: 54199
 discard 26aa11e  Fix alphabetical order
 discard c0ec99e  Minor tweak to description
 discard f7344a9  Update to 2.9-SNAPSHOT
 discard ce66d1f  Bug 54189 - Add a function to quote ORO regexp meta characters complete docs Bugzilla Id: 54189
 discard 01a9fd0  Bug 54189 - Add a function to quote ORO regexp meta characters code cleanup Bugzilla Id: 54189
 discard ae3cf5b  Bug 54189 - Add a function to quote ORO regexp meta characters eol-type Bugzilla Id: 54189
 discard 18e0b73  Bug 54189 - Add a function to quote ORO regexp meta characters Bugzilla Id: 54189
 discard 5c8231b  Request tab does not show headers if request fails Bugzilla Id: 54187
 discard 998e000  WebService sampler is DEPRECATED
 discard e86eaf9  Allow query strings in paths that start with HTTP or HTTPS (so setPath behaves the same as if the path were set in the GUI) Bugzilla Id: 54185
 discard cb9187a  Note how function/variable refs behave in scripting samplers
 discard bcbfbc5  Report regex syntax errors direct to the user (not particularly useful to log them).
 discard 8e409c7  Report regex syntax errors direct to the user (not particularly useful to log them).
 discard 242e410  Fix broken links
 discard 722aac7  ViewResultsTree could not render the HTML response: handle failure to parse HTML Bugzilla Id: 54166
 discard c42365c  Use HTTPConstants for port numbers
 discard dd7317b  Move comment to correct location
 discard 6d466a4  Bug 54172 - Duplicate shortcut key not working and CTRL+C / CTRL+V / CTRL+V do not cancel default event Bugzilla Id: 54172
 discard 9b6c54d  Bug 54165 - Proxy Server: Improve rendering of target controller
 discard ae54e23  Bug 54165 - Proxy Server: Improve rendering of target controller fix eol
 discard 4646252  Bug 54165 - Proxy Server: Improve rendering of target controller Push up for reuse Bugzilla Id: 54165
 discard 86858cc  Bug 54109 - JSR223TestElement : SampleResult properties should be set before entering script to allow user setting different code Bugzilla Id: 54109
 discard 9bd9e45  Bug 54109 - JSR223TestElement : SampleResult properties should be set before entering script to allow user setting different code Bugzilla Id: 54109
 discard 0dd8043  Bug 54154 - HTTP Proxy Server should not force user to select the type of Sampler in HTTP Sampler Settings Bugzilla Id: 54154
 discard a6dde4f  Bug 54161 - Proxy : be able to create binary sampler for x-www-form-urlencoded POST request Bugzilla Id: 54161
 discard a2b4ca1  Unable to start JMeter from a root directory and if the full path of JMeter installation contains one or more spaces Bugzilla Id: 54023
 discard b06a35e  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152
 discard d2b3ac6  Bug 54132 - Module Controller GUI : Improve rendering of referenced controller Bugzilla Id: 54132
 discard e8296c9  Add tag for 2.8
 discard 09ccfc6  Don't expose integer index conversion methods, as they have special case processing
 discard fa58539  Ensure that the same default value is used for the setter and getter
 discard 29c64f0  Unused imports
 discard afce0d9  Bug 54131 - ForEach Controller : Add start and end index for looping over variables Clarify code as per sebb notes. http://mail-archives.apache.org/mod_mbox/jmeter-dev/201211.mbox/%3CCAOGo0VYLAV2Vc5XYY%2BLeSP9EPr4iVQb%2BqOq1YkVTgrf%2Bveav-Q%40mail.gmail.com%3E Bugzilla Id: 54131
 discard 2e6a98d  Bug 54097 - CSV Data Set Config not working in distributed mode Clarified documentation for distributed tests. Bugzilla Id: 54097
 discard 7742e73  WebService(SOAP) Request deprecation
 discard f53e65e  Bug 54131 - ForEach Controller : Add start and end index for looping over variables Bugzilla Id: 54131
 discard 03d6d14  Add TODO
 discard 65d80d9  Use HTTPConstants for method names
 discard 10bfc91  Document tweak
 discard ea708fd  Use HTTPConstants for method names
 discard 7b2d9f0  Make searchTF get focus when Search Dialog is reopened
 discard e1c5c20  Bug 54129 - Search Feature does not find text although existing in elements Bugzilla Id: 54129
 discard e8b3445  Bug 54119 - HTTP 307 response is not redirected Docs
 discard dc44d25  Bug 54119 - HTTP 307 response is not redirected Bugzilla Id: 54119
 discard f0630a1  BSFTestElement and JSR223TestElement should use shared super-class for common fields Remove implements Cloneable now classes don't need to override the super-class method Bugzilla Id: 54110
 discard 3008089  BSFTestElement and JSR223TestElement should use shared super-class for common fields Bugzilla Id: 54110
 discard 7f5b62c  Add batch tests for JSR223 and BSF
 discard e7bc57f  createPropertyGroup does not work properly if called by a sub-class of ScriptingBeanInfoSupport Bugzilla Id: 54107
 discard 48e5b95  typo
 discard d3d67fe  Property entries must be defined before they are used, otherwise they generate the following warning: WARN  - jmeter.testbeans.gui.GenericTestBeanCustomizer: org.apache.jmeter.util.JSR223TestElement#cacheKey does not appear to have been configured and the fields may not behave correctly Bugzilla Id: 54107
 discard 8061b88  Bug 54107 - JSR223TestElement : Enable compilation and caching of Script Text OUPS , Fix space as per milamber note Bugzilla Id: 54107
 discard c2f731f  Make class package protected
 discard 5c390f1  Bug 54107 - JSR223TestElement : Enable compilation and caching of Script Text Bugzilla Id: 54107
 discard 5824e3b  Bug 54106 - JSR223TestElement should check for file existence when a filename is set instead of using Text Area content Fix space as per milamber note Bugzilla Id: 54106
 discard b60820e  Bug 54106 - JSR223TestElement should check for file existence when a filename is set instead of using Text Area content Bugzilla Id: 54106
 discard 3e31cf8  Alphabetical order and remove derbyclient
 discard f6e4478  Alphabetical order - forgot one
 discard 15ae93a  Alphabetical order
 discard 47b23dd  Oups. Not yet.
 discard c595240  Upgrade to httpclient and httpmine 4.2.2 from 4.2.1
 discard c79be55  Alphabetical order
 discard 98c8ab6  The type video/f4m is text, not binary Bugzilla Id: 54088
 discard ffe579d  Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Bugzilla Id: 54057
 discard 1c1dfc5  Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Align code with HC3 implementation: use NTCredentials throughout the HC4 implementation Bugzilla Id: 54057
 discard 3abe45a  2.8 is out; assume 2.9 will be next release Add reference to pool log warning fix
 discard e3cb04d  Rework & simplify r1402642 and r1402574 Avoid incorrect warning logs when using concurrent pool with cookie manager or cache manager
 discard 724d548  Fixed potential NPE when object not found in Context
 discard 0634f4f  Fixed typo
 discard dd25aca  Bug 54048 - less type choices in JDBC request output(callablestatement) Bugzilla Id: 54048
 discard f4341b9  Fixed some errors
 discard 4f1f570  Bug 53995 - AbstractJDBCTestElement shares PreparedStatement between multi-threads Bugzilla Id: 53995
 discard d09a205  Bug 54055 - View Results tree: = signs are stripped from parameter values at HTTP tab Bugzilla Id: 54055
 discard f13f56b  Use same log level as test on log level
 discard d0cc205  In HTTP Request Defaults, the value of field "Embedded URLs must match: is not saved if the check box "Retrieve All Embedded Resources" is not checked. Bugzilla Id: 54058
 discard 67931c4  When used the options Retrieve All Embedded Resources + Concurrent pool, these log.warn() generates a lot of lines in jmeter.log.
 discard 89f05b1  Bug 54031 - Add tooltip to running/total threads indicator Bugzilla Id: 54031
 discard d356460  Javadoc
 discard f7d9843  Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager Screenshots + size fixed
 discard 7cd6a92  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy screenshot
 discard 468adbd  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy
 discard 1e64c6c  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy Bugzilla Id: 53875
 discard 099d564  Bug 54006 - Webservice Sampler : Response status 500 is not considered as an error Add a known issue Bugzilla Id: 54006
 discard 8f611b5  Bug 54005 - HTTP Mirror Server : Add special headers "X-" to control Response status and response content Bugzilla Id: 54005
 discard ec8d230  Bug 54004 - Webservice Sampler : Allow adding headers to request with Header Manager Bugzilla Id: 54004
 discard c4c37fa  Add dates of previous releases
 discard 5a3ce2f  Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager Bugzilla Id: 53956
 discard 24c7951  Factor out clipboard getting code
 discard b21be85  Better way LDAP Extended Request: Escape ampersand (&), left angle bracket (<) and right angle bracket (>) in search filter tag in XML response data Bugzilla Id: 53997
 discard 8b2ae7f  LDAP Extended Request: Escape ampersand (&), left angle bracket (<) and right angle bracket (>) in search filter tag in XML response data Bugzilla Id: 53997
 discard 8c51e41  Clarify
 discard 3fa0ba6  Document the way to test for nullity in an IfController
 discard a499f02  Avoid "possible NPE" warnings Trim spaces
 discard 24c9ec3  Remove unused log field Trim spaces
 discard 3617626  Javadoc warning
 discard c057b0d  Javadoc warning
 discard 99bff80  Oups: removed retry part, thanks sebb
 discard 745886b  Oups : Remove unused imports
 discard fb91379  Add comment Remove now useless code as httpclient 4.2.1 has been integrated which contains fix for: https://issues.apache.org/jira/browse/HTTPCLIENT-1120
 discard 6262aed  Replace locale class by private static final one Indicate a size for StringBuilder
 discard 90fda41  Fix useless % in TargetSurvivorRatio
 discard 800feea  Small improvement to french tranlastion on field in all listeners
 discard 534034c  Bug 53975 - Variables replacement doesn't work with option "Delay thread creation until needed" Bugzilla Id: 53975
 discard 002e144  JMeter 2.8 release
 discard d7354de  Prepare next release 2.8: update docs tree and overview (RC2)
 discard 15b1953  [Bug 53953] New: Typo in monitor test plan documentation Bugzilla Id: 53953
 discard eb429a7  Need to include new scripts in the generated build
 discard a4578b7  Add EOL
 discard 32a9359  Minor tweaks
 discard 56ae37e  Remove unused images
 discard e973d48  Prepare next release 2.8: update docs tree and overview (RC1)
 discard 68581ec  Organize per Category. Add highlights one performance improvement
 discard 4888472  Oups. Not needed
 discard 5f9e916  Add New and Noteworthy for next JMeter release 2.8
 discard 9875c93  Fixed Simple Data Writer image screenshot size
 discard c7c4bcc  Update image to remove jakarta jmeter old home page
 discard f1d3e71  Bug 53941 - Add latency to View Result table listener Fix height / width of screenshot Bugzilla Id: 53941
 discard 95fd682  Update searching docs
 discard 6ec7edd  Doc update
 discard afeb8e1  __time() function : add another option to __time() to provide *seconds* since epoch Added /dddd division option Bugzilla Id: 51527
 discard 39f9ee9  Add change note on HTTPS Spoofing removal Removed Bug inside a tag Added Bugzilla tags where Bug are referenced
 discard 83ede04  Bug 53941 - Add latency to View Result table listener Bugzilla Id: 53941
 discard d80b1a9  Bug 53941 - Add latency to View Result table listener Bugzilla Id: 53941
 discard 911d7fb  Bug 53911 - JmeterKeystore does not allow for key down the list of certificate
 discard 3f5d0f9  Removes HTTPS spoofing options in JMeter HTTP Proxy Server. Since JMeter 2.4, the HTTPS protocol is directly supported by the proxy Bugzilla Id: 53934
 discard 9d47663  Define HTTPClient 4 for the default HTTP Request (and Proxy element to generate the HTTP requests) In Proxy Server, need to changes to retrieve the selected order (no based on JCombo list index) Bugzilla Id: 53931
 discard d4fccff  Define HTTPClient 4 for the default HTTP Request (and Proxy element to generate the HTTP requests) Bugzilla Id: 53931
 discard faaebd8  Only JMeter's website resources on Test Bug 52310
 discard 4aaa3bb  Clarify Webservice Soap Sampler behaviour
 discard 8af879a  Avoid this warning [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.gui.util.EscapeDialog, missing empty Constructor or Constructor with Object parameter
 discard 9a96ee3  Update to httpcore 4.2.2
 discard 316efbc  Fix old jakarta link
 discard 2662dfa  Document tcp.binarylength.prefix.length
 discard 3a69122  Bug 53879 - GUI : Allow Popups to be closed with ESC key
 discard a5e2095  Use Keystrokes class
 discard 37160aa  FileServer should provide thread-safe parsing Bugzilla Id: 53806
 discard 6dcb012  No point including state in message; it is fixed here.
 discard d5e77dc  wrong Maven groupId for commons-lang Bugzilla Id: 53884
 discard 602fbfc  Bug 53876 - Allow URL Filters (HTTP Proxy) to be pasted from clipboard Bugzilla Id: 53876
 discard 0525148  Keep methods as they might be used by subclasses
 discard 4d2d0df  Factor out stopTableEditing
 discard bf94d7c  Factor out stopTableEditing
 discard 8fce00d  Factor out stopTableEditing
 discard 411940d  Factor out stopTableEditing
 discard 8758e6e  eol Bugzilla Id: 53879
 discard 746d814  Bug 53879 - GUI : Allow Popups to be closed with ESC key Bugzilla Id: 53879
 discard d5c5f90  Add full stacktrace
 discard e423b74  Bug 53874 - View Results Tree : If some parameter containing special characters like % is not encoded, RequestViewHTTP fails with java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern and Response is not displayed
 discard 14f3ac4  The internal data list must contains sampler label to allow reload data/interval and draw the graph if no results file defined. Bugzilla Id: 53718
 discard 463a549  CSV Dataset does not handle embedded new lines in quoted data Bugzilla Id: 53807
 discard e19086a  FileServer should provide direct access to the BufferedReader Bugzilla Id: 53806
 discard 65265f0  Javadoc
 discard 902e258  Add some more tests
 discard 31c6443  Javadoc correction
 discard 7d15879  Document why methods are synchronised
 discard 1580d99  Would be nice to have the JMeter Version available as a property Bugzilla Id: 53862
 discard dd0f113  For SeriesNames need to retain insertion order otherwise they have a mismatch between labels and series
 discard a7452ab  Document known Linux Java bug
 discard ef82098  More on threads and variables
 discard c3c92a8  Remove useless null test
 discard 40ea2af  Use BufferedOutputStream Close body on thread end
 discard 5ac533e  Use BufferedOutputStream
 discard da6ec62  Use BufferedOutputStream
 discard 7050d8b  Use BufferedOutputStream Test log level
 discard 361c8a4  Cache thread name
 discard 72e7824  Use BufferedOutputStream
 discard 1a5c7fe  Use BufferedOutputStream
 discard 39aeff4  Use BufferedOutputStream
 discard e03bc79  Use BufferedOutputStream
 discard aa43c67  Pressing "Stop" does not interrupt the TCP sampler Bugzilla Id: 53838
 discard ae30a5f  Add known issue
 discard 67d8bcb  Bug 53844 - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException Fix screenshot dimensions Bugzilla Id: 53844
 discard 0ff422f  update image as there are new fields
 discard 4e3b5e8  Bug 53844 - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException Bugzilla Id: 53844
 discard b9b13e2  Make message clearer when getDataSource() returns empty value
 discard fcc1bba  Add javadocs
 discard baf3da4  Bug 53841 - CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties
 discard 5fcb74b  Bug 53841 - CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties Bugzilla Id: 53841
 discard 4080804  Add logging + cascade exception
 discard 615a26e  Remove isNumeric and add warning
 discard 697b2b1  Rollback StringUtils#isNumeric test (thanks sebb for pointing this ! ) Added 2 tests in JUnit to detect these errors
 discard 3d40e9f  Remove unused parameters
 discard 84697c3  Comment unused parameter
 discard 7de68c0  Remove unused parameter
 discard 70e7fb3  lowercase non constant attributes
 discard 8ae7277  Comment unused method make attribute a local parameter
 discard 9c23f8e  Remove unused var Use interface when possible
 discard 35f0ffd  Change as per sebb comment
 discard 0c95949  remove unused import
 discard 0282a13  remove unused import
 discard b911660  Remove references to removed parameter
 discard 9269a71  Remove unnecessary and distracting line-wraps
 discard c0faaf7  Make fields final
 discard 4564c18  use interface instead of impl remove useless null test
 discard ba476d6  use interface instead of impl
 discard 0d6c093  Remove useless braces
 discard c0cd0d6  remove temp var
 discard ca3d2f8  Make fields final Make field local
 discard 776813a  Make fields final Make field constant
 discard 4b7bd05  Remove useless braces
 discard c5a8e12  Remove useless braces
 discard 24882de  Make fields final Make field local
 discard 9736a8b  Remove useless code
 discard ac0b70e  Add braces for if
 discard d84c4b2  Remove unused parameter
 discard ff9934d  remove unused import
 discard 926647f  Remove static import
 discard 63ca412  use indexOf(char)
 discard caca18f  Use System.arrayCopy
 discard 8e247d8  use indexOf(char)
 discard e198de2  Use System.arrayCopy
 discard 62953cc  remove unused import
 discard 0eda676  use indexOf(char)
 discard 4b72f7e  use indexOf(char) remove unused import
 discard f4ab38c  use indexOf(char)
 discard 81345e9  Remove unused parameter
 discard 0bab54f  use indexOf(char)
 discard cd40459  use indexOf(char)
 discard b7588ec  Use System.arrayCopy
 discard 4a42deb  Use System.arrayCopy
 discard 0a9f3ac  Ok found the bug
 discard e2107db  Add final on field
 discard 3565c3b  Remove final on methods as class is final
 discard f6ab099  Rollback is Numeric => Don't understand why isNumber generates this failure:      [java] 1) SFFTest5(org.apache.jmeter.functions.PackageTest)junit.framework.AssertionFailedError: Should have thrown JMeterStopThreadException      [java]     at org.apache.jmeter.functions.PackageTest.SFFTest5(PackageTest.java:457)      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso [...]
 discard 8c445b9  Make some fields final
 discard b9888cc  Remove unused import
 discard d666dde  Cascade exception
 discard 14234a5  Use indexOf(char) is faster
 discard c3c3c59  Use indexOf(char) is faster
 discard efed4e8  remove useless brackets
 discard 9a9881a  Make some fields final
 discard 7c8d413  remove useless brackets
 discard c3e250b  Add brackets
 discard 9782c1e  Use parse instead of useless Wrappers
 discard 9f05e86  Use parse instead of useless Wrappers
 discard 308dc7e  Cascade exception
 discard 04b1404  remove useless brackets
 discard a029413  Remove useless synchronized
 discard 0eae755  Use indexOf(char) is faster
 discard 31ff0dd  Remove useless local var
 discard 8e44698  Avoid NumberFormatException by testing numericity
 discard 27088b8  Use Integer.toString instead of concat Cascade exceptions Remove catch on NumberFormatException
 discard 46c53de  Use Integer.toString instead of concat
 discard 9e6ee07  Test log level
 discard 1a3195d  Add TODO
 discard 16c44df  Make fields final Make some variables local
 discard d3053b4  Remove unused parameter Use char for indexOf Make fields final
 discard 70a0c57  Non-nls comment can be remove
 discard 4c58d65  Cascade exceptions
 discard d3c60a4  Use numeric test instead of relying on exception, should consume less CPU
 discard 5fb7be9  use parseBoolean
 discard 834667b  Cascade exceptions
 discard 1cd8aa4  Use interface instead of Impl
 discard 2c59a46  Cascade exceptions
 discard 20d8dc1  Remove unused parameter Make field final
 discard b64f7c0  Cascade exceptions
 discard 6fd774c  Cascade exceptions
 discard ee74d4c  Make fields final
 discard b01ea3c  Make fields final
 discard bf48c3d  Cascade exceptions Add logging of silent exceptions
 discard 2d17e43  remove useless local var
 discard 43aba67  remove useless local var
 discard 93f772f  Remove public as it's by default
 discard d32cadd  Use Atomic classCount
 discard a8a935a  remove useless local var
 discard ece4ef5  remove useless fields
 discard 9e0b5fe  Make fields final
 discard 4694e88  Remove useless override
 discard 2060722  Avoid empty string concat
 discard c65e8c0  Add missing braces
 discard 2dc8b50  Cascade exceptions
 discard eaa4971  Make fields final
 discard dbc8f29  Remove useless brackets
 discard acf2a06  Reuse StringBuilder
 discard e7b42a9  Add initial exception
 discard 8694082  remove useless brackets
 discard 3edb947  Cleanup imports Use lowercase for instance variables
 discard 3db38c2  Add TODO
 discard 05ed8aa  Rollback modification as per dev list discussion
 discard 4c7858c  Rollback modification as per dev list discussion
 discard 4e18617  Fix some screenshots size
 discard 8d5c333  UI improvements (blocs ordering, command to first position, add word 'working' directory, and swing's elements placement in space) Standard streams, i18n improvements and terms (see http://en.wikipedia.org/wiki/Standard_streams and http://fr.wikipedia.org/wiki/Flux_standard) Bugzilla Id: 53168
 discard 371d3d9  Small UI improvements
 discard f4ec196  Simplify
 discard ebd8c2a  Make fields final
 discard 80718b3  Remove useless local var
 discard 08ae6c2  Make fields final
 discard 0c22c58  remove useless brackets
 discard 2f07fb0  Remove useless null test use parseBoolean
 discard 44975e8  remove useless import
 discard 46027b1  Add link to Bug
 discard c9179fa  Remove useless final
 discard 969c654  Fix Unused encoding
 discard f67efd1  Oups JDK6 method
 discard f768a7d  Add final + TODO
 discard 38d3daa  Remove useless local var
 discard 2381330  Add exception cascading
 discard f04ec35  Make field final Make field local when possible
 discard 201d3bd  Avoid throwing exception when possible
 discard 07b975c  Use JOrphanUtils#isBlank
 discard 14daf64  synchronized seems useless as all instances in same Thread Group get same value.
 discard 1555d67  Remove caching as it is subject to thread corruption
 discard e8f5228  Make field final Make field local
 discard c1c469f  Removed useless override Make field final Make field local
 discard 845f1e6  Removed useless override
 discard 007c094  make field local var
 discard 4c07706  Add final to field Add logger.isDebugEnabled
 discard 0ff9a77  Reference official API rather than 3rd party source site
 discard 3a5a513  Use JOrphanUtils#isBlank Remove unused parameter
 discard 0e633f6  Use JOrphanUtils#isBlank
 discard b7eb027  Reuse method in JOrphanUtils
 discard 340150a  use parseBoolean instead of Wrapper creation
 discard d55af65  Use better empty String testing
 discard 303031e  Avoid StringBuilder creation in loops
 discard a53bff4  Remove useless synchronized Use better Map iteration
 discard dab2ecb  Add test case for new method
 discard afab71d  Fix wrong javadocs
 discard ee32b68  Use System.arrayCopy for array copy Add missing brackets around if New method to test blank array
 discard 3c3e7c5  Document after i18n Bugzilla Id: 53168
 discard 10067a6  Added i18n for stderr, stdin, stdout Bugzilla Id: 53168
 discard e298bdb  javadocs + since Bugzilla Id: 53168
 discard c524e11  add javadocs Bugzilla Id: 53168
 discard 0368c3a  Factor in JOrphanUtils useful method
 discard 4656216  Add more Java sampler docs
 discard d6d5224  Drop unnecessary synch. qualifiers
 discard 4599e23  Only set base once to final value
 discard eea144e  Add TODO note
 discard 36e85fa  Cannot allow resetBase() to change the base if there are open files
 discard b4aa495  Allow serialisation test to work
 discard 5eace07  OS Process - allow specification of stdout/stderr/stdin
 discard 1f22290  OS Process - allow specification of stdout/stderr/stdin Bugzilla Id: 53168
 discard ea6e715  Use parseLong instead of useless Wrapper
 discard 914e90e  Use JOrphanUtils
 discard c8540eb  Document strange code
 discard c4a45f8  Remove wrong synchronized on method (as it would synch on instance while allThreadsInfo is static. no need for sync on previousTime.
 discard ee07ea0  Use parseLong instead of creating useless wrapper
 discard 359ce34  Remove unused parameters vars
 discard 9da1674  make fields final remove unused parameter numThreads
 discard e0ee10d  make fields final
 discard 3805935  USe interface instead of impl Avoid StringBuilder creation in loop
 discard 03f23b5  Use parseBoolean instead of creating useless wrapper
 discard ad4f376  Avoid String concat Use parseBoolean instead of creating useless wrapper
 discard 3eb16cd  remove final on method as class is final
 discard cd57f6d  Use AtomicInteger instead of synchronization
 discard f27b135  Remove useless brackets very little optimisation toarray
 discard d606ec5  make fields final
 discard ce0ac86  Remove useless brackets
 discard 0fa300a  Fixed as per dev list sebb remark
 discard 403d2ed  Include original exception in rethrown
 discard 1170c85  Use constants
 discard 0db2e4f  Remove useless constructor which has an unused parameter. Use interface instead of Impl
 discard ab38576  Remove useless override
 discard 5032235  make fields final
 discard 212f4d9  Add brackets on if/else
 discard 19c1fb7  Remove useless override
 discard 831b837  Split FilePanel to make it easier to re-use without the fixed label and title
 discard 5dbe16c  Javadoc
 discard ec3302a  Removed useless code
 discard 08452c6  log cannot be null
 discard 21282f9  Use interface instead of Impl Remove useless code JMeterError is just rethrown
 discard 51ccd10  Extract gc and finalization calls in localized method as it is controversed. Add call to System.runFinalization in StandardJMeterEngine.
 discard ffc0e4e  Javadoc
 discard 2b5896d  Document when api expects null instead of empty array
 discard a58cf34  Ensure scriptName is safely published across threads
 discard 66a2478  Document when api expects null instead of empty array
 discard e3d9dca  Add @since markers
 discard 95aef69  Remove useless brackets
 discard 42009a5  Make class final if private constructor
 discard 92e6638  Make class final if private constructor
 discard 2a4d878  Revert change
 discard 59239a5  Simplify
 discard 5d508b0  Add stacktrace in exception
 discard 3f465bf  Make class final if private constructor
 discard 606c870  Make class final if private constructor
 discard 772598d  Make class final if private constructor
 discard 5b3a1f9  method returning arrays should return empty array instead of null
 discard 8c42e27  Make class final if private constructor
 discard 0012f6e  parse int
 discard 7cbe25b  Make class final if private constructor
 discard 492b39e  Avoid throwing NPE
 discard 123f332  Make logger static final
 discard c37ed4d  Make logger static final
 discard 028c342  method returning arrays should return empty array instead of null
 discard 0d19f85  Add brackets around else
 discard a7a5a76  fix typo
 discard 5396ff3  Add some best practice note Bugzilla Id: 53520
 discard 5c7263a  Don't use entrySet iteration as we only use value Add comment on LinkedHashMap
 discard de0a892  Don't use entrySet iteration as we only use value
 discard 897be95  Document PARING from sebb comment on mailing list: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201208.mbox/%3CCAOGo0VZFKGKGu_VS2RqinWW0ZC%2BXSYDc4y3_Qj_nKqE8wq8iuw%40mail.gmail.com%3E
 discard 5ecff49  Javadoc
 discard 2308014  Add tests to show current backslash behaviour Bugzilla Id: 53534
 discard ae8570b  Write-once field might as well be final
 discard 02bbcbe  Cleaner screenshot
 discard 0decee9  Fix to french translation (was a bit confusing with GC)
 discard a419b8b  Ensure close are always called
 discard 431e5e61 Added since
 discard a5e3e3f  Add french translation (oops missing a accented char)
 discard ddcc4fa  Add french translation
 discard 1aa4b04  Add support for HeapDump to the JMeter GUI client
 discard 54f9f73  Add support for HeapDump to the JMeter non-GUI client
 discard db05a8b  Add french translation Bugzilla Id: 53671
 discard 2ae2bb7  IdleTime values are not saved to CSV log Bugzilla Id: 53802
 discard 53d4965  Add JMeter version in the jmx file Bugzilla Id: 53673
 discard 2100fcc  Improve checking of files; allow for varying "jmeterTestPlan" element attributes/sizes
 discard 0387005  OOps forgot to change icon size
 discard aee904c  Run tearDown Thread Groups after shutdown of main threads Bugzilla Id: 53671
 discard 56229bb  Tidy comments
 discard 446db01  Remove commented code (implemented above anyway)
 discard f3d3c72  Use the charset created earlier. Note: StringBody allows null charset and defaults to ASCII
 discard f10e3ee  Reduce log level (duplicates message from JMeterThread)
 discard e46f430  Unnecessary variable
 discard 9f477bf  TestCompiler uses static Set which can grow huge Bugzilla Id: 53796
 discard 655e294  ThreadStarter is daemon, but we don't want sampler threads to be so too
 discard 7ea297b  Cheaper to set the thread name when creating it
 discard 14ffd18  Allow a bit more time for urls to expire - 1ms is not sufficient
 discard 1bac030  Don't show message if host is null
 discard 12e48b1  Group private static fields together No code change
 discard 8f1291d  Simplify: establish class and tearDownTest implementation in testStarted, so no need for static HashMap
 discard 8a84c66  Unused parameter
 discard f8fdfb2  Remove redundant null check in createJavaClient Actually use the return value from the method
 discard 62e6ebb  Remove redundant setup of context (already done by caller)
 discard 77a406d  Add advise on memory expensive listeners
 discard bc9f0e1  Add link to jmeter best-practices on home page
 discard 675c997  Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Remove unnecessary implementations of tearDownTest - they just waste memory Bugzilla Id: 53782
 discard a479dd9  Simplify; no need to save client and context Bugzilla Id: 53782
 discard 6fbf3a9  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Changes following sebb remarks on dev mailing list:
 discard a13befa  Add display of full stacktrace without need to look at logfile (useful for jenkins tests)
 discard dafcf05  Revert change which dropped Encoding of Post/Put values
 discard def12ac  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Fix NPE in distributed tests Bugzilla Id: 53782
 discard 0190b16  Calrify Once Only Controller
 discard 967f088  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Only register instance of JavaSamplerClient that have overriden or implemented teardownTest Bugzilla Id: 53782
 discard 5f3b692  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory
 discard 8d5902a  Fix Javadoc warning (since update to Commons-lang3)
 discard 42b3f43  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard f030f22  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard b91556e  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard 11b6a9b  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
 discard 140096e  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods.
 discard adfe026  Code cleanup : Remove public modifier from interface methods
 discard 95d1365  Use import
 discard 50832cc  Clarified todo
 discard 53fe263  Added todo
 discard c49654d  Added since information
 discard c0f98a9  Bug 52266 - Code:Inconsistent synchronization Bugzilla Id: 52266
 discard 5523b5c  We already derived the contentEncoding (charset) above
 discard 01ff96e  Removed useless method call
 discard 1dc549d  The the case of getSendParameterValuesAsPostBody, encoding should be left to the entity handler
 discard 3d75a1c  Simplify and add Javadoc for PUT/PATCH content processing. TODO: the same for POST
 discard 357f423  RequestViewRaw does not show headers unless samplerData is non-null Bugzilla Id: 53774
 discard 69f4540  Javadoc
 discard b70e14c  Don't return null, return empty string
 discard 98eec47  Entity file content is appended below anyway
 discard 6355854  update screenshot for counter
 discard 6c26e30  Make matcher transient
 discard 03381d4  Make matcher transient
 discard 27a0431  Make matcher transient
 discard b9de2d8  comment
 discard e3da25b  Better port default choice
 discard aeca6f0  Removed this key, now not needed
 discard 1670bfa  Translated by Google to fix unit test bug; hope it's OK!
 discard f56a62e  Javadoc and renames
 discard 666a8cf  PUT/PATCH bodies are appended anyway later
 discard 5888d1b  Rename: put => entity
 discard ae2da93  PATCH content also needs to be displayed
 discard 74e9905  More on PATCH
 discard 166bed9  Fix bug accidentally introduced in r1351008 - ContentType cannot have null parameter, so need to fetch File entry MIME type before creating it
 discard 5823375  Update doc for new Response Time Graph, Aggregate Graph and Cookie Manager elements Bugzilla Id: 53718,53755
 discard 6d991f2  Applied some improvements from Bug 53718 (new Response Time Graph) to Aggregate Graph
 discard ae9fe6e  Rename Reload data button to Apply Filter Bugzilla Id: 53718
 discard 8d5aee7  Javadoc
 discard bd9d4d6  Javadoc
 discard 8b3fee8  Clarify
 discard 109ad4b  Javadoc
 discard 024df69  Supported for HC3.1 as well Bugzilla Id: 53675
 discard b9b8653  Add PATCH verb to HTTP HC3.1 sampler Bugzilla Id: 53675
 discard 11c8376  Add PATCH verb to HTTP sampler Bugzilla Id: 53675
 discard b6a793d  Start trying to tidy up post and put code. Should eventually be able to use put code to handle non-multipart posts
 discard 92415cc  Bug 53765 - Switch to commons-lang3-3.1 Bugzilla Id: 53765
 discard 472da15  Bug 53765 - Switch to commons-lang3-3.1 Bugzilla Id: 53765
 discard 8e90bfc  Add the name of the new element Response Time Graph in changes Bugzilla Id: 53718
 discard 61bd5fe  Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choice HC4 implementation (compliant with IPv6 address) and Bug 51512 - Cookies aren't inserted into HTTP request with IPv6 Host header Bugzilla Id: 53755
 discard 8d86dc6  Moves the pattern filter on reload data action Force the reloaded data (to remove filter) when unchecked the filter checkbox Add a change listener on JTabbedPane to make the graph when clic on Graph tab (without clic on Display Graph button) Reorganise some methods in source file Bugzilla Id: 53718
 discard a81b678  TestListener interface could perhaps be split up. Bugzilla Id: 53749
 discard 326d4ce  Bug 52601 - CTRL + F for the new Find feature CTRL + F1 help for functions CTRL + F for search dialog Bugzilla Id: 52601
 discard fb473f7  update javadocs link for excalibur
 discard f4c2678  Add TODO
 discard c2dd910  Lightweighting of JLabeledChoice (JComboxBox): removing the border
 discard 0ea446e  Typo
 discard 1ea486d  Fixed typo Added note to mention what was implemented by 53520
 discard 8f2a2d7  Code comments
 discard a5257a2  Removed unused interfaces Remoteable and TestListener
 discard c209112  Fix badly wrapped comment
 discard c1ca828  Pull constant string out of loop
 discard b578fde  Inline variables that are only used once
 discard 2aa8948  ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener) [it appears this has always been the case] Bugzilla Id: 53759
 discard 7a57b58  Renme variable to clarify usage
 discard 3dbb83a  Remove unnecessary instance variable
 discard 65b015a  Avoid useless creation of SimpleDateFormat by creating it once
 discard 3e4cf84  Revert the new interfaces; don't want them used if they cannot be made to work.
 discard d548834  Revert the TestListener interface change. Not sure it's possible to maintain compatibility without making the handling code very messy Bugzilla Id: 53749
 discard b469ffd  TestListener interface could perhaps be split up Stage 1: split the interface; also split start and end test in case that's useful Bugzilla Id: 53749
 discard 3bd37a8  Make boxing explicit. Make some fields int rather than Integer to reduce need for boxing/unboxing
 discard 6d5b853  Unused import
 discard 705df85  Detab
 discard cc7817f  UPPER case for static little optimisation in map gets (replace containsKey+get by get then null test) Little optimisation on Map copy (use iterator instead of key iterator + get per key)
 discard cc1045e  Use tab separator after whoami as per all the other invocations
 discard 0020bf8  Summariser: no point displaying fractional time in most cases Bugzilla Id: 53753
 discard 282594d  Code cleanup little optimisation in map gets (replace containsKey+get by get then null test) Little optimisation on Map copy (use iterator instead of key iterator + get per key)
 discard 6b9772c  Code cleanup little optimisation in findMax to remove one useless method call
 discard 1e318f1  Rollback as per discussion on dev mailing list : http://mail-archives.apache.org/mod_mbox/jmeter-dev/201208.mbox/browser
 discard 282c2f6  Capitalise static variables Put static variables first [No code change]
 discard 0dce50e  TestCompiler saves unnecessary entries in pairing collection Bugzilla Id: 53750
 discard 3e62ea2  Rename fields to make code clearer
 discard 511d12c  Standardise on static final No code change
 discard 7729bf4  Standardise on static final No code change
 discard e9ec41c  Standardise on static final No code change
 discard 925945d  Standardise on static final No code change
 discard 66660cb  Add a bit more log info about the thread group
 discard c0127e0  Code document update
 discard 56d1bcd  It's awkward reading logs where several classes share the same logger name. Implement local LOG instances for our sample implementations
 discard c6edbcd  Bug 53501 - Synchronization timer blocks test end. Issue has been fixed by sebb within work on issue 53418. Bugzilla Id: 53501
 discard 7249cea  Renaming bug so that changes are clear when version is released
 discard 36a6e3b  Move createLabelCombo to jorphan.GuiUtils
 discard e71b478  Bug 53715 - JMeter does not load WSDL Bugzilla Id: 53715
 discard d9b9049  Don't check isDebugEnabled unnecessarily, but do check it before building the string param
 discard 9e21e06  Don't check isDebugEnabled unnecessarily, but do check it before building the string param
 discard 264007e  Improves the memory usage by internal list (map now) which keep all results to allow the "reload data" action or "apply interval" action Bugzilla Id: 53718
 discard 0a1d196  Bug 53743 - JavaSamplers.allSamplers static Set keeps references even after thread has ended Bugzilla Id: 53743
 discard d1c9218  Bug 53742 - When jmeter.save.saveservice.sample_count is set to true, elapsed time read by listener is always equal to 0 Bugzilla Id: 53742
 discard 5115846  &= is needless as stoppedAll is true Added TODO waiting for answer from sebb on dev mailing list Bugzilla Id: 53418
 discard 93c490f  Fix ConcurrentModificationException that happens when you stop a test while it's in rampup period.
 discard 689a697  Fix NaN comparison
 discard 2990662  Keep LinkedHashMap as per milamber warning on previous commit, thanks milamber
 discard d9b86f2  Removed useless @SuppressWarnings Used HashMap instead of LinkedHashMap Gave Map capacity put strokeWidth at top of class
 discard f4aa9c5  Keep track of number of threads started and finished: Display counts in Summariser delta output Bugzilla Id: 53738
 discard 59bf638  Keep track of number of threads started and finished Update context service to collec the counts and return them Bugzilla Id: 53738
 discard 808c6e3  Grammar
 discard 12c95ab  Sync with saveservice.properties Bugzilla Id: 53718
 discard 93ce661  Change the name "Line Graph" to "Response Time Graph" Bugzilla Id: 53718
 discard d2e055a  Use the good name of the element
 discard 936b191  Add Line graph manual Bugzilla Id: 53718
 discard b086f8f  Fix Mailer visualizer screenshot size. Reduce the width of BSF Sampler size. Center VRT screenshots
 discard 15f9c29  Fixbug in delayed start when used with consecutive thread groups Code was only waiting for active threads to reach zero, rather than for the thread group to finish. Bugzilla Id: 53418
 discard 91b3e01  Enable playing with interval and filter label on a running test Bugzilla Id: 53718
 discard 316ff8a  StandardJMeterEngine is now responsible for starting thread groups, which in turn are responsible for their threads. All the thread creation and scheduling is now handled by the thread group. This allows the JMeterThread instances to be created only when needed by the delayed start method. Memory should now be only limited by the number of concurrent threads. Bugzilla Id: 53418
 discard 85cedff  Change the lock method Add a warning to prohibit the update of interval si no file Remove a double check on durationTest and improves the message Bugzilla Id: 53718
 discard 1ad853c  Fix indentation
 discard 8fc339f  Follow intentional change to saveservice.properties
 discard 31f9a1b  Simplify
 discard cc16719  Add a new visualizer to draw a line graph showing the evolution of response time for a test Bugzilla Id: 53718
 discard a5d2b24  Small improvements in aggregate graph: legend at left or right is now on 1 column (instead of 1 large line), no border to the reference's square color, reduce width on some fields Bugzilla Id: 53716
 discard 1937e9c  Arrange fields and methods Drop unnecessary parameter to private method
 discard 4ed59ba  Fix up log messages
 discard 72356e0  Oops forgot import
 discard f5c3639  No need to use AtomicBoolean here. Also slightly clearer to use running rather than !stopped, so changed name and inverted the value. Will also be useful if/when JMeterThread instance creation is moved here.
 discard 886a5df  Rename private methods according to actual function
 discard 43a84eb  No point processing all thread groups when we know we only want to wait for one
 discard 25f5bd8  Clear down the list of groups when they are done
 discard 90b8997  Move JMeterThreadMonitor implementation from engine to the thread group, as the engine was calling the group anyway.
 discard 91590d8  Correct comment
 discard aad58be  Add delayed_start French translation Bugzilla Id: 53418
 discard 70360d7  delayedStartup needs to be constant Bugzilla Id: 53418
 discard 96fc1f2  Merge OnDemandThreadGroup into ThreadGroup: Don't display delayed start for setUp/tearDown thread groups Rename onDemand as delayed_start Make the property optional in JMC files
 discard 7e824d0  No longer need these
 discard a553578  Fix saveservice version
 discard fb4cf22  Merge OnDemandThreadGroup into ThreadGroup Bugzilla Id: 53418
 discard c4deb24  Clarify Content Encoding GUI field
 discard c03ae0b  Nested image has changed
 discard d90db2e  Clarified documentation of Access Log Sampler Added some formating
 discard 7d1c179  Added license
 discard b245856  Display 'Apache JMeter' title in app title bar in Gnome 3 Bugzilla Id: 53616
 discard 677388e  Display 'Apache JMeter' title in app title bar in Gnome 3 Bugzilla Id: 53616
 discard 14328b1  Better with the maven2.repo property
 discard 9a4430a  mvnsearch doesn't work. Using the repo2.maven.org to get jCharts jar
 discard 29917e0  Bug 53318 - Add Embedded URL Filter to HTTP Request Defaults Control Bugzilla Id: 53318
 discard c1cc575  Fixed findbugs issue
 discard ae4645b  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup simplified and cleaned
 discard 9c55a32  Don't log partial responses to the jmeter log Bugzilla Id: 53566
 discard fb5af53  Bug 53511 - access log sampler SessionFilter throws NullPointerException - cookie manager not initialized properly Bugzilla Id: 53511
 discard 6c2b65a  Unused import
 discard 6cc42ce  Generics warning
 discard 77962e2  Bug 42245 - Show clear passwords in HTTP Authorization Manager Bugzilla Id: 42245
 discard ebe1efd  Ensure stream is closed even if exception occurs, because with current code, there are leaks in callers HTTPHC4Impl, HTTPHC4Impl and HTTPJavaImpl
 discard 299c626  Add tag for 2.7
 discard fab7746  Close resources
 discard 7cd8a70  Missing @Override
 discard 964ad2c  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value IF Last-Modified or Date are missing or invalid, set expiration date to one year in future Bugzilla Id: 53522
 discard 08cc017  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Fix typo Bugzilla Id: 53522
 discard ba6ab11  Fix up documentation Bugzilla Id: 53522
 discard 0314291  Fix comments
 discard b84c05d  Ensure all parameters are in debug log
 discard 2bb26f1  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Fixed test case
 discard 30f680f  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Added test case Added sleep to ensure entries become invalid after their expiration date has passed Bugzilla Id: 53522
 discard 046ab7b  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Added test case Added sleep to ensure entries become invalid after their expiration date has passed Bugzilla Id: 53522
 discard afbdf8a  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Changed to store entry forever if no max-age and no expires header which is what specification says in my understanding: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Bugzilla Id: 53522
 discard 69459cf  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix SaveService fileVersion and version
 discard 219a898  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix saveservice.properties
 discard 50960da  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix EOL Bugzilla Id: 53418
 discard 264b0f9  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Documentation update Bugzilla Id: 53418
 discard 95d97c9  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Bugzilla Id: 53418
 discard 9116932  Factor out similar code
 discard 430ce2d  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value (edit)
 discard c78d7d0  no-cache responses should be stored, but must be revalidated, so don't store an expiry date for them Bugzilla Id: 53522
 discard 73167d6  Remove spurious <p> tag
 discard 52a5709  Update to HttpClient 4.2.1
 discard 458b182  Update to HttpClient 4.2.1
 discard 93798b3  Field is only created once, so make it final
 discard cb89b23  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
 discard 8b4d87c  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
 discard 5a6ad4d  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
 discard 2ff88f0  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Clarify incompatible changes Bugzilla Id: 53522
 discard 72fbf46  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Bugzilla Id: 53522
 discard 9d7b3ba  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Bugzilla Id: 53522
 discard 9c6efe6  Bug 53365 - JSR223TestElement should cache ScriptEngineManager Bugzilla Id: 53365
 discard 4c14957  Bug 53521 - Cache Manager should cache content with Cache-control=private Bugzilla Id: 53521
 discard f8194b6  Bug 53521 - Cache Manager should cache content with Cache-control=private Bugzilla Id: 53521
 discard 7a1056e  Remove useless code
 discard 9c3de30  New guideline
 discard c6e4fde  Bug 53440 - SSL connection leads to ArrayStoreException on JDK 6 with some KeyManagerFactory SPI Bugzilla Id: 53440
 discard 2bad2b8  Standardise on HTTPConstants, not the interface
 discard c24ebe3  Standardise on HTTPConstants, not the interface
 discard 96323ac  Standardise on HTTPConstants, not the interface
 discard 86033e0  More context for the debug
 discard 7b1a143  More context for the debug
 discard c87602b  More debug
 discard 294d041  Make tests easier to distinguish if comparisons fail
 discard f2f5e6f  Tidy up code - defaultpw has already been set from the system property, no point doing it again.
 discard 5d98310  Avoid NPE when running in non-GUI mode and password has not been provided
 discard 65d5b58  Avoid NPE when password is not provided
 discard 48747fe  Replace deprecated code
 discard d9ec1cd  Use Root interface
 discard 499b5e5  Use Root class AbstractThreadGroup
 discard 0c5e670  Use Root interface SwingConstant
 discard 50e2459  Use Root interface
 discard 7662966  Use Root interface
 discard 422cb97  Use HTTPConstantsInterface instead of HTTPConstants
 discard bfbf055  Use HTTPConstantsInterface instead of HTTPConstants
 discard e9a2228  Use HTTPConstantsInterface instead of HTTPConstants
 discard 2195ba2  Use Root interface
 discard 6ab412b  getDefault super implementation is synchronized, so make this one also synchronized
 discard a140e2b  Use InputEvent
 discard cd3aecd  Make non serializable field transient Bugzilla Id: 52265
 discard 4d35e5e  JMS Point to Point reports too high response times in Request Response Mode - ensure the timeout is actually used Bugzilla Id: 53357
 discard acf0406  Replace deprecated ctor parameter
 discard 84ab4c5  Move jcharts to end as having problems downloading on some Jenkins hosts Wrong reference moved, try again
 discard d3883b3  Move jcharts to end as having problems downloading on some Jenkins hosts
 discard 037150b  Ensure starts on new line
 discard 44b76b0  bsh-2.0b5.jar now available from Maven Central
 discard 4a13c99  Convert tests that fail on Gump so that each subtest runs separately
 discard 5339307  Use actual encoding rather than always using UTF-8
 discard 785f44c  Clarify which output is which
 discard 6bb7424  Clarify which output is which
 discard c0bf5ab  Add Bugzilla issue tracking for Subversion
 discard 9032b84  Update to HttpCore 4.2.1
 discard 2a9080a  Alternative solution
 discard 853cce8  Clarify documentation regarding \ before a variable
 discard e251a9f  DecimalFormat is not thread-safe, so remove static instance
 discard 2dadea1  DecimalFormat is not thread-safe, so remove static instance Make format a static method
 discard 9999de0  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different
 discard 43f2b75  Ensure disconnect is called even if abort fails
 discard d54e5b6  Bug 53364 - Sort list of Functions in Function Helper Dialog
 discard d6ac133  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different Clarify documentation
 discard 2008891  Bug 53357 - JMS Point to Point reports too high response times in Request Response Mode
 discard 3dc0d14  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different Clarify documentation
 discard 3640dd1  Keystore index is 0-based
 discard f63808e  Fix url (old jakarta jmeter user list and new jmeter user list are merged)
 discard 0659910  Updated to HttpComponents Core 4.2 (from 4.1.4) and HttpComponents Client 4.2 (from 4.1.3)
 discard 4ab9611  Updated to HttpComponents Core 4.2 (from 4.1.4) and HttpComponents Client 4.2 (from 4.1.3)
 discard f7778ef  Keystore index is 0-based
 discard a709026  Use <bugzilla> tag which generates a link to the bug
 discard 329420a  Use <bugzilla> tag which generates a link to the bug
 discard 2156dcb  Update dependency versions
 discard a967606  Bug 53311 - JMeterUtils#runSafe should not throw Error when interrupted
 discard 2002bb8  Bug 53310 - TestAction should implement Interruptible
 discard cf4d192  Upgrade to commons-net-3.1 from 3.0.1
 discard 19a314e  JMeter 2.7 release
 discard d816e22  xml file that needs to be preserved as EOL=LF
 discard 8d431b8  Prepare next release 2.7: update docs tree and overview (RC3)
 discard 189124e  Make a little change on docs trunk (for test release process rc3)
 discard f8c5dc1  Prepare next release 2.7: update docs tree and overview
 discard ce8dbf1  remove unused label
 discard 62ac6d8  Clarify Keystore config
 discard 3390fc6  Clarify Keystore config
 discard 85934af  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode if Includers use same element name Apply better fix that applies for all elements, not just IncludeController
 discard 9df0ad2  Add comment
 discard 3b3d7b3  Better regexp to update overview.html (in docs-api task) Accept jmeter.version like 2.7 ou 2.7-SNAPSHOT
 discard 42660aa  Using a temporary directory and files for test stat graph
 discard 5a08bc5  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode if Includers use same element name
 discard 99e8495  Defer the conversion of the Yen symbol to run-time so won't be mangled by EOL conversion
 discard cc026bf  Fix up EOL property
 discard 3da0993  SVN EOL style
 discard bc82ea3  Drop back to 2.7, as we will have to respin
 discard 0adbe81  extras/*.png are binary files
 discard e5dc304  EOL style
 discard 8b8d4a3  Trunk must remain as a SNAPSHOT otherwise CI builds may fail
 discard 3985b3a  Prepare next release 2.7: update docs tree
 discard 4fa7833  Prepare next release 2.7
 discard 729e3ec  Borders JSplitPane cumulated: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
 discard 085fb2c  New screenshots and resizing
 discard 7e0f016  New screenshots and resizing
 discard 11988fb  Update screenshot tutorial web test
 discard 0c3877e  Fix some size
 discard 8382915  New screenshots and resizing
 discard f0ddc72  Fixed typo
 discard 21bf6df  Fixed typo
 discard f8efc8f  New screenshots and resizing
 discard 7b44cb3  Update New and Noteworthy section (add red box and black borders), set images size in changes.xml
 discard f9fef38  Fix some names (jakarta-jmeter -> apache-jmeter) Add mention to new error/fatal counter Add Smtp behavior
 discard e58b898  New screenshots with better definition
 discard c3dcf91  Resize warn icon screenshot (size in changes.xml and add rectangles add border line
 discard 3220395  Resize warn icon screenshot (size in changes.xml and add rectangles
 discard c89b7e4  Reduce logging level
 discard 07d20fd  Add Workbench tool to generate test scripts
 discard c5470de  Add newly generated test files for previous releases
 discard 6689220  Distinguish null and empty labels
 discard 37f2c21  Bug 53261 - Make "Error/fatal" counter added in Bug 42784 open Log Viewer panel when Warn Indicator is clicked New screenshot
 discard 7d3b536  Add setUp/tearDown thread groups + test fragment
 discard c8c5088  Make warn JButton transparent (best L&F)
 discard d4ca0f7  Added new and noteworthy
 discard 1f8a6d0  Bug 53261 - Make "Error/fatal" counter added in Bug 42784 open Log Viewer panel when Warn Indicator is clicked
 discard 883b195  Fix test failure due to comment of Report section in component_reference.xml: Added exclusions on package and class
 discard 8d844da  Use a JLabel instead of JButton to display warning icon Increase space between error indicator and running indicator Add a tooltip text on warning icon Add one space before If parenthesis
 discard 4287de3  Add Test Plan with all elements for 2.7
 discard b4e48e6  Update ignores
 discard e224b03  Tidy up debug Don't reuse input parameter array
 discard 08a85ea  Fix comment
 discard 18dcc24  Clarified some sentences
 discard 9910915  Commenting Reports section as it's empty
 discard 8a33e50  Fix screenshots sizes
 discard 6b48a0e  Bug 53256 - Make Clear All command clean LogViewer content
 discard b7e8934  Bug 42784 - Show the number of errors logged in the GUI
 discard 70ad8ee  Update New and Noteworthy section (add red box and black borders), set images size in changes.xml
 discard 4d951f4  Add SamplerCreator new and noteworthy
 discard 7ce8b93  Clarified MaintainSession
 discard 2ab3a02  Added Changes and Noteworthy Grouped changes by "Samplers", "Listener", "reports"
 discard 400016a  Prepare New and Noteworthy section in changes.xml for next release Remove old 2.6 screenshots (moved to 2.6 folder)
 discard ed86ac7  Bug 53246 - Mailer Visualizer: improve GUI design and I18N French translation added
 discard 6a037f8  Prepare New and Noteworthy section in changes.xml for next release
 discard 85a66da  Bug 52782 - Add a detail button on parameters table to show detail of a Row Improves the box size, name box and changes title box
 discard c932ee6  Tidy; add usage comments
 discard 0e292ff  Bug 53226 - Faster startup FunctionHelper can use function list created by CompoundVariable
 discard 4a427fa  Improve the dynamically sizing of 'write results to file / read from file' pane for all Listeners.
 discard 64d7905  Fix Javadoc error - it was incorrect Exception as well
 discard 99c6bf1  Import no longer used
 discard 9ba7858  Document reason for check of package name
 discard 613a23b  Bug 53226 - Faster startup No need to check for abstract classes, as these are eliminated by the class finder
 discard 23e70a7  Javadoc
 discard 3e224ea  Document parameter usage
 discard 8966e5b  Revert javadoc changes.
 discard b231e2d  Updated JMeter distributed testing guide. Changes source format to OpenOffice odt (from sxw)
 discard ccd3d99  Bug 53226 - Faster startup Filter during search
 discard 8443242  Bug 53226 - Faster startup Filter during search
 discard 8a34943  Updated to httpcomponents-client 4.1.3 (from 4.1.2)
 discard 460cd6c  Fix Yen sign after ant docs task (on Unix/Linux env). e HTML Entity (hex) value.
 discard f0122b0  Added warn when getBinding fails
 discard 8ad988b  Fix ArrayIndexOutOfBoundException risk introduced by last commit
 discard d306582  Fix some javadoc
 discard 76a055d  Remove dead code
 discard 35a6029  Remove Javadoc warning when javadoc generation   [javadoc] [snip]/src/jorphan/org/apache/jorphan/test/UnitTestManager.java:31: warning - Tag @see: reference not found: org.apache.jorphan.test.AllTests
 discard bc43511  Typo
 discard 03db2fb  extras/proxycert.sh will be executable in binary archive
 discard 4e5e2a2  Missing @Overrides
 discard 28e9840  Javadoc
 discard 8794ed6  Restore saveservice.properties version check
 discard 9a6ed26  Bug 53136 - Catching Throwable needs to be carefully handled
 discard a43f144  Bug 53136 - Catching Throwable needs to be carefully handled
 discard b329b72  Bug 53136 - Catching Throwable needs to be carefully handled
 discard 97822ce  Bug 53136 - Catching Throwable needs to be carefully handled
 discard 8f5a2eb  Fix tab
 discard 69c1bb8  Little optimization : Avoid NullPointerException by testing for nullity. Caller catches NPE and selects NullProperty so no regression will happen
 discard e7e415c  Bug 52266 - Code:Inconsistent synchronization Use Atomic
 discard e934b04  Bug 53172 - OS Process Sampler - allow specification of Environment Variables Code cleanup
 discard a75384e  Fix findbugs warning on new Boolean
 discard 0bcc553  Bug 52266 - Code:Inconsistent synchronization Add synchronized on openFile method will not impact performance as method is private, lock will be reentrant
 discard 1200973  Add logs to diagnose GUMP Failure
 discard b5ae90f  Bug 52936 - JMS Publisher : Support sending of JMS Object Messages
 discard 192d2c2  Bug 53172 - OS Process Sampler - allow specification of Environment Variables Update documentation and screenshot
 discard 522763c  Some details on running commands
 discard 088aec1  Typo & fix 'environment' in French
 discard c69d4b9  Bug 53172 - OS Process Sampler - allow specification of Environment Variables
 discard 3ae6cf3  Bug 53172 - OS Process Sampler - allow specification of Environment Variables
 discard 8807ec9  Bug 53164 - New System Sampler Added working directory display
 discard d2832bf  Add information about version change
 discard e2c2178  Add information about version change
 discard 9e4158d  Bug 53164 - New System sampler Rework changes: restore original API so HTTPArgsPanel does not need to change
 discard 099b588  Changed mime-type
 discard 73facb0  Bug 53164 - New System Sampler Updated documentation
 discard 12c8fb7  Bug 53164 - New System Sampler Renamed parameter
 discard a037229  Bug 53164 - New System Sampler Renamed to OS Process Sampler
 discard c23d26d  Added reference to javaworld article that inspired StreamGobbler and javadocs
 discard b0c5807  Bug 53164 - New System Sampler Oups wrong test
 discard 19e2894  Bug 53164 - New System Sampler Removed useless name column
 discard 2ecce04  Bug 53164 - New System Sampler Fixed mergeability with config elements
 discard 55337f1  Fix test error and save service version
 discard 0a5c259  Bug 53164 - New System Sampler Changed version
 discard 8d13264  Bug 53164 - New System Sampler Documentation
 discard c2e071a  mime-type
 discard 7542bad  mime-type
 discard e103ddf  Bug 53164 - New System Sampler Save Service
 discard 1127730  Bug 53164 - New System Sampler Documentation
 discard 9c2a582  Add new build path
 discard 48859bd  Never catch Throwable
 discard 6b7ea19  Make immutable private variables final
 discard c2fe6df  Bug 53164 - New System Sampler Add Maven POM for new jar
 discard dc6fbc2  Bug 53164 - New System Sampler
 discard 97ba672  Bug 53164 - New System Sampler
 discard 761be05  Fixed links to Jakarta
 discard 457df91  Simplify
 discard 59cafaf  Simplify: encodeSpaces() is not expensive, so no point trying to avoid it for static strings
 discard 7c66972  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails Fix crash with larger trees; only update saved copy of tree if we wrote the whole tree
 discard 5369ed4  More info on error
 discard de6a0a7  Bug 53145 - HTTP Sampler - function in path evaluated too early
 discard 7ccb698  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails
 discard a0643bb  More useful error message
 discard 91e8c0f  Allow original exception to be provided if necessary
 discard 9d075c1  Bug 53073 - Allow to assign the OUT result of a JDBC CALLABLE to JMeter variables
 discard 263c34a  Fix ignores
 discard f22b086  Tidy up
 discard fd6d65c  Generics
 discard b4fe850  Unthrown Exceptions
 discard 26bc0a8  No need to catch Throwable
 discard 36bea21  Bug 53136 - Catching Throwable needs to be carefully handled No need to catch Throwable here
 discard 17dd2c0  Unnecessary cast
 discard f10960c  Bug 53136 - Catching Throwable needs to be carefully handled Ensure throwable is adequately processed
 discard 786c11b  Unused imports
 discard 3a2f36b  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails
 discard 8d44f1d  Change level to warn when invalid cookie is found
 discard 41a24a2  Bug 52771 - Documentation : Added RSS feed on JMeter Home page under link "Subscribe to What's New"
 discard 35b61d7  Added ignore
 discard 9ebb344  updated versions and dependencies
 discard 0c86359  Bug 53129 - Upgrade XStream from 1.3.1 to 1.4.2
 discard 1252eda  Fixed commons-io version after upgrade
 discard 6db93b9  Bug 53129 - Upgrade XStream from 1.3.1 to 1.4.2
 discard 905903b  Add Bug52968 test case
 discard 6da9a56  Bug 53072 - JDBC PREPARED SELECT statements should return results in variables like non prepared SELECT
 discard d049fee  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard b53aa84  Fix Javadoc
 discard 544a345  Bug 53070 - Change Aggregate graph to Clustered Bar chart, add more columns (median, 90% line, min, max) and options, fixed some bugs
 discard 4ac2954  Add a warning is https.use.cached.ssl.context is not set or set to true when using KeystoreConfig
 discard ed3fd96  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard caa80e7  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard d72d7f6  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 2282d9b  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 345465f  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 79db29c  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard d7fdf5a  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 20d7d4d  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 25f495b  Add override
 discard e57e0f9  Add override
 discard df9e54b  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard b5f415a  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 39937ba  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 74885f0  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
 discard 7b84abe  Removed invalid javadocs
 discard 935dbcc  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard fed4b33  Bug 53027 - Jmeter starts throwing exceptions while using SMTP Sample in a test plan with HTTP Cookie Mngr or HTTP Request Defaults
 discard 5af9a0f  Bug 53042 - Introduce a new method in Sampler interface to allow Sampler to decide wether a config element applies to Sampler
 discard 4036857  Updated to commons-io 2.2 (from 2.1)
 discard 316e1d9  Bug 52967 - The function __P() couldn't use default value when running with remote server in GUI mode.
 discard a6f4374  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs Fixed host
 discard 91c0600  Generics warning
 discard 022c62b  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs set svn properties
 discard 41c582e  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs Added Test Case
 discard 03ea5d7  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs
 discard d080f00  Clarify transaction controller doc
 discard c004873  Retain original exception if one in progress or make in.close not quietly throw
 discard b66cc3a  Bug 52698 - Remove Graph Full Results Listener
 discard b787d37  Bug 52698 - Remove Graph Full Results Listener
 discard 2863b99  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode Added note on workaround and changed changes.xml comment
 discard dbdcfe1  Made method static and used closeQuietly
 discard 93b1068  Update Javadoc for methods that are likely to be used by scripting test elements
 discard 2329717  Add docs for JMeterVariables and JMeterProperties
 discard 655a22a  Bug 52941 - Improvements of HTML report design generated by JMeter Ant task extra JMeter Ant (ant-jmeter-1.1.1.jar) task was upgraded from 1.0.9 to 1.1.1
 discard 6ad76b0  Update ant-jmeter Jar Log from http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php 12/5/2011 - added jmeterlogfile attribute to support specifying the path to a JMeter log file 9/2/2011 - added remote attribute to <property> element to support sending properties to remote JMeter servers
 discard 290e92d  Bug 52941 - Improvements of HTML report design generated by JMeter Ant task extra
 discard 1152bb1  Bug 52934 - GUI : Open Test plan with the tree expanded to the testplan level and no further and select the root of the tree
 discard 74834bae Bug 52939 - Webservice Sampler : Make MaintainSession configurable
 discard 323a1e3  Bug 52938 - Webservice Sampler : Add a jmeter property soap.document_cache to control size of Document Cache
 discard 7f2282a  Make method static
 discard 3126f8c  Bug 52937 - Webservice Sampler : Clear Soap Documents Cache at end of Test
 discard d06573d  Bug 52810 - Enable setting JMS Properties through JMS Publisher sampler
 discard a6d3989  Factor code between exceptions. Make sampler fail if Exception occurs (not only AddressException, IOException, MessagingException)
 discard 6abe229  Bug 52916 - JDBC Exception if there is an empty user defined variable
 discard d79983d  JDBC Sampler : Sampler is not marked in error in an Exception which is not of class IOException, SQLException, IOException occurs
 discard aff2b38  Document JDBC latency
 discard d6430e4  Bug 52897 - HTTPSampler : Using PUT method with HTTPClient4 and empty Content Encoding and sending files leads to NullPointerException
 discard 945cf9d  Bug 52886 - Proxy : Recording issues with HTTPS when spoofing is on, secure cookies are not always changed
 discard 748df19  Bug 52885 - Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated
 discard 6ce0160  Bug 52810 - Enable setting JMS Properties through JMS Publisher sampler
 discard 7e60b65  Removing always null field sslProvider
 discard d71e584  Bug 52871 - Multiple Certificates not working with HTTP Client 4
 discard c48e5d7  Reuse constructor
 discard 4fb1915  Bug 52869 - JSR223 language list currently uses BSF list which is wrong
 discard c3c7115  Bug 52868 - BSF language list should be sorted
 discard c47e5b4  Regenerated PDF
 discard 3757968  Removed reference to jakarta Changed 2 screenshots
 discard 35813f1  Clarified how to setup Multiple Client Certificates with Keystore Configuration
 discard 553b96d  Bug 52848 - NullPointer in "XPath Assertion"
 discard a430c90  Fix char encoding for resultsaver_numberpadlen I18NEdit format
 discard 86cd835  Bug 52843 - Sample headerSize and bodySize not being accumulated for subsamples Fix bug in test case
 discard 3bd416e  Bug 52843 - Sample headerSize and bodySize not being accumulated for subsamples
 discard 18dc8ed  Bug 43450 - Listeners/Savers assume SampleResult count is always 1 Fix SamplingStatCalculator
 discard 8163b5a  Simplify
 discard 0aa1ec8  Bug 43450 - Listeners/Savers assume SampleResult count is always 1 fixed Generate Summary Results
 discard 3a06225  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
 discard 9b4cd17  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
 discard 65d93f6  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
 discard e6473fe  Remove temporary hack
 discard 51837f1  Bug 52796 - MonitorHandler fails to clear variables when starting a new parse
 discard aee189d  Typo
 discard bb5bf16  Bug 52679 - User Parameters columns narrow
 discard 2e86838  Failure in Gump was due to different order of tests Change order to produce failure in non-Gump runs as well
 discard 06579e6  Tidy up nightly builds
 discard f176ee0  Add convenience target for downloading jars needed for docs build
 discard a417747  Bug 52645 - Recording with Proxy leads to OutOfMemory
 discard 4d6d500  Allow override of maven.home via property define
 discard 561a161  Bug 52789 - Proxy with Regexp Matching can fail with NullPointerException in Value Replacement if value is null
 discard b0016a4  Bug 52788 - HttpRequestHdr : Optimize code to avoid useless work
 discard 6d80f68  Document why lazy init is used
 discard 0a64acc  Add some temporary Gump debug
 discard 32a610b  Use ancestor method
 discard 731bce7  Use ancestor method
 discard e70b861  Check for empty encoding also
 discard ef8925a  Add method to check null or empty on trimmed string
 discard 5b17d2e  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4) Fixed wrong Boundary extraction
 discard 4eb2f51  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4) Handle correctly null contentEncoding
 discard ae8813c  Add help message
 discard 9776456  Add empty constructor for tests
 discard 73f7340  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4)
 discard 93668b5  Fix typo
 discard c738b79  Avoid NPE when defaultVal is also null (13 times at JMeter startup)
 discard f315102  Bug 52783 - oro.patterncache.size property never used due to early init
 discard 6f29204  Bug 52782 - Add a detail button on parameters table to show detail of a Row
 discard f78cadc  Add a bit more info to try and track down Gump test error
 discard ffed877  Revert back invokeLater as we must wait for sample to occur before delivering otherwise a NPE will occurs in ResultCollector
 discard 4bffe7c  Bug 52775 - JMS Publisher : Add Non Persistent Delivery option
 discard 8b23c4e  Bug 52775 - JMS Publisher : Add Non Persistent Delivery option
 discard a49bf53  Fix var name
 discard d9eef77  Use GUI method in SwingUtilities#invokeAndWait
 discard 66ee22a  Bug 52741 - TestBeanGUI default values do not work at second time or later
 discard d3bf3f2  Bug 52762 - Problem with multiples certificates: first index not used until indexes are restarted
 discard 270bd32  Try to find out why Gump is creating a status entry
 discard 2fb535d  Oops! remove debug line
 discard 4210728  RandomVariableConfig is also a stand-alone element
 discard 8fbf856  Bug 52728 - CSV Data Set Config element cannot coexist with BSF Sampler in same Thread Plan
 discard 54a8bff  Bug 52678 - Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted Added clarification in Incompatible changes
 discard 7ea0c0e  Bug 52672 - Change Controller action deletes all but one child samplers Added doc
 discard 4171b5a  Bug 52680 - Mention version in which function was introduced
 discard c6f21d3  Bug 52678 - Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted
 discard 2246956  removed useless import
 discard ea4d5ca  Bug 52694 - Deadlock in GUI related to non AWT Threads updating GUI
 discard 5f0c11e  Bug 52675 - Refactor Proxy and HttpRequestHdr to allow Sampler Creation by Proxy
 discard 4259c4e  Bug 52672 - Change Controller action deletes all but one child samplers
 discard efdd8be  removed reference to jakarta
 discard be458ce  rename method
 discard cc8fdca  Explain quoted values
 discard 225f3be  Refactored  similar code
 discard 2d133c1  Fixed typo Fixed wrong log
 discard a9e58e1  Bug 52639 - JSplitPane divider for log panel should be hidden if log is not activated
 discard cc414d4  Bug 52614 - MailerModel.sendMail has strange way to calculate debug setting
 discard 8b6d229  Remove unthrown Exception
 discard 0587cc4  Enum value is not actually used
 discard ab03f5f  Store the port as a String - allows the use of functions and variables
 discard e3fb706  Update to next snapshot version
 discard ddc3bf4  Bug 52613 - Using Raw Post Body option, text is considered as encoded
 discard 79c61c6  Document Rhino JS Maven co-ordinate change
 discard 51b1aa3  Remove unnecessary variable; tidy
 discard 3f617b6  Property values are documented as being Strings (even if interpreted as int) Although it seems to work when saved as an Integer, better to follow the docs.
 discard 8400209  Clarify HC4 behaviour wrt transport overhead
 discard b8e6b0c  Bug 43363 - Options for compressed content Add doc to component_reference
 discard de51dd9  Bug 52609] - Incorrect Japanese translation for "per minute" in throughput.displayName
 discard 81e1104  Add missing @Override
 discard 1a5cce6  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Fixed issues discussed on mailing list
 discard 993b40b  New version of Rhino
 discard 27a435f  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Fixed @throws Javadocs
 discard 5ab9426  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Javadocs+fix to missing case
 discard 4f8c92d  Upgrade from js-1.7R2.jar to rhino-1.7R3.jar
 discard e3c0c2c  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication
 discard 09e09b7  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication
 discard b4dd952  Make field private
 discard 58946a2  Ensure terminate is called
 discard 0e1b0aa  Ensure terminate is called
 discard fb4c8dd  Ensure terminate is called
 discard a2a596e  Ensure terminate is called
 discard 38f4b41  Ensure terminate is called
 discard 4bb6c81  Bug 51737 - TCPSampler : Packet gets converted/corrupted Added encoding to SampleResult
 discard 40b2b2f  Bug 51737 - TCPSampler : Packet gets converted/corrupted
 discard fa7f04a  Bug 51737 - TCPSampler : Packet gets converted/corrupted
 discard bc1cd56  Unused import
 discard 25ab797  Unnecessary method
 discard 476680d  Javadoc
 discard 9fc662b  Bug 45839 - Test Action : Allow premature exit from a loop
 discard 5607f6f  Bug 45839 - Test Action : Allow premature exit from a loop
 discard 323748d  Log classes so that we can see them in Console Viewer
 discard 0d647ff  Bug 52552 - Help reference only works in English
 discard 8848f66  Unfortunately Ant reports failure if a directory does not exist So don't fail if so (as was true previously with quiet mode)
 discard 5093d1b  Disply the Locale to make it easier to check Locale-related CI tests
 discard 759a174  site.dir is no longer used Don't be quiet about deletes; want to know if some fail
 discard 05edacf  Bug 52551 - Function Helper Dialog does not switch language correctly Rework to avoid recreating FunctionHelper, as this causes failures when testing under Eclipse:
 discard 73b7d7d  Add @since marker
 discard 0fb0cc2  Add tag
 discard ec46abc  Bug 45839 - Test Action : Allow premature exit from a loop
 discard 39299a9  Bug 52552 - Help reference only works in English
 discard 0757c11  Bug 52551 - Function Helper Dialog does not switch language correctly
 discard 24bc845  JMeter 2.6 release
 discard 543b5e5  Likewise replace needs encoding; html files are iso-8859-1
 discard dfce0dd  Allow Anakia lastModifiedCheck to be overridden if necessary
 discard 1be03da  Fixcrlf needs encoding; html files are iso-8859-1
 discard 3b26e48  Prepare next release 2.6: update docs tree
 discard df7b26e  -SNAPSHOT suffix must still exists even if we do a new JMeter version
 discard a88adfd  Test files used for batch test comparisons need to use fixed EOL=LF
 discard 114c146  xml files are created with EOL=LF even on Windows
 discard fc5d066  Test data files need to use fixed EOL, because the exact size is checked in the sample result files
 discard da48767  fixed typo
 discard 70ccb17  Don't upload sigs to snapshots repo
 discard c0e9e1d  Adjust to new size
 discard 70c18b4  EOL-style
 discard 1e043ca  EOL-style
 discard 62b5f89  EOL-style
 discard f03bc04  EOL-style
 discard 93aef40  Eol-style
 discard e8d048f  Safer to call waitFor rather than assuming that stdout will not return null until process has ended.
 discard 043bc7e  Don't try to run EOL conversion on test image files i.e. in bin/testfiles/HTMLParserTestFile_2_files
 discard 567c4e8  Fix sign_dist to work with Java 1.5 Fix bug - did not wait for process to finish Don't sign .sha files
 discard 01079d8  Fix small issue with new snapshot release name
 discard 2b8c928  Prepare next version 2.6: adjust version in download_jmeter and add download_jmeter.cgi to docs
 discard 2bc91f2  Prepare next release 2.6: update docs tree and overview
 discard c66467e  Tip about LoggerPanel
 discard 7bdf47e  Prepare next release 2.6: update docs tree and overview
 discard 708f982  Prepare next version 2.6
 discard 5d595e0  Remove gif images (replace by png)
 discard e819b26  Prepare 2.6 release Change some screenshots with CrossPlatform GUI Update some screenshots Reduce some screenshots size (to focus only on the main subject)
 discard 27fc6ee  Minor tweak, don't use bare conditional blocks
 discard 117aef8  Add gpg2 signing task
 discard 23fa929  Change Icon box to a green question mark (?) and buttons to Yes/No
 discard 73745e0  Add property to control pause time in daemon thread which checks for JVM exit Document additional properties controlling System.exit calls
 discard 04052cc  Bug 52497 - Improve DebugSampler and DebugPostProcessor
 discard c3d3e52  Bug 52537 - Help does not scroll to correct anchor when file is first loaded
 discard b9f61b3  Borders JSplitPane cumulated: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
 discard 6bd774b  Minor GUI improvements (borders & swing ui)
 discard 5393e13  Borders's JSplitPane cumulate: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
 discard b6559c4  Bug 52503 - Unify File->Close and Window close file saving behaviour
 discard 3dbaf00  Bug 52491 - Incorrect parsing of Post data parameters in Tree Listener / Http Request view
 discard 20d607f  Set eol-style
 discard 971c968  Rename
 discard 525a39e  Bug 52507 - Delete Http User Parameters modifier (deprecated, obsolete)
 discard e1ea8c7  Add a basic test to check that old JMX files can still be read TODO: add more test data files from earlier releases
 discard c5e8b96  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties (r1227589) Also need to upgrade top-level element names
 discard 4784390  TODOs fixed
 discard e9bcada  Bug 52519 - XMLSchemaAssertion uses JMeter JVM file.encoding instead of response encoding
 discard 37eb2a2  Add JUnit sample test jar
 discard 28a368c  Allow confirm delete dialogue to be suppressed
 discard 67f47c1  Grammar
 discard fea7eec  Bug 41788 - Log viewer (console window) needed as an option Clear content on enable
 discard 56f4db9  Maven repo version is called jcharts not jCharts
 discard 66370e9  Oops, left off properties
 discard e115688  Check for M2_HOME being set
 discard 1f67747  Parent pom has to be packaged as a pom Add new config jar and pom
 discard b913537  Create parent jar with configuration files from bin/
 discard 3acbf70  Improve screenshots and add black borders Reduce menu Log viewer length
 discard a3b63a5  Improve screenshots and add black borders Reduce menu Log viewer length
 discard 06cbc0b  Clearer comment
 discard e1c27da  Changing known issues text as discussed on mailing list.
 discard a73c829  Bug 41788 - Log viewer (console window) needed as an option More detailed screenshots as Milamber suggested
 discard 834154a  Added new and noteworthy
 discard e551e4e  Bug 41788 - Log viewer (console window) needed as an option Set disabled by default and limit to 80000 characters
 discard d491016  Bug 41788 - Log viewer (console window) needed as an option
 discard 7a2641f  Javadoc typo
 discard 7aa0067  Want default version to be -SNAPSHOT for use when uploading Maven jars TODO: check this does not mess with CI builds
 discard 01418d3  Make COPYRIGHT string private; same reason as for VERSION
 discard 9f2dc85  Added new and noteworthy change
 discard 3c47228  Changed Copyright year
 discard b955234  Typo
 discard a395612  Drop the unused poms (we use the templates from res/maven now)
 discard 5d88075  Code moved to main Ant build script
 discard 0dceef2  Minor clarification
 discard 9ab6ccd  Add Maven upload support TODO: sig creation
 discard e53a76e  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Impact of modification Also commented X-Sleep header
 discard a2a102f  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Made queue size configurable
 discard 24efeb3  Oxygen icons are dual licensed, so we say which we are choosing
 discard 6c2ca1b  Add Open Icon Library licenses informations (icons used in toolbar)
 discard 889fce8  Update changes.xml with ignore failed for embedded resources and update Jms selector screenshot
 discard ec1a2e7  Add changes.xml: JMS improvements 51419
 discard 74faefb  Restore some incorrectly deleted aliases to saveservice.properties Fix upgrade.properties for obsolete entries Fix test so only truly orphaned classes are reported as missing
 discard f2e508a  Add changes.xml: JMS improvements nuf 51419
 discard 7eca2eb  Added Component Reference and Functions reference at root of documentation
 discard 0a983d4  Added JMS SElector screenshot (needs rework by Milamber)
 discard 8cac8d8  Used default LAF for screenshots and added missing separator
 discard 9472653  Update of width and height
 discard 3364d35  Used default LAF for screenshots and added missing separator
 discard a344e68  Added JMS SElector screenshot (need rework by Milamber)
 discard 6efd699  Document
 discard 4399422  Fix failing test (temporarily)
 discard 0240dbf  Increase ramp-up slightly to avoid occasional thread overlap in testing
 discard ffff8e0  Fix test failure due to updated BSFSampler
 discard d785949  Revert r1233614 - test data needs fixing, not completely dropped
 discard 9699e30  Revert deletion in r1233606; entries should never be deleted Also update property file version
 discard 97e9797  Correct local indentation issues TODO: file is currently a mixture of 2 and 4 space indents; should this be fixed?
 discard 70b731c  Improve toolbar icons set with some icons from open_icon_library-CC (http://openiconlibrary.sourceforge.net/) Add some color saturation for start/stop icons Update New and Noteworthy section on changes.xml
 discard 8f39135  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Implemented what was described on dev list
 discard 38c4ae1  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Documented new property Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI Changed screenshots
 discard 1936782  Commenting test to avoid failure. TestLoadAndSave seems wrong as it does not take into account migration.
 discard 51f7e0c  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard 7576a84  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard 409cca7  Fix up mailing lists
 discard 54e73b2  Printable docs need to point to mail and SVN
 discard 8ca10cc  JMeter jars reach Maven
 discard 41675e4  Name change
 discard b8bd281  Use repos to download bsh and jcharts (synch with ApacheJMeter_parent pom)
 discard 4195068  Added bsh and jCharts dependencies and supporting repo
 discard 5192cb2  Added missing mail pom. Rearranged so poms can be uploaded individually
 discard 02afbd2  Typo
 discard d864dce  Skip jaxen depends for jdom
 discard 764e67b  Minor tweaks to changes
 discard 0422136  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties (r1227589) Fix typo: was returning original name rather than the updated property name
 discard b6607b3  Add New and Noteworthy for next version (2.6)
 discard 0859970  Add a dialog box to confirm removing the element(s) when Remove action is called
 discard 2ac0e47  Correct some min/maj typo and ordering
 discard b98a39f  Initial version of Ant script to deploy jars to Nexus
 discard 6f84a00  Incorrectly named poms/artifacts
 discard 7bd5c1f  Ignore default Maven build dir
 discard 3d0313c  Oops! recursive parent
 discard e96b8fb  Resurrected OldSaveService to allow reading Avalon format JMX files (removed in 2.4) As the Avalon jar is needed anyway (e.g. logging), the extra code is quite small.
 discard e8231d8  Update some versions
 discard bf4db57  Recent dependency updates
 discard 82ac3db  Sample POMs for Maven upload Initial versions only
 discard 1db8f21  Jexl2 update
 discard 444f91d  Jexl update
 discard 3cf144a  Introduce version properties
 discard 2b940c9  Update some dependencies
 discard a5b4282  Update some dependencies
 discard 7036559  Don't catch Exception (Findbugs)
 discard 1b58138  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties Allow for deleted properties
 discard d642aa9  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties
 discard a4d348d  Use standard constant for name attribute
 discard 34a6c35  Moved permanently
 discard edb1c5b  Eliminate boxing warnings
 discard 0ebe421  Fix up versions
 discard 09e5dce  Javadoc
 discard 35834be  (Findbugs) don't use generic Exception
 discard 3146fda  Change label following Milamber comment
 discard 27196d9  Javadoc
 discard 8ddffbb  Added border for better look
 discard 0b628a1  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request
 discard 9f27d9c  Bug 52281 - Support for file Drag and Drop Had to find an alternate implementation as TransferHandler.TransferSupport  is not supported in JDK5
 discard 2f8c25d  Update Configuration Keystore screenshot (fields order)
 discard 4035a89  Improve french translation for keystore configuration element
 discard bd69a9f  Fix a mistake (I think, Philippe confirm this?)
 discard 952e1af  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
 discard 18decfe  Bug 52281 - Support for file Drag and Drop
 discard f582674  Adding documentation on BUG submission.
 discard e03d677  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
 discard 23c9f37  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
 discard 6e557d0  Bug 50438 - code calculates average with integer math, expecting double value Adding to changes (fix made by sebb)
 discard 0934626  Bug 49753 - Please publish jMeter artifacts on Maven central repository Modified js version to 1.7R2
 discard c05ba45  Bug 52452 - Improvements on Aggregate Graph Listener (GUI and settings)
 discard c443f31  Replaced synchronized by ConcurrentHashMap
 discard e3bc418  Added TODO
 discard 72b574c  make constants private as not used anywhere else
 discard 4a7d749  Bug 49753 - Please publish jMeter artifacts on Maven central repository Modified js version to 1.7R2
 discard 5639945  Increased configured MaxPermSize based on tests when Javascript is used in Loop controller for example, 128m seems to be a good compromise. And removed "Scam" word
 discard 255f2d5  Bug 44301 - Enable "ignore failed" for embedded resources
 discard 57ffc54  testing to see if my svn login still works. Noticed the steps didn't have spaces after the numbers, which looks ugly and hard to read. don't know if anyone still uses or reads this document for setting up proxy.
 discard d586a0c  Simplify (label already set to URL; error prefix will be added by errorResult method)
 discard 300ab91  Simplify (label already set to URL; error prefix will be added by errorResult method)
 discard 8be56c2  Simplify
 discard 59553bf  Bug 52409 - HttpSamplerBase#errorResult modifies sampleResult passed as parameter; fix code which assumes that a new instance is created (i.e. when adding a sub-sample)
 discard 43eceb2  Fix incorrect lazy init (Findbugs)
 discard d303462  Field names should start with lower-case (Findbugs)
 discard 89d1499  No point overriding dialogInit since the instance field is not set. Don't catch Exception. (Findbugs)
 discard 7805d0b  Oops - revert r1227449 as the field was used
 discard 347d0e4  Unused field
 discard 70c49de  Quieten Findbugs
 discard ec6ecdf  FindBugs reports IC: Initialization circularity (IC_INIT_CIRCULARITY)
 discard ce0684c  Revert to non-fractional default as the value is truncated in the timer Remove redundant Javadoc
 discard dcfc60b  Unused import
 discard 5a180b4  Dead stores (Findbugs)
 discard f8b7289  Use specific locale for case conversion (Findbugs)
 discard 49b64c2  Useless null stores (Findbugs)
 discard 7bcb6cc  Unused assignment (Findbugs)
 discard 0826fea  Add default case entries (Findbugs)
 discard ea28fb1  Add default case entries (Findbugs)
 discard 7ef4b7f  Fix up some missing encodings (Findbugs)
 discard c9aa41a  Bug 37073 - Add a Poisson based timer Add component docs and screenshot; fix properties
 discard d893308  Fix missing and incorrect image sizes; add missing image
 discard 715e524  Fix markup
 discard 7d1483a  Align with Gaussian Timer; indicates that number can be fractional
 discard 38a3430  Redundant null checks (Findbugs)
 discard 6122863  Remove redundant code (Findbugs)
 discard 61c819f  Create arrays with the correct size [Findbugs]
 discard 2a9045d  Methods should start with lower-case letter (Findbugs)
 discard 82a9ba0  Value is already a String (Findbugs)
 discard eb82509  use Double.valueOf/Float.valueOf instead of new Double/Float (Findbugs)
 discard 8b01026  Redundant code
 discard 0354318  Don't use > 0 for checking masked values (Findbugs)
 discard b3c6754  Superclass implements Clearable (Findbugs)
 discard 90a351b  Does not seem to be any reason for nanoTime fields to be transient (Findbugs)
 discard 7b94e41  Make inner class static to simplify serialisation (Findbugs)
 discard 67738b9  Updated httpcore to 4.1.4
 discard 28e9670  Ignore local property override file
 discard 1fb1dd7  Allow local property overrides
 discard b2fd024  Only generate socketKey once per sample
 discard 1934570  Trailing spaces
 discard f1fa8ab  Findbugs should also scan initial JMeter jar
 discard 9da20bb  Factored out code with GaussianRandomTimerGui
 discard 5bb0889  Bug 37073 - Add a Poisson based timer Factored GaussianRandomTimerGui and PoissonRandomTimerGui
 discard 072c793  Bug 29352 - Use external store to hold samples during distributed testing
 discard 8822fc3  Bug 37073 - Add a Poisson based timer Factored GaussianRandomTimerGui and PoissonRandomTimerGui
 discard 87b2853  remove temporary file
 discard 42215e2  revive old version of BSFSamplerGui.java
 discard 37a7bc7  temporary move, restoring the history of the file
 discard 86a21b4  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard 6e7ceca  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
 discard b3547af  Added javadocs
 discard fa7eadc  Bug 52396 - TCP Sampler in "reuse connection mode" reuses previous sampler's connection even if it's configured with other host, port, user or password
 discard b75b396  javadocs
 discard 83dd5f2  put revisions back to package.html
 discard ecdcedc  remove temp file
 discard 5992a14  temp move for rename
 discard 9db1c1e  Renaming
 discard 241b65c  Renaming
 discard ecbe071  Bug 49950 - Proxy : IndexOutOfBoundsException when recording with Proxy server
 discard 92571af  Bug 52399 - URLRewritingModifier uses default file.encoding to match text content
 discard 7b959ea  Added TODO
 discard 2db8665  Commented empty blocks
 discard e3f5148  Added TODO
 discard a3652a7  Added TODO
 discard 0e1bb3d  Using original field
 discard 9361121  documented empty methods
 discard 1f2f0e4  documented empty methods
 discard ce62bd9  documented empty methods
 discard 3334519  Added warning when formatting fails
 discard f83ae34  Added warning when formatting fails
 discard abeaa1c  Added warning when parsing fails
 discard 90f5a5b  documented empty methods
 discard d2b80f5  Using original field
 discard 693477b  moved synchronized block to where it's needed
 discard e30d89c  Removed useless synchronized
 discard 91fbbd1  Removed useless synchronized
 discard 61b45c8  Bug 52396 - TCP Sampler in "reuse connection mode" reuses previous sampler's connection even if it's configured with other host, port, user or password
 discard c1a0ab8  improved fb rules
 discard 041879e  Made file transient to fix non serializable field
 discard 1dd2cd7  Findbugs related comment
 discard 33032e8  improved fb rules
 discard 84cbe8b  Removed static field as not thread safe
 discard 15c3c64  Implemented equals and hashcode
 discard 1eda9b9  Added warn when delete fails
 discard 9de8dfd  Bug 49374 - Encoding of embedded element URLs depend on the file.encoding property Now using SampleResult#getDataEncodingWithDefault() to avoid relying on file.encoding of the JVM. Modified HTMLParserTestFile_2.xml to take into account the impact of encoding change.
 discard 4db4f09  Bug 51999 - Counter increments by 2 when used in while controller condition
 discard 8e71dde  Made label clearer as discussed on mailing list
 discard 3e04f39  Fix findbugs task failing with: Fix findbugs task failing with:  [findbugs] java.util.zip.ZipException: Zip file doesn't exist: /data/ubikingenierie/workspace/jmeter/lib/ext/*.jar  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBase.<init>(ZipFileCodeBase.java:63)  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory.countUsingZipFile(ZipCodeBaseFactory.java:90)  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory.makeZipCod [...]
 discard 82e0e70  Remove useless code
 discard 3c72bd4  Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache Fix compile error due to @Override
 discard 41b3d01  Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache
 discard 71b9aa5  Bug 52339 - JMeter Statistical mode in distributed testing shows wrong response time<
 discard 49c13ae  Unnecessary cast
 discard 6d30b7c  Unnecessary casts
 discard 6c02b63  Bug 52376 - StatCalculator#addValue(T val, int sampleCount) should use long, not int
 discard 752cde4  Bug 52371 - API Incompatibility - Methods in HTTPSampler2 now require PostMethod instead of HttpMethod[Base]. Reverted to original types.
 discard 8ca4504  SampleCount must be at least 1
 discard d4c58dc  Unit test code must be able to create an instance of the class
 discard 17e0d10  Bug 52357 - View results in Table does not allow for multiple result samples Complete
 discard 3a2fcfb  Add StatisticalSampleResult alias
 discard 3d4fb6bf Bug 52357 - View results in Table does not allow for multiple result samples Partial fix; ensure calculator is passed the sample count
 discard 315e2d7  Trivial performance tweak
 discard 30cd619  Javadoc
 discard 8123baf  Bug 51512 - Cookies aren't inserted into HTTP request with IPv6 Host header First part, introduce interface CookieHandler and make CookieManager use it.
 discard 32ce2ad  Make method exposing HTTPClient object not public (prepare enhancement of CookieManager supporting IPv6 (using HTTPClient4))
 discard e7c4ce6  Bug 52352 - Proxy : Support IPv6 URLs capture
 discard 7f4f392  Bug 52352 - Proxy : Support IPv6 URLs capture
 discard 0a63e84  Bug 52330 - With next-Loop-On-Error after error samples are not executed in next loop
 discard 6380110  Raw type
 discard 252979d  Removed useless main
 discard 1896def  Added full stacktrace (will be helpful to diagnose not ending threads)
 discard 5ff6890  Include regression in Bugzilla  issues link
 discard ba3cdca  Bug 52346 - Shutdown detects if there are any non-daemon threads left which prevent JVM exit
 discard d02e144  Bug 52333 - Reduce overhead in calculating SampleResult#nanoTimeOffset Use a background thread to calculate the offset instead of doing it each sample
 discard 34bfc13  Make listener final
 discard 7a20f3d  Revert to original names and locations used for the static server values. Makes it easier to follow the changes since the 2.5.1 release Fix up inaccurate log message
 discard 6da6223  Docs
 discard 33e3ed9  Fetch settings once in readResolve rather than on each sample Fix misleading log message Make server only fields transient - no point in copying them from the client
 discard a2454a7  Revert to original names and locations used for the static server values. Makes it easier to follow the changes since the 2.5.1 release
 discard d373588  Bug 52340 - Allow remote sampling mode to be changed at run-time
 discard e2c2995  Standardise logging; move unused testEnded() method to parent
 discard dd98cc1  Added DiskStore remote sample sender
 discard 4354c4d  Log.info on server as well as client
 discard 9563a54  Add javadocs
 discard de1c1a8  Fixed hard coded "fr" Handled missing bundles
 discard 9ba22f5  Bug 52317 - Counter : Add option to reset counter on each Thread Group iteration
 discard 6196710  Clarify docs (Bug 52284)
 discard aef31be  Don't want to ignore case when sorting THREADS menu
 discard 4eab96c  Generic for loops
 discard f15f58e  Ignore new jar
 discard 1b20ead  Fix up crash on Windows
 discard 3da254b  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber ER1: the separator should not be placed after the last message; ER2: no separator for one message;
 discard bb95db2  Added new function machineIP Factored with machineNam Removed synchronized as not needed
 discard 9235c4c  Add javadocs
 discard b5a4b4c  Downgrade of js to 1.7R2 as not available on maven2 repo
 discard a9631fb  Upgrade of js to 1.7R3
 discard 6276318  Unnecessary cast; Javadoc
 discard 48e1846  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled Add Test case
 discard 8b56bd6  Case-insensitive sorting
 discard 9f034d5  Moved I18N tests to PackageTest. Made resources computation dynamic For now only fr added, but other language can be added very easily but would fail for now.
 discard eb7b084  Fixed one non ascii char
 discard a2543e7  field can be final
 discard ab09599  Document usage
 discard 3d11fe9  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled Fix by making child get context of the parent.
 discard 6f9103a  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled ROLLBACK (Oups one modification passed)
 discard dc966dc  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled ROLLBACK
 discard 249305d  Enhanced test to check translation completeness for one language with all available bundles, added only fr for now to avoid test failures
 discard 4b95227  French translation: Missing label Keys alphabetical reordering
 discard b7ea87d  French translation: Missing label Keys alphabetical reordering
 discard 6e5f2a9  French translation: Missing label Keys alphabetical reordering
 discard 69223d1  French translation: Missing label Keys alphabetical reordering
 discard 41af134  French translation: Missing label
 discard fd82fb8  Keys alphabetical reordering
 discard f5cbe6d  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled
 discard de8ebc5  Added test to check translation completeness for one language, added only fr for now to avoid test failures
 discard 99a7269  Removed useless labels (CORBA)
 discard 4a94a77  French translation
 discard 6ddad56  Removed useless labels (CORBA)
 discard 0fda427  Fix up some incorrect screen shots
 discard f7aaa66  Duplicate keypress action was being duplicated - no idea why
 discard 26f3a68  Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample Bug 52296 - TransactionController + Children ThrouputController or InterleaveController leads to ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard 2c316251 Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard f27a8aa  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard 728ba19  Translation in french of same labels
 discard b494b22  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
 discard 3143c47  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence
 discard fde94bd  Add an icon for Start no timers Action in the new JMeter Toolbar. Missing icon enable/disable when test running
 discard 6476b40  Fix error handling
 discard 226a7a9  Add:  (N.B. this is stored unencrypted in the test plan) to all password field descriptions
 discard a6f71b0  Bug 52266 - Code:Inconsistent synchronization Ensure safe publication of variables
 discard dcf739f  Bug 51861 - Improve HTTP Request GUI to better show parameters without name (GWT RPC requests for example) Fix up code so CRLF is sent after each line.
 discard 1cac86f  Screenshots with Cross-Platform UI
 discard 5e8599f  New screenshots
 discard ce8d624  No functional change Re-order so variables of same type are grouped together Added @GuardedBy comments (omitted from some because not currently always guarded)
 discard a348f16  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language Resources now useless after last commit
 discard cde3545  Bug 52279 - Switching to another language loses icons in Tree and logs error Can't obtain GUI class from ... Better fix after discussion on dev mailing list, thanks sebb for your review
 discard 9a3c9b8  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard 7332bf2  Reverting closeFile removal
 discard 1cb925a  Moving to demos folder Changed TransactionController option name
 discard 2a896da  Moving to demos folder
 discard ebbfcd1  Moving to demos folder
 discard 92f6347  As discussed on dev list, changing label of transaction_controller_include_timers
 discard bae1083  Fix a little GUI issue when Concurrent download is checked but not enabled, the Nb pool was editable
 discard c7f8cdf  Use AccessController#doPrivileged to create classloader (Findbugs)
 discard 3b28ce2  Add test that uses UrlConnection stub cacheControl (findbugs)
 discard 8effb76  Removed useless instance variables that can be local
 discard 0ffc3ff  Add transient to non serializable fields
 discard 9a3f27e  Bug 52266 - Code:Inconsistent synchronization
 discard 8ff5446  Code clarification for findbugs
 discard efb2306  Bug 52266 - Code:Inconsistent synchronization
 discard a4e4735  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language Fix the menu categories labels
 discard 18c01f5  Bug 50086 - Password fields not Hidden in JMS Publisher, JMS Subscriber, Mail Reader sampler, SMTP sampler and Database Configuration
 discard 6a409dc  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard 666e28b  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard 36f7577  Bug 52128 - Add JDBC pre- and post-processor Fix doc
 discard 1bd2f2c  Bug 52128 - Add JDBC pre- and post-processor
 discard e88149d  Translation for KeystoreConfig in french
 discard 74e67c6  Oups inversed screenshots
 discard cbfab2e  Bug 52128 - Add JDBC pre- and post-processor
 discard fbd822b  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
 discard 6237f65  Bug 52279 - Switching to another language loses icons in Tree and logs error Can't obtain GUI class from ...
 discard 38206b7  Add getTextLines() method; needed for Bug 51861
 discard 9118fe7  Simplify char function and support octal Fix error in CRLF example
 discard 2304e36  Unused import
 discard c4dab2b  Bug 51876 - Functionality to search in Samplers TreeView Handles ESC and ENTER key Save last search
 discard aa23251  Search in Tree: Increase border for search text fields and reduce font size for options (better looks)
 discard 5156d5f  Add an icon for Start no timers Action in the new JMeter Toolbar.
 discard 5f428d2  Fixed doc
 discard 3593d1f  Bug 51876 - Functionality to search in Samplers TreeView Enable searching AbstractJDBCTestElement subclasses
 discard 18c79fe  Bug 52128 - Add JDBC pre- and post-processor
 discard f5c2666  Rollback after discussion on dev list
 discard 8c8bf88  Commented bugged and unused code
 discard 85b3bbb  Fixed Double Checked Locking Issue
 discard dc58f95  Made code cleaner
 discard 420947c  Read return value of read
 discard 41ebe8a  Fixed potential double init if method is called concurrently
 discard accdf99  Commented bugged unused code
 discard f3291b9  Fixed potential double init if method is called concurrently
 discard 2909843  Fixed potential double init if method is called concurrently
 discard 77e7b9a  Only need to nullify savedConnection once in the code block
 discard 5e1e9cd  Make field volatile to ensure Serializable contract
 discard 99c4404  Bug 51093 - when loading a selection previously stored by "Save Selection As", show the file name in the blue window bar
 discard f7183cb  Simplify for loops
 discard 75bcf34  Clarify message
 discard f4af345  Simplify for loops
 discard ab1a7ed  Document locking
 discard e164e37  Make barrier transient
 discard 7bbb62f  GuiEditor was the wrong name; they are really type editors
 discard 8fb11c9  Fix up validation for NO_OTHER - typeEditor can provide the tags Add check for unconfigured properties.
 discard 5a2de4d  Need to provide tags for the valid values
 discard efe700a  Log some warnings for inconsistent descriptor attributes
 discard e0a8ae0  Another field can be final
 discard b436171  Generic loops
 discard ddfc175  Javadoc
 discard c7f176c  Simpify by using existing method
 discard ef9467e  Unused imports
 discard 9d12a3f  Normlise indentation
 discard da853e2  Show field types
 discard 070ac5b  Add File types
 discard 6d29275  Bug 52242 - FileEditor does not allow output to be saved in a File
 discard d5ab3ec  More detailed failure messages
 discard 86521c7  Simplify by ensuring descriptor exists.
 discard 336a6dc  Simplify by merging ctors
 discard cdefd0c  Javadoc
 discard 5d313c0  Better diagnostic
 discard 0e2fece  Bug 52241 - GenericTestBeanCustomizer assumes that the default value is the empty string
 discard 5d3ebd5  Move Javadoc to new location
 discard 0d23b11  Example to exercise the different field types
 discard 87e113e  Tidy up - make some fields final
 discard 547ff41  Add comment
 discard 469fdb3  Bug 52240 - TestBeans should support Boolean, Integer and Long
 discard ac843f6  SVN eol-style
 discard 581d8ee  SVN eol-style
 discard 43197c0  SVN eol-style
 discard 08353dc  SVN eol-style
 discard 2c07cf5  SVN eol-style
 discard 63bdcff  Only fetch count if it is needed
 discard fb5e3cd  Oups : Remove @Override
 discard d88c3f9  Bug 52183 - SyncTimer could be improved (performance+reliability) Made BarrierWrapper class private and commented setup.
 discard 46b9a9b  Bug 52183 - SyncTimer could be improved (performance+reliability)
 discard 3fc4dc2  Bug 51733 - SyncTimer is messed up if you a interrupt a test plan
 discard aedfcef  revive old version of SyncTimer.java
 discard 6816d88  temporary move, restoring the history of SyncTimer
 discard 83bd556  temporary move, restoring the history of SyncTimer
 discard 44930d3  temporary move, restoring the history of SyncTimer
 discard 343b0a7  Ensure NOT_UNDEFINED defaults to FALSE
 discard cd7c6ac  Fix Java 1.5 compilation errors - cannot @Override an interface method
 discard 0bad102  Add extra information to error messages
 discard 626d76e  Use the original definition rather than the derived one
 discard d6030dd  Simplify code
 discard 6b85c0c  Javadoc
 discard c59d013  Generic test for examples
 discard a2e4855  Don't need to fetch value again
 discard e39d5ce  Use the original definition rather than the derived one
 discard dfe51f0  Don't swallow IOException
 discard 19b33ca  Bug 40750 - TCPSampler : Behaviour when sockets are closed by remote host
 discard 7310cc2  Bug 52183 - SyncTimer could be improved (performance+reliability)
 discard 2537889  Added checks for File manipulations
 discard b2134c9  Added checks for File manipulations
 discard ae4fea3  Replace String concat by StringBuilder Added checks for File manipulations
 discard d386488  Simplify / Clarify code by using Closeable interface
 discard e1e8cec  Typo
 discard 8658d30  Javadoc
 discard 24c4b02  Bug 52224 - TestBeanHelper does not support NOT_UNDEFINED == Boolean.FALSE
 discard 0fa50a1  Make config items final
 discard 0761dc6  Don't allow override of method called from ctor
 discard 3e16150  Bug 52214 - Save Responses to a file - improve naming algorithm - add fixed width numbers - add optional timestamp - fix synchronisation
 discard ef34522  Bug 52221 - Nullpointer Exception with use Retrieve Embedded Resource without HTTP Cache Manager
 discard 800574b  Bug 43294 - XPath Extractor namespace problems
 discard 4ce4a8c  Add final to lock objects
 discard f2454fc  Bug 46921 - Add Ability to Change Controller elements
 discard bed9d67  Bug 43294 - XPath Extractor namespace problems
 discard 1b16120  Bug 43294 - XPath Extractor namespace problems
 discard c3ba777  Bug 43294 - XPath Extractor namespace problems First part: Put in XPathUtil everything related to XPath computations
 discard ddb5fdc  Removed wrong old javadocs, Now functions are notified when a test has ended.
 discard d83f6b2  Make exception catch less generic
 discard 2b6c39b  Document broken code
 discard a68abbe  Use StringBuilder for String concatenation
 discard bcdd63e  Make conversion safe to avoid findbugs warning
 discard 9845e49  Bug 52217 - ViewResultsFullVisualizer : Synchronization issues on root and treeModel
 discard 9c1a1df  Bug 52216 - TableVisualizer : currentData field is badly synchronized
 discard 3af806b  edit_remove is never initialized and not used.
 discard 2ea2479  edit_remove is never initialized and not used.
 discard 12ce11b  Bug 52215 - Confusing synchronization in StatVisualizer, SummaryReport ,Summariser and issue in StatGraphVisualizer
 discard a662cbb  inputstream never closed
 discard 1755b23  Bug 52215 - Confusing synchronization in StatVisualizer, SummaryReport ,Summariser and issue in StatGraphVisualizer
 discard dba5a5e  Fix up some stale jakarta.apache.org references
 discard c6effc4  synchronized is needless in sendMail
 discard ff3af59  Replace Vector by ArrayList , no need for synchronization.
 discard 042c54c  Fixed javadoc
 discard deb2f77  Fixed javadoc
 discard e90f08d  Fixed javadoc
 discard 9714097  Bug 42538 - Add "duplicate node" in context menu
 discard 76d780d  Old e-mail address
 discard 2087701  Replace Vector by Collections.synchronized(new ArrayList())
 discard 48f1db1  Replace Vector by ArrayList , no need for synchronization.
 discard eba57ed  Replace Vector by Collections.synchronized(new ArrayList())
 discard 5acecb1  Removed unused method
 discard 0ecee87  Replace Vector by ArrayList , no need for synchronization.
 discard 3c189d3  Replace Vector by ArrayList , no need for synchronization.
 discard 03ca17b  Replace Vector by ArrayList , no need for synchronization.
 discard f6c95fc  Fix up recent image sizes
 discard 9753ab5  More new and update images that need to be copied to docs
 discard 832c105  Taking into account sebb note:update component_reference.xml with the new image size, otherwise the display may look terrible
 discard 6e39a69  Bug 52201 - Add option to TableVisualiser to display child samples instead of parent
 discard 1a18e9b  Replace StringBuffer by StringBuider and return String in getServerResponse()
 discard 80bf706  Replace StringBuffer by StringBuider
 discard 5ed93cb  Tweak message
 discard 6921800  Unused import
 discard 49a11ce  Identify where test setup error messages are coming from
 discard 71760d8  Add default ctor so Serialisation tests don't fail
 discard 2bcb859  No need to use Commons Lang StrBuilder now we target 1.5+ (Did not need setNullText() as it as the same as for StringBuilder)
 discard 2ca4658  No need to use Commons Lang StrBuilder now we target 1.5+
 discard f9457fa  No need to use Commons Lang StrBuilder now we target 1.5+
 discard bac2b07  Bug 52161 - Enable plugins to add own translation rules in addition to upgrade.properties.
 discard d3ee034  Indentation
 discard c10a06d  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard fd8d708  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard 9b9c2e3  Documented new POST Body tab+screenshots
 discard 8251a6a  Screenshot Update after addition of POST Body tab
 discard 15de82c  Screenshot Update after addition of Add from clipboard
 discard 15e5213  Added documentation of JMS Selector in JMS Point to Point
 discard d413cf7  New screenshot after introduction of JMS Selector
 discard e6b0242  New screenshot after introduction of Separator
 discard 3056289  Clarified documentation of Synchronizing Timer
 discard d470573  Fixed NullPointerException when URL is null (supposed to be a file reload)
 discard f1e33aa  Removed useless field
 discard 7c6aee7  close reader
 discard 681a61b  Made instance class static
 discard ce28888  Made final read only field static
 discard 4807e19  Add recently added images
 discard 772ebbb  Add trademark mentions
 discard e931ec3  Bug 51886 - SampleSender configuration resolved partly on client and partly on server Fixed default value
 discard cbe79b3  Bug 51886 - SampleSender configuration resolved partly on client and partly on server
 discard bbb1ea6  Bug 52118 - New toolbar : shutdown and stop buttons not disabled when no test is running Fix for remote start/stop
 discard 04cf0a7  Bug 51876 - Functionnality to search in Samplers TreeView
 discard b829851  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 566a293  Add french translations for new functionnalities (Raw Post, JMS) and JDBC Pre|Post processors
 discard 1902370  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard 057fad8  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard b46fb2d  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard cfeadee  [Bug 52150] FileServer has 3 confusingly similar methods to set the file base Reverting
 discard 0eb7dd4  Simplify
 discard 9742101  Simplify
 discard 312993d  Javadoc
 discard e372f6f  Simplify by using Closeable interface
 discard 44f9c06  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
 discard 3fa676f  We already import the class
 discard 37372bc  Enhanced known issues with bug IDs
 discard c3e1778  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber There was an issue when following options were checked: - stopBetweenSamples - Read Response
 discard a060993  Variable might as well be final
 discard 4eb64b1  Add a few more RAT excludes
 discard 555a1c5  Add AL header
 discard d288957  Add AL header
 discard 44aa6f8  Add AL header
 discard d93cd63  Add AL header
 discard 9374a75  Bug 52104 - TCP Sampler handles badly errors Bug 52087 - TCPClient interface does not allow for partial reads
 discard 4607068  Javadoc
 discard 2bf5761  TableEditor does work (partially)
 discard bc77a47  Better diagnostics
 discard 69cbea3  Javadoc
 discard e9b7d94  Only try to remove valid selected row
 discard a2ab3b8  Doc
 discard 3a2e9a4  Property Editor override was being done in the wrong place
 discard 87d21c4  Fetch descriptor once
 discard e0d764e  Javadoc; better exception messages
 discard b43c12b  Bug 52160 - Don't display TestBeanGui items which are flagged as hidden
 discard f31a9f8  Allow customisation of property editor (override the default)
 discard 116bc2e  Pass descriptor settings to Wrapper editor if available
 discard c029b4c  Don't bother instantiating classes that won't be used
 discard 5f71128  Bug 51091 - New function returning the name of the current "Test Plan"
 discard 33f5ba3  Ignore "mail" soft link on site
 discard ca02a6f  Remove incorrect comment
 discard a9b522f  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard 64cf028  Bug 51091 - New function returning the name of the current "Test Plan" Reopening
 discard 35d4805  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
 discard 06c6d8f  Only 3 'S' (not 4 S) for millisecondes http://download.oracle.com/javase/1,5.0/docs/api/java/text/SimpleDateFormat.html Thanks to Vincent D (by private email)
 discard 658f4ba  Better way to disable a test in JUnit 3
 discard b46e3be  Commenting out Test Case that will fails until BUG 50799 is fixed.
 discard 291daa5  Bug 51091 - New function returning the name of the current "Test Plan"
 discard b217e8f  Test Case that will fails until BUG 50799 is fixed.
 discard f07d87d  Javadoc improvement from what I understood (If I am wrong don't hesitate to fix it)
 discard 1e82f24  Document some more ssl properties
 discard 131da0b  fileName must not be null
 discard 5af8402  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 2
 discard b606994  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 1b
 discard 8502509  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 1
 discard 8ee1ebf  Add empty manual sections to keep test cases happy Renamed Pre/Post to remove request in line with other processors
 discard 089f9a6  Add new test element class names
 discard dd318d2  Name needs to agree with test element property name value
 discard 84ec33c  loggers are static final in JMeter
 discard 6fcfc70  Bug 52128 - Add JDBC pre- and post-processor
 discard 42a20fb  Bug 52137 - Problems with HTTP Cache Manager
 discard da4e38c  Bug 51876 - Functionnality to search in Samplers TreeView Fixed test errors
 discard 52d3679  Use Boolean not boolean
 discard 541f70f  Don't worry about boxing in assertions
 discard 9deaa48  @Override is not allowed for interfaces in Java 1.5
 discard e9eb406  Bug 51876 - Functionnality to search in Samplers TreeView Fixed compilation errors Added javadocs
 discard 524e515  Bug 51876 - Functionnality to search in Samplers TreeView Changed implementation to: - Add ability to search with regexp - Add ability to search in case sensitive and insentive modes - Plug additional search implementations
 discard be0d75a  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber
 discard 3575aaa  Bug 52125 - StatCalculator.addAll(StatCalculator calc) joins incorrect if there are more samples with the same response time in one of the TreeMap
 discard cff681c  Give access to sum
 discard 25c9417  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber Fix setting \t, \n , \r as separator
 discard cf4c0bb  Don't create Boolean when we want boolean
 discard 34e8032  Missing overrides
 discard a260cee  Fixed compilation error
 discard 1af7e50  BUG_52033 : Default to jmeter.properties if start and end not set Handle errors in inputed start and endIndex
 discard 988d1f9  Add some cleanup
 discard f1e03ae  Bug 52129 - Reported Body Size is wrong when using HTTP Client 4 and Keep Alive connection
 discard bb76125  Bug 52126 - HttpClient4 does not clear cookies between iterations
 discard 333c21b  Add support for X-SetCookie header
 discard a0932e0  Fix Unix extension
 discard b431623  Use JMeter logo on printed pages
 discard efabaaf  Change to ASF logo
 discard 64b5905  Recently added screenshot
 discard 3997730  Add ASF logo
 discard 05e2568  Logo to replace Jakarta
 discard 76bb2f3  Needs to be added to xdocs as well
 discard 3149276  Fix up some more jakarta refs
 discard 44cf0bf  Mailing lists updated
 discard 811f6a8  More fixes
 discard 6e90c48  No more need for vsl bug workround
 discard d7b66a3  .hasChildren() was deprecated and removed; use replacement Also apply nested child check to <td> elements
 discard f7259f4  Initial version of download page
 discard b5b1dd8  Initial version of download page
 discard a4112f2  Copy recent updated images
 discard 174e4cb  JMeter now TLP
 discard d2129ef  Now TLP
 discard a8c8148  Javadoc
 discard 894dc48  Start extracting info from Jakarta site
 discard c8c7b64  Fix up some Jakarta references. Site has not yet moved.
 discard 49f77fe  Bug 52033 - Allowing multiple certificates (JKS) Added Keystore Config to enable configuring: - Preload - Start alias index - End alias index
 discard 2ba2a2a  JMeter TLP move
 discard a2462e0  Initial stab at RAT exclusions
 discard 4865179  Add recent tags
 discard 2888b6d  Bug 52116 - Allow to add (paste) entries from the clipboard to an arguments list
 discard 1ccef3c  Bug 52115 - SOAP/XML-RPC should not send a POST request when file to send is not found
 discard a37d7c4  Bug 52033 - Allowing multiple certificates (JKS): Fixed classcastexception
 discard ba39cc5  Bug 52118 - New toolbar : shutdown and stop buttons not disabled when no test is running
 discard c64a5b2  Fix to Start Next Loop broken feature, fixes following issues: - Bug 51865 - Infinite loop inside thread group does not work properly if "Start next loop after a Sample error" option set - Bug 51868 - A lot of exceptions in jmeter.log while using option "Start next loop" for thread - Bug 51866 - Counter under loop doesn't work properly if "Start next loop on error" option set for thread group
 discard eb9af88  Bug 51733 - SyncTimer is messed up if you a interrupt a test plan
 discard a425f38  SimpleDateFormat is not Thread-Safe , so made static variable local
 discard d604cd9  Fixed inefficient map iteration
 discard 1918eb1  Removed useless variable
 discard 24b528c  Fix indentation
 discard 6b981f1  Bug 52099 - Allow to set the transaction isolation in the JDBC Connection Configuration
 discard 027c080  Bug 52104 - TCP Sampler handles badly errors
 discard 23dd59e  Bug 52104 - TCP Sampler handles badly errors
 discard 96cf6a1  Bug 52099 - Allow to set the transaction isolation in the JDBC Connection Configuration
 discard 0f6f460  Bug 52085 - Allow multiple selection in arguments panel
 discard 3e87a3d  Bug 52097 - Save As should point to same folder that was used to open a file if MRU list is used
 discard ff8549b  Bug 52103 - Add automatic scrolling option to table visualizer
 discard c5e69df  Bug 52093 - Toolbar ToolTips don't switch language
 discard c28b779  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber
 discard 5f5370d  Bug 52088 - JMS Sampler : Add a selector when REQUEST / RESPONSE is chosen
 discard e4e02e5  Should close socket on Exception as well
 discard a3e99fd  Bug 52072 - LengthPrefixedBinaryTcpClientImpl may end a sample prematurely
 discard 0f6996a  Ensure description is only saved in the JMX file if non-empty
 discard 7f0553d  Bug 51816 - Comment Field in User Defined Variables control.
 discard 7053c56  Allo user to override toolbar and toolbar icons
 discard d2faee5  Add loadProperties(String, Properties)
 discard ac45e45  Javadoc
 discard 8575639  Use ArrayList for icons to allow duplicates Use constants for some magic strings
 discard 3bbb617  Use "," as icon property field separator
 discard f965802  Raw types
 discard e0eff4c  Assume nothing about input Map
 discard d4455fd  Simplify code
 discard f2d3227  Fix bug that was causing Jenkins failures. Looks like the compiler was converting the input collection to JMeterProperty then Object. This did not happen in the iterator case, so the incorrect method parameter type was not detected.
 discard 5dc08b4  Partially revert r1188228 - Jenkins reports errors which are not seen locally
 discard 8ef5140  Generic for loops
 discard d335469  Generic for loops
 discard 998c8a6  Generic for loops
 discard 8795199  Generic for loops
 discard e1bea26  Generic for loops
 discard 70cfea0  Generic for loops
 discard 0dae38f  Generic for loops
 discard f517bfb  Generic for loops
 discard 051438a  Only need the values, so iterate over those instead
 discard dd1c543  Generic for loops
 discard 93d4390  Unused imports
 discard d38eeb0  Generic for loops
 discard 02dd151  Generic for loops
 discard 55e045e  Bug 52075 - JMeterProperty.clone() currently returns Object; it should return JMeterProperty
 discard 1728e50  Oops - have not committed fix for Bug 52075 yet
 discard a8a5afa  Document generics warning
 discard 2cc3b9e  Avoid boxing/unboxing
 discard 4880044  Missing @Override
 discard 5d7da60  Fix generics warning
 discard de6e89d  Clarify exception messages
 discard 695024e  Bug 52064 - OutOfMemory Risk in CacheManager
 discard b1a21fe  Synchronized not needed
 discard 62b9f6b  Bug 52040 - Add a toolbar in JMeter main window
 discard 279de7c  Bug 51919 - Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download
 discard 9ea5139  Bug 52033 - Allowing multiple certificates (JKS) Move automatic alias selection code to keystore
 discard 6a2b82c  Bug 52033 - Allowing multiple certificates (JKS) Fix synch. bug reported by Philippe Mouawad on dev list
 discard 1994833  Standardise qualifier order: public static final
 discard 4df8794  Bug 52033 - Allowing multiple certificates (JKS)
 discard 2277ab2  Missing @Overrides
 discard ecaa712  Unused import
 discard 543cd56  Use boolean consistently Config fields can be final
 discard a246f62  Fix raw type
 discard dcfb04c  Correcting alphabetical order
 discard 3837973  Correcting alphabetical order
 discard 3541a21  Bug 52064 - OutOfMemory Risk in CacheManager
 discard 2e1c806  Log message if using a local address, as that may cause problems.
 discard 4b9cb41  Bug 51861 - Improve HTTP Request GUI to better show parameters without name (GWT RPC requests for example)
 discard 7b7050a  Changed thread name to better identiy Thread children
 discard 127a5a9  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
 discard 93a5ce8  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
 discard 1c4a4e7  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
 discard 925a74e  Bug 52037 - Remember user-set LaF over restarts.
 discard 98fac85  Bug 51419 - JMS Subscriber: ability to use Selectors
 discard 755595c  A bit more about the LAF
 discard 3db90f0  Replace magic number
 discard f817057  Bug 52036 - Durable Subscription fails with ActiveMQ due to missing clientId field
 discard 86afa97  Default must be used on get as well as set for consistency
 discard b66c9a1  Bug 52036 - Durable Subscription fails with ActiveMQ due to missing clientId field
 discard 80d9c03  Clarify LAF settings
 discard 231125e  Log the chosen LAF with its aliases
 discard 1d9257a  Use the LAF classname as the tooltip
 discard 4ea2422  Document that BSF and JSR223 interpreters are not saved between invocations
 discard aeba331  Standardise BSF/JSR language lists
 discard 9793296  Bug 52029 - Command-line shutdown only gets sent to last engine that was started
 discard 0f1cc34  Bug 52027 - Allow System or CrossPlatform LAF to be set from options menu
 discard e53c495  Make AsynchSample static in preparation for possible clone of sampler
 discard 2ebdd38  Simplify by using positive conditions "We don't want no negative conditions"
 discard c350852  @inheritDoc does not work for constructors
 discard 3967119  Bug 52019 - Add menu option to Start a test ignoring Pause Timers
 discard f2ee7ac  Bug 52019 - Add menu option to Start a test ignoring Pause Timers
 discard 1166843  Bug 52022 - In View Results Tree rather than showing just a message if the results are to big, show as much of the result as are configured
 discard 6572ccd  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 8f15f05  Document SOAP sampler keepAlive
 discard 95a1980  Bug 52016 - It would be useful to support Jexl2
 discard 516ff04  Bug 52016 - It would be useful to support Jexl2
 discard 08654f2  Allow for tag aliases
 discard 70e6fdc  Ignore Jexl2 jar
 discard 318abb2  Missing )
 discard 5e0e694  Bug 51817 - Moving variables up and down in User Defined Variables control.
 discard 0f34fcd  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 6d25bd5  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 3b94b1c  Bug 52006 - Create a function RandomString to generate random Strings Javadoc fix
 discard a2739e5  Bug 51876 - Functionnality to search in Samplers TreeView Fixed issue with empty search and no reset of previous search results
 discard a29196f  Add some French translation and ordering
 discard 2158014  Little javadoc
 discard 30860c4  Bug 51876 - Functionnality to search in Samplers TreeView
 discard c84b8bc  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 3dd627d  Bug 51876 - Functionnality to search in Samplers TreeView
 discard 6c9dbfb  Bug 27112 - User Parameters should use scrollbars
 discard 3a87c8d  Bug 52003 - View Results Tree "Scroll automatically" does not scroll properly in case nodes are expanded
 discard a0fa110  Bug 52006 - Create a function RandomString to generate random Strings
 discard de742e4  Bug 52006 - Create a function RandomString to generate random Strings
 discard 08cb0d3  Bug 51691 - Authorization does not work for JMS Publisher and JMS Subscriber
 discard 1140f51  Bug 51996 - JMS Initial Context leak newly created Context when Multiple Thread enter InitialContextFactory#lookupContext at the same time
 discard 3459ba9  Bug 51817 - Moving variables up and down in User Defined Variables control. Fixed IndexArrayOutOfBoundException if no selection and up is pressed
 discard 25ab4ef  Bug 51817 - Moving variables up and down in User Defined Variables control.
 discard d02bf2d  Bug 51817 - Moving variables up and down in User Defined Variables control.
 discard 2953ee0  Bug 51988 - CSV Data Set Configuration does not resolve default delimiter for header parsing when variables field is empty
 discard 18f937a  Oops - typo
 discard 62afbf7  More test data file EOL fixes
 discard 37efe00  Fix test data files so EOL does not change across OSes
 discard 68b6de9  Tie the mirror port defaults together
 discard b8c7ef6  Bug 51988 - CSV Data Set Configuration does not resolve default delimiter for header parsing when variables field is empty
 discard f955257  Bug 51892 - Default mirror port should be different from default proxy port
 discard 3157ffd  Last fix to tests failures after renaming HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html -Fixed path -Fixed by attributes (but maybe platform dependent, on my computer file is 1282 so Ok for me, was it an issue in XML ?)
 discard 1102167  Fix to tests failures after renaming HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html
 discard cc50138  Fixed errors in TestCase (6 test failures): - Error in baseURL for relative file names (testfiles not needed I think) - FileInputStream not closed - Renamed  HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html
 discard ec5d613  Bug 51981 - Better support for file: protocol in HTTP sampler
 discard 22403e0  Increase search limit to allow it to work with AL comment header
 discard 4d3973d  Possible efficiency fix
 discard 3e7a09e  Add test for file: protocol with relative file names (e.g. as saved by browsers)
 discard 2a7452d  Bug 51980 - HtmlParserHTMLParser double-counts images used in links
 discard 3b6662a  Testing delete
 discard 6d8df59  Testing commit
 discard 955b6ce  Change level to INFO to prevent batchtest from failing
 discard e52390e  Bug 51925 - Calling Stop on Test leaks executor threads when concurrent download of resources is on
 discard 4ab2131  Bug 51957 - Concurrent get can hang if a task does not complete
 discard f3c8a59  Bug 51954 - Generated documents include </br> entries which cause extra blank lines
 discard 5fcb426  Update velocity jar to 1.7
 discard 31b5dba  Bug 51923 - Counter function bug or documentation issue ? (fixed docs)
 discard 12e1e0a  Bug 51942 - Synchronisation issue on CacheManager when Concurrent Download is used
 discard 344c9f2  Bug 51939 - Should generate new parent sample if necessary when retrieving embedded resources
 discard e4e54cb  JMeter 2.5.1 release
 discard cf6990a  Now need Ant 1.8 as a minimum
 discard 2c32c5a  Move 2.5.1 changes to history
 discard 652f465  Bug 51937 - JMeter does not handle missing TestPlan entry well
 discard 3d8f5f7  Be more precise about which method actually failed
 discard 620e104  Recent changes
 discard 10d6080  Potentially allow NewDriver and scripts to be run directly from unit tests
 discard be57e13  Add test case for Bug50898 (fails currently)
 discard af4e3e8  Add support for additional test scripts. Bug50898 commented out as it fails currently
 discard adac509  Localise condition properties that are re-used to prevent stale values Replace / with local separator so messages look better on Windows
 discard bb9c869  Jar missing from test classpath. So far unused in testing, which is why not previously noticed
 discard d62ae34  Bug 51918 - GZIP compressed traffic produces errors, when multiple connections allowed
 discard adf0854  Bug 51932 - CacheManager does not handle cache-control header with any attributes after max-age
 discard fff2741  Small mistake on 'ws' -> 'vs' (sorry)
 discard 05c766f  Update docs with new footer
 discard f3b125e  Direct users to log file for further info
 discard 5651894  Provide access to JTidy outputStream
 discard af6da98  Allow direct access to argument pane contents, without configuring the test element
 discard c4718ef  Javadoc
 discard e3a8855  Mail display problem fixed; revert temp change
 discard b5c1af1  Temp change to check SVN mail
 discard a363a19  Make sure SVN knows it's utf-8
 discard b16c5b7  More workrounds for HC4 bug
 discard d7edcd3  Javadoc
 discard d1550ea  Bug 49976 - FormCharSetFinder visibility is default instead of public Make ctor public too
 discard 45acc66  More workrounds for HC4 bug
 discard 8b93e5c  Ensure unlock is called
 discard a97f862  Forgot to check if currentSampler had been set to null, e.g. by shutdown
 discard 708a794  Bug 51880 - The shutdown command is not working if I invoke it before all the thread are started Part2 - fix to startUp delay (previous fix was to rampUp delay)
 discard ca60158  Release the interrupt lock to allow late interrupts to complete
 discard 3fb6842  Add check for Ant version (1.7.0+ required for mapper, used in download_jars)
 discard 63301f1  Fix little problem when ant docs-printable
 discard 77babfc  Bug 51888 - Occasional deadlock when stopping a testplan
 discard 279bf02  Updated fix for HTTPCLIENT issue 1120; allows for RequestWrapper
 discard de4b085  Bug 51885 - Allow a JMeter Variable as input to XPathExtractor part 2 of fix
 discard a3803d4  Minor tidyup
 discard f84b0c2  Fix versions included
 discard 6e7ae67  htmlparser 2.1 now available from Maven Central
 discard 126bf08  JUnit 4.9
 discard b1a2ab9  Upgrade to mail 1.4.4
 discard a63207b  Fix non-UTF8 character (hopefully!)
 discard ef7d1bc  Upgrade to mail 1.4.4
 discard fc5573d  Use $Id rather than $Date, as the latter causes Locale issues Improve Footer to include JMeter trademarks
 discard c274173  Use $Id rather than $Date, as the latter causes Locale issues Improve Footer to include JMeter trademarks
 discard 6288476  Improve Footer to include JMeter trademarks
 discard 523b285  Qualify null parameter type to avoid Gump failure which is caused by new method to be introduced in 4.2
 discard e942228  See what $id looks like
 discard 6862451  Experiment with shorter date
 discard cd2123d  Experiment with shorter date
 discard b14c256  Experiment with shorter date
 discard 361bb96  Experiment with shorter date
 discard 5610496  Prepare next release 2.5.1: synch docs (2.5.1RC2)
 discard bb9fcf6  Prepare next release 2.5.1: synch docs
 discard d66c6b0  Increase the default queue size; 20 was insufficient
 discard 412062c  Synch
 discard 35c1c24  Remote Shut host menu item was not being enabled.
 discard 3226e7b  Temporary hack to work round https://issues.apache.org/jira/browse/HTTPCLIENT-1120 Note: copying the code from the patch did not seem to work; it looks like isAborted() was not set. Hopefully that is fixed in 4.1.3
 discard ca8aac4  Log the retry count
 discard 3e25661  Javadoc
 discard f110382  Resolve Asynch queue size property on the server to agree with other sender behaviour
 discard 80afa87  Synch docs
 discard 0a2c27c  Added AsynchSampleSender which sends samples from server to client asynchronously.
 discard 76bfc4b  Javadoc
 discard 5210237  Change default retry count to 1
 discard 1581926  Change default retry count to 1
 discard 9630f1d  Bug 51885 - Allow a JMeter Variable as input to XPathExtractor
 discard c8d0b33  Bug 51882 - HTTPHC3Client uses a default retry count of 3, make it configurable
 discard dfdf1db  Bug 51880 - The shutdown command is not working if I invoke it before all the thread are started.
 discard f5fed0a  Simplify code
 discard b1f4722  Javadoc
 discard ec75d5e  Prepare next version 2.5.1
 discard 63af6b1  Prepare next release 2.5.1: update docs
 discard df89413  Unused import
 discard ad2a57c  Javadoc
 discard bb4ec40  Unused import
 discard 3ebe131  Javadoc
 discard 4e86ce3  Bug 51869 - NullPointer Exception when using Include Controller
 discard 6c90149  Recent changes
 discard f49ee56  Better log message when javascript error occurs
 discard 84f9ee0  Better log message when javascript error occurs
 discard 5b8f17f  Better log message when If Controller javascript error occurs
 discard 3382ae8  Bug 51863 - Lots of ESTABLISHED connections with HttpClient 4 implementation (ws HttpClient 3.1 impl)
 discard 58205fb  Use taskname to identify output when running tests
 discard 53ba513  Propagate original error
 discard 6fa478c  Synch web-site docs
 discard 202185f  Another change
 discard 1aacc72  Translate
 discard 9132b4f  Bug 47888 - JUnit Sampler re-uses test object
 discard ee71ded  Add optional pause between child samples
 discard f382c7e  Bug 51855 - Parent samples may have slightly inaccurate elapsed times
 discard f59e0fd  serialVersionUID not needed
 discard 94fee95  remove unused import
 discard f8756a2  Changes on Operating systems tested with JMeter, link to wiki
 discard 60f309c  Bug 51847 - Some Junit tests are Locale sensitive and fail if Locale is different from US
 discard 3f24d3a  Rename variables to make them clearer
 discard 6bab879  Adjust nanoTime fudge factors.
 discard 536f48a  Ensure the overridden setting is used by test code
 discard 29fb2ad  Document summariser properties
 discard 7694e6d  Tidy up
 discard 69b08eb  Bug 50917 - Property CookieManager.save.cookies not honored when set from test plan Add note to component reference
 discard fd0c412  Oups. Same corrects some spelling mistakes
 discard 70f6132  Corrects some spelling mistakes (thanks Philippe)
 discard 0f48431  Bug 51840 - JMS : Cache of InitialContext has some issues
 discard 3bb0af3  Bug 50617 - Monitor Results legend show "dead" server although values from the server are retrieved
 discard 4b4c966  little update for JavaDoc
 discard a5e6cc0  Fix up some incorrect sizes
 discard 11882f5  Oops, typo
 discard 375c04f  Test Action also useful in the work-round
 discard 85cb8ad  Re-add witdh and height for screenshots & figure. Improves HTML display speed
 discard fbe8f9c  Add a workaround notice to the know issue on bug 50618
 discard 7591ac2  Update docs, View results tree & graph results sceenshots I forget screenshots in docs folder.
 discard 170483c  log settings in use
 discard 995ec22  Update docs, View results tree & graph results sceenshots
 discard 10dd9f9  View Results Tree: Regexp Tester - little improvements on user interface
 discard 75f139e  Reduce Renders List box default witdh in View Results Tree
 discard 6851daf  WebService(SOAP) Request - Re-organize GUI for better design and user-friendly
 discard 459d531  List some of the main changes
 discard 3ccce76  Bug 51380 - Control reuse of cached SSL Context from iteration to iteration
 discard 3e74f64  SerialVersionUID not required
 discard c3fdb4b  Bug 49976 - FormCharSetFinder visibility is default instead of public.
 discard a8a7d7a  Bug 51691 - Authorization does not work for JMS Publisher and JMS Subscriber
 discard 4abaf3c  Bug 51841 - JMS : If an error occurs in ReceiveSubscriber constructor or Publisher, then Connections will stay open
 discard e13948c  Warn when command not valid
 discard a7d6b76  Bug 51605 - WebService(SOAP) Request - WebMethod field value changes surreptitiously for all the requests when a value is selected in a request It's a improvement
 discard a57d3ff  Bug 51605 - WebService(SOAP) Request - WebMethod field value changes surreptitiously for all the requests when a value is selected in a request
 discard b23ac58  Beanshell Sampler now supports Interruptible interface
 discard 99bcae6  Avoid NPE if Paste is used before Copy
 discard df78199  Bug 50032 - Fixed a new regression introduced by bug 50032 when Transaction Controller is a child of If Controller
 discard 90d8067  Bug 42246 - don't override colour for autoscroll checkbox
 discard 5d52c43  Bug 51839 - "... end of run" printed prematurely
 discard 4aeeab2  French translation for Bug 42246 - Need for a 'auto-scroll' option in "View Results Tree" and "Assertion Results"
 discard b56c8c9  Bug 47921 - Variables not released for GC after JMeterThread exits.
 discard 11f4c8d  Localise variable use
 discard d6b7c4f  Bug 51822 - (part 1) save 1 invocation of GuiPackage#getCurrentGui
 discard c592cc4  Bug 42246 - Need for a 'auto-scroll' option in "View Results Tree" and "Assertion Results"
 discard 050a1d9  Using ClientJMeterEngine.tidyRMI allows server to exit without needing to use System.exit, so disable that use of System.exit by default. However if non-GUI test threads won't stop, we have to use System.exit - but allow this to be disabled.
 discard a6480b1  Better handling of engine configuration failure
 discard 845feae  It's confusing to use the same interface method names for JMeterEngine and RemoteJMeterEngine, so prefix the remote interface method names with "r". This also makes it easier to trace the method calls in an IDE.
 discard 2dbbfd2  We don't export this so don't unexport
 discard 8ddf3b3  Ensure we tidy up RMI
 discard e620de7  Use constant for default UDP port
 discard b69b440  Minor tidyup
 discard fed47b1  French translation for new short-cut for Enabling / Disabling (sub)tree or branches in test plan
 discard 276f96e  Bug 51821 - Add short-cut for Enabling / Disabling (sub)tree or branches in test plan.
 discard cd4dd18  WebService(SOAP) request - add I18N for some labels
 discard 65bbc42  WebService(SOAP) request - add a connect timeout to get the wsdl used to populate Web Methods when server doesn't response
 discard 97565c7  Rearrange in Key order
 discard 409d5bf  Bug 51830 - Webservice Soap Request triggers too many popups when Webservice WSDL URL is down
 discard 04763b7  Bug 51831 - Cannot disable UDP server or change the maximum UDP port Also failed to check max port initially
 discard 9d9fc5b  Bug 51775 - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x) Simplify and improve last fix. Thanks sebb.
 discard 56a78c5  No longer check for unequal hashcodes, was not a strict requirement anyway, and is no longer true since applying the following fix: URL: http://svn.apache.org/viewvc?rev=1170595&view=rev Log: Bug 48943 - Functions are invoked additional times when used in combination with a Config Element
 discard 86854d4  Add two knows issues : bug 50032 and bug 50618
 discard b3732e9  Bug 51775 - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x)
 discard 209c43e  -X only usable in non-Gui mode
 discard f4b3614  Bug 39219 - HTTP Server: You can't stop it after File->Open
 discard a886850  Bug 48943 - Functions are invoked additional times when used in combination with a Config Element
 discard 5169cc1  Don't save concurrent pool property if it is the default
 discard 094555f  If Controller - Catches a StackOverflowError when a condition returns always false (after at least one iteration with return true) See bug 50618
 discard b299d26  If Controller - Fixed a regression introduce by bug 50032 See: https://issues.apache.org/bugzilla/show_bug.cgi?id=50032#c6 and https://issues.apache.org/bugzilla/show_bug.cgi?id=50618#c28
 discard 64a5fd5  Bug 43293 - Java Request fields not cleared when creating new sampler
 discard 9586a8b  Bug 50424 - Web Methods drop down list box inconsistent
 discard 82d24f3  Bug 51752 - HTTP Cache is broken when using "Retrieve all embedded resources" with concurrent pool
 discard b6f1ff7  Clarify stdev/stdevp
 discard d7724e8  Don't automatically retry with HttpCLient4 sampler
 discard 041e6b6  Bug 51750 - Retrieve all embedded resources doesn't follow IFRAME Fix Tidy impl as well
 discard 422ddbf  No need to mention FRAME twice
 discard f2955e7a Bug 51750 - Retrieve all embedded resources doesn't follow IFRAME
 discard acf9dd6  Move 2.5 changes to history
 discard d31a87e  Reduce logging; allow level to be specified; default to INFO level
 discard 7c2db5c  No need for serialVersionUID
 discard 2974c46  Fix bug whereby HttpClient instances were not re-used
 discard fc5817b  JMeter 2.5 release
 discard db1d4ba  Update changes before 2.5RC3
 discard a0a76fd  Fix error handling if svn is not present or directory is not a working copy
 discard 5a11875  No need to touch version or check it
 discard 617a452  Use Implementation-Version from MANIFEST.MF instead of patching JMeterVersion.java
 discard 6d93dd5  Ensure N&L appear near start of file  after MANIFEST
 discard 194d458  Add version display
 discard f87d7a5  Use simpler Java 1.5+ method to obtain the default charset
 discard c566ceb  encoding not supported for replaceregex, only replaceregexp
 discard a091712  Improve junit output
 discard 796587e  Allow test encoding to be specified
 discard 3495aa4  Display actual encoding used
 discard ca6a4c2  Specify encoding rather than relying on default
 discard fbff571  Change static code to allow DSTAMP to be used as version qualifier
 discard 6f2886e  Show file encoding
 discard 4560edf  Show file encoding
 discard 02fe12b  Bug 51645 - CSVDataSet does not read UTF-8 files when file.encoding is UTF-8
 discard 48499ed  We don't use LICENSE*.txt
 discard 51d16f2  *.odt files are binary types (no EOL conversion wanted)
 discard 5c8516e  Ensure hc.parameters is copied to both archives
 discard 6e2c5f7  Ensure correct EOL when creating archives
 discard a29b5a7  Add eol-style
 discard 6fa3d80  Use Unicode escapes instead of non-Ascii chars
 discard 56e4a65  Check that properties files only use Ascii (not strictly necessary, but helps prevent packaging problems)
 discard 708ea48  Missing EOL-style
 discard 05703f4  Use specific ignores to help prevent multiple copies in workspace
 discard 82d659b  Nightly builds don't need to check JMeterVersion.java
 discard 3654163  bad checksum (pick httpxxx.asc.md5 instead of httpxxx.md5)
 discard e7e1412  Update docs
 discard 2a9d1a4  Update to httpclient 4.1.2 and httpmime 4.1.2
 discard e9bebac  Add 2 options: 1/ to permit build JMeter distribution from src archive (tgz) without svn checkout or in offline conditions 2/ to build JMeter independantly from svn revision
 discard ea1a504  Try again
 discard ebe43a7  Update version
 discard cfcf617  Drop trailing $ to ensure SVN property is not replaced
 discard 6e3f0bd  reduce substring to check for revision to bypass svn replace
 discard 681674e  remove first $ to bypass svn replace
 discard 6061fa2  Add touch-version target to update JMeterVersion source file Also check that values in JMeterVersion source file agree when building the distribution
 discard c0e4b0c  Document how to create SVN tag
 discard 0d0055e  Disable the update-version execution, not necessary now.
 discard 34aef1b  Add only ASF License and Notice to JMeter binaries jar files
 discard ecb1405  Easier time format to generate
 discard 00d1d8f  Update to JUnit 4.8.2
 discard ef1cfc4  Fix location for BouncyCastle optional jars
 discard d58d4f7  Add SVN revision
 discard 91efcf5  Add checkstyle.xml to source package (sorry detab)
 discard 5f75283  Add checkstyle.xml to source package
 discard ed2452f  Update the year.
 discard 7c33bc8  When record http with HC4. The type 2 isn't recognized by proxy.
 discard 01060f6  Prepare next release 2.5: update docs tree and overview : remove old files (http://svn.apache.org/viewvc?rev=1102223&view=rev)
 discard c989f29  Prepare next release 2.5: update docs tree and overview
 discard decdda3  Prepare next version 2.5 and update year
 discard 66d51d4  Next release will be 2.5
 discard 798fa09  Update to httpcore 4.1.3
 discard 06b1b2a  Need BC jars for build and test
 discard 5f13fb0  Ignore current net jar
 discard a7f7090  Net 3.0 => 3.0.1
 discard 3d5e7f9  Update to httpcore 4.1.2
 discard aa35976  Bug 51488 - Assertion: Variable name scope is shared among all assertions (and Bug 51255)
 discard 9151cea  Add sectionlink to make linking easier Props to Subversion website
 discard ec49eb6  Fix invalid tag nesting
 discard 9f7ba23  XX:MaxLiveObjectEvacuationRatio has been dropped as of Java 6.0_24
 discard e6523da  Refactor HC4 SSL factory setup
 discard 7bf1d2f  All generated sockets should be slow
 discard 294dd70  Add info log
 discard 7676e38  All generated sockets should be slow
 discard cf4cd54  Bug 51275 - Cookie Panel clearGui() sets incorrect default policy in Java 1.6
 discard 0c9e1f5  Bug 51268 - HTTPS request through an invalid proxy causes NullPointerException and does not show in result tree. Rather than delegating to the JMeter thread handler for "unexpected" failures, ensure all Exceptions generate a sample error.
 discard 43e49ee  Define sun.net.http.allowRestrictedHeaders=true by default. This fixes Bug 51238.
 discard c84d8cb  Updated URLs and examples
 discard 1469774  Fix a Java=>Oracle URL
 discard 8a765ab  httpcore => 4.1.1
 discard f619bb8  Bug 50544 - In Apache Common Log the HEAD requests cause problems.
 discard 40f59e6  Document virtual host
 discard 98a9ad0  Bug 50516 - "Host" header in HTTP Header Manager is not included in generated HTTP request
 discard 02af1a0  Add constant for Host header
 discard efb4dff  Update to Commons NET 3.0
 discard f0175a9  Update to Commons NET 3.0
 discard a943d31  Document radio button defaulting behaviour
 discard 598f029  Don't try to add empty function alias
 discard 37460ea  Start summarising the main changes
 discard 2fc3e0f  Fixes to HTTP Sampler description
 discard a1efb55  Replace Known Bugs link with Issues, and provide info on reporting them.
 discard 912f819  Minor typographical error
 discard a97d4c0  Update JMeter Proxy step by step manual
 discard 78e7010  Update JMeter Proxy step by step manual
 discard 4214722  Javadoc formatting
 discard 62c21fc  Ensure content-type is always set
 discard 398b3b3  Avoid NPE when using HEAD method
 discard b2ed735  Fix bug introduced when classes re-organised for HC4: need to set default parameters, not an instance that is then abandoned!
 discard 889d76e  Hiding the proxy password on HTTP Sampler (just on GUI, not in JMX file)
 discard b40ea80  Fix a bug when instream is null (with a 408 http response), don't set body size
 discard 524ae5f  Cannot rely on initial call to getReceivedBytesCount being the same as the header byte count - it can be larger if the socket returns a larger chunk - so calculate header size from the response headers.
 discard e867aae  Improvements in French translation for Webservice sampler
 discard a75d1b6  Change strategy to get response size (use CountingInputStream from Commons IO) View Results Tree - Add new size fields: response headers and response body (in bytes) - derived from Bug 43363 Size Assertion - Add response size scope (full, headers, body, code, message) - derived from Bug 43363
 discard ecf3b35  Change test to agree with new CSV Dataset behaviour
 discard 80fbf6c  Improve output when test fails
 discard 679001c  Bug 51002 - Stop Thread if CSV file is not available. JMeter now treats IOError as EOF.
 discard 066dc56  Add metrics to get header and body sizes
 discard 280f2db  Cookies are handled; unused import
 discard 998dad8  SLOW_HTTPS needs an SSL Socket implementation
 discard 08eb5a4  Simpler
 discard a50fe93  Allow all certificates (as is done for HC3)
 discard 802f1f1  Add response handler for Gzip
 discard 65fd826  Simplify calculation of header size
 discard c51e343  Simplify calculation of status line length
 discard 65dd273  Remove unused items
 discard ca20be2  Oups. Must be to default value: false.
 discard 15644fd  Remove this method (no used now)
 discard d9d63d9  Simplify new properties to change method to calculate getBytes() Save Headers size and Content-length on sample (in HTTPSampleResult) instead of calculting when gets results
 discard d9df9c2  Add HTTPClient 4 jars libraries for the binary distribution
 discard 2538970  Bug 50170 - Bytes reported by http sampler is after GUnZip Add an optional property to allow change the method to get response size.
 discard 3dbd39d  Bug 51011 - Mail Reader: upon authentication failure, tell what you tried
 discard 027940e  Add fudge factor to total time as well
 discard 21c9d5d  Document maxport in changes doc.
 discard 0c8f3a8  Fix typo in property name
 discard d76c7b5  Update ignores
 discard 5d592a3  Update some Commons jar versions
 discard 02339b5  Bug 50977 - Unable to set TCP Sampler for individual samples
 discard c2e7c0e  Bug 50962 - SizeAssertionGui validation prevents the use of variables for the size
 discard e515594  Unused import
 discard 94355a5  Fix comment - Tomcat does use translated headers
 discard 6de603a  Update list of tags
 discard 227c26a  Bug 50963 - AjpSampler throws java.lang.StringIndexOutOfBoundsException
 discard 9b4e561  Simplify code using setters which have defaults
 discard b3e8502  Add defaults to the setter/getter for ConcurrentDwn
 discard 3eb551a  Add defaults to the setter/getter
 discard bfb0cd6  Correct a compiler error with a real JDK 1.5 Bug 50943 - Allowing concurrent downloads of embedded resources in html page
 discard 4709a4d  French word 'headers' need to be plural
 discard 6429d82  Add French translation for the new labels and reduce size for some labels (by abbreviation) on HTTP Sample
 discard a3dade6  Update HTTP Sampler reference: some params not required
 discard 8bc89dd  Bug 50943 - Allowing concurrent downloads of embedded resources in html page
 discard 07f5671  Update to httpclient 4.1.1
 discard fec2420  Update to httpclient 4.1.1
 discard 51d31ab  Bug 50569 - Jdbc Request Sampler to optionally store result set object data
 discard 5b9d400  Bug 50937 - TCP Sampler does not provide for / honor connect timeout
 discard 921b365  Bug 50666 - JMSSubscriber: support for durable subscriptions
 discard aaf0ba0  Allow additional paramters to be passed in
 discard 36d43bc  Allow additional paramters to be passed in
 discard 6715870  Bug 50871 - patch for eclipse.classpath
 discard 4c8fdbb  get_xml_message* no longer used
 discard 376e031  Bug 50811 - Incomplete spanish translation
 discard 19cd6fc  Resynch docs/images with xdocs/images
 discard 4cc6bee  Add clean-docs-images
 discard f34d515  Remove unnecessary TODO
 discard 1fcbaaa  Refresh old screenshots for controllers, timers and some others elements
 discard 7fcda00  Add view results render French translation on combo box
 discard 025c2f6  Close window
 discard e5ac9eb  I name this thread ...
 discard ef16ef8  Use Thread.setDefaultUncaughtExceptionHandler() instead of private ThreadGroup
 discard ff3d4b0  More docs on UDP listener
 discard 29d187c  Allow for multiple local UDP ports
 discard a88ffc5  Client JMeter engine now supports external stop/shutdown via UDP
 discard bf133d3  remote shudown
 discard 3f5b04a  Add remote shutdown capability
 discard dc1a76a  Bug 50659 - JMeter server does not support concurrent tests - prevent client from starting another (part deux) Remove thread from ClientJMeterEngine - if it is required for GUI, then let the GUI create the thread This allows proper return of error conditions Also replace System.exit() with interrupt() of RMI thread
 discard d9e4470  Tidy up: use AtomicInteger instead of synch. methods; remove unnecessary System.exit(); simplify some code
 discard e9dede9  Ensure we report IllegalStateException
 discard c84e7c0  Tweaks - document thrown exceptions
 discard d38e067  Change to more suitable Exception
 discard a56162f  Use new method to pass on original exception
 discard 53265b6  Javadoc
 discard 66372ba  Add Throwable parameters
 discard f718af8  Need to check for owner before allowing reset, otherwise GUI can interrupt another test
 discard 8f14d32  Unnecessary calls to System.exit()
 discard e4d1ad7  Model may be null during startup
 discard 2265189  Change name of Pre and Post Thread Groups
 discard f60b18a  Bug 50671 - no need for volatile qualifier
 discard da0accd  Bug 50659 - JMeter server does not support concurrent tests - prevent client from starting another
 discard fd76443  A bit more info
 discard e923f83  Bug 50708 - Classpath jar order in NewDriver not alphabetically
 discard b14270c  Bug 50221 - Renaming elements in the tree does not resize label
 discard 2ec38fc  Bug 50686 - merge separate debug statements
 discard ea8f254  Bug 50686 - HeaderManager logging to verbose when merging instances Downgrade to debug
 discard 11214d3  Bug 50686 - HeaderManager logging to verbose when merging instances Downgrade to debug
 discard 2dfe4bb  Rename Pre and Post Thread Group labels: - more like JUnit, so should be more familiar - lower-case initial letter to sort after the main one
 discard 592bf6b  Bug 50684 - Optionally disable Content-Type and Transfer-Encoding in Multipart POST
 discard 6253672  Bug 50675 - CVS Data Set Config incompatible with Remote Start Fixed RMI startup to provide location of JMX file relative to user.dir.
 discard 3859626  Tests for new methods
 discard 6701706  Re-instate null check dropped in error
 discard c656445  Use new FileServer methods
 discard 3c83cbc  Add some new methods, mainly for use with Client & Remote engines
 discard 5b08288  Clean up logging - drop per-sample to reduce load
 discard aee9d46  Too noisy
 discard 97a7f15  Downgrade log message to debug
 discard 8eea8d1  Add TODO
 discard a4a9e9f  Clarify last_sample_ok variable
 discard 1381aa5  Clarify last_sample_ok variable
 discard b2da9a9  More info for Gump logs
 discard 217359e  Update to httpclient 4.1 GA
 discard 3c7c79a  No need to return a value (improving patch Bug 50032)
 discard 80057b3  Not used
 discard 8614dc8  Mail on userlist reported NPE here - looks like only happens if there are network errors, but check anyway
 discard cd55566  Missing translation french search test on ldap sampler
 discard 7a72d81  Add french translation for titles: Test Fragment and Post/Setup Thread group
 discard ef0f94a  Bug 50579 - Error count is long, sample count is int. Changed sample count to long.
 discard 4398cd0  Typo
 discard cfcf725  fork="yes" is required or dir attribute is ignored
 discard 65a69f8  Since add Start Next Loop behavior ([Bug 30563] Thread Group should have a start next loop option on Sample Error), some new bugs on transaction controller with option Generate as parent enabled are come. Fix.
 discard 942cac4  Docs
 discard ee0eaca  Bug 50568 - Function __FileToString(): Could not read file when encoding option is blank/empty
 discard f5c4033  Try fork=no for fixing classpath issue with Gump tests
 discard 7cbd462  Simpler
 discard d628166  Initial stab at checkstyle target
 discard d2e29f7  Synch. variable lists
 discard c7f390d  All BeansShell test elements now have the script variables "prev" and "Label" defined.
 discard 67ca923  cookie variable has been renamed
 discard cee4af8  spelling mistake (on jms request)
 discard 8ba95e8  New location for Jakarta PMC rdf
 discard eda9f11  Oops - wrong URL
 discard 81ff872  Add fudge factor for overall time comparison
 discard 6f1170e  Test both with and without using nanoTime Still some boundary errors using nanoTime which have yet to be resolved
 discard 641a840  Allow direct read access to nano fields by test code
 discard bf59954  Redundant
 discard b388bbd  Point to standard license location
 discard 65c131f  Allow test code to change the default useNanoTime setting
 discard 1ecfe87  Add missing hashCode() methods
 discard bd62c98  Rewrap for clarity
 discard c48b558  Tab police
 discard da09a5b  Constants should be static
 discard a2ddb82  Typo reported on user list Due to Michel Duijvestijn
 discard dbaf4f4  Better display of request headers
 discard 0b3c298  Add some debug
 discard 64286ae  Add header processing
 discard cd22450  Bug 50490 - Setup and Post Thread Group enhancements for better test flow.
 discard f0a532a  Update documents for JSR223 test elements
 discard e5c1ffc  Give access to current SampleResult (and drop references to prev)
 discard 76316f4  Does not make sense for Timers and Pre-Processors to reference the previous sample, so don't document it
 discard 3da53f2  Standardise order of variables
 discard 8bfe9b9  Typo in variable name
 discard 8344342  Fix list of variables
 discard 56f7ebb  Bug 50487 - runSerialTest verifies objects that never need persisting
 discard 083562b  TestFragment needs to be in core module
 discard 513285c  Bug 50475 - Introduction of a Test Fragment Test Element for a better Include flow
 discard d54bbff  Add tests for HC4
 discard 4b428a8  Post code now mostly working
 discard d870daa  Unused imports
 discard c239b4e  Initial implementation of PUT - needs testing!
 discard 46d3d05  Bug 50450 - use System.array copy in jacobi solver as, being native, is more performant.
 discard b458685  Ensure temporary DefaultHttpClient is released. Copy params to BasicHttpParams.
 discard 7f6d31f  Unused import
 discard 54d6f53  ConcurrentHashMap does not need to be protected by synch. Use for loops where possible to tidy code
 discard 00433e4  Not serialisable; make transient
 discard f3d987c  Use putIfAbsent() instead of synch. on ConcurrentHashMap
 discard 4ea4793  JMeterEngine is not serialisable; make transient
 discard eae92c4  Use internal lock for synch.
 discard 98ffe69  Revert changes to these files made in r1044445: causes GUI problems in populateCommandMap.
 discard 3a52b42  FindBugs: invalid iinitialisation
 discard a930337  Inefficient use of iterator
 discard 20a85c7  use Number.valueOf() rather than new Number()
 discard ecec8ba  Findbugs: Ensure stream is closed
 discard e5ce5ef  Unnecessary new String()
 discard 553eda3  Unused import
 discard 12a9ca5  Define equals so agrees with compareTo
 discard ea829b2  Findbugs: comparators should be serializable
 discard 3e67fea  Shared non-synch static variable
 discard 57ef7f1  Findbugs inefficient code
 discard c8195f9  Make constants final, and reduce visiblity as much as possible
 discard d4304d7  Oops - forgot to update the generic version code
 discard 5703e5f  Support Apache version of HttpVersion
 discard 6af6b24  typo
 discard ab4e836  Document Apache HttpClient logging
 discard fb3024a  Bug 50438 - code calculates average with integer math, expecting double value
 discard bdf15c0  Getting closer; cookies now work. Still no PUT or POST.
 discard ef8623c  Add method for Apache HttpClient
 discard 84ac0ff  Move HttpClientKey to HC4 subclass Pull up common code from HC3 subclass
 discard 5d76794  Bug 50439 - simplify setting of component text
 discard 8d8cb59  SImplify
 discard 595428f  Make generic so it supports both Commons and Apache HttpClient implementations
 discard 4faf92f  Simplify
 discard 5bceb77  New class for Oracle JDBC
 discard 8db7932  Update doc
 discard 2a5aef9  HTTP_AUTHENTICATION_PREEMPTIVE is for Commons HttpClient only Add HttpClientKey class for use in HttpClient ThreadLocal maps.
 discard fccddeb  Unused import
 discard 073c690  Simplify - only need values from the map
 discard e8aafa8  Don't allow illegal methods Move Cache check
 discard 10baaeb  Tidy proxy setup code
 discard 43ec284  Add common proxy check methods
 discard bde529a  Done in finally clause
 discard 6ec5c58  Localise variables
 discard 46eda33  Sample method belongs first
 discard a51394c  Re-order methods slightly
 discard 9f4902a  Bug 50425 - Remove thread groups from Controller add menu
 discard a78cd05  Javadoc
 discard 0f9f429  Simplify
 discard f58f0e0  Initial impl. of Slow Sockets for Apache HC
 discard 21e031c  Add Apache HttpClient jars to classpath
 discard e503975  Probably don't need httpclient-cache
 discard 097484c  Simpler, shorter expression of protocol default (props Milamber)
 discard caeb197  Document which HttpClient is supported
 discard 4a2c0c2  Document which HttpClient is supported
 discard dc94052  Document
 discard 3833526  Move CookieSpec method to CookieManager so CookiePanel no longer depends directly on the HttpClient version
 discard ebf31cf  Add Apache HttpClient support
 discard c15d396  Raw type
 discard 335b464  In French, one space before colon (:)
 discard acb6930  Allow HTTPSampler2 access to savedClient
 discard 9b6894b  Fix up HttpClient/HttpCore repo locations and MD5s
 discard a266e6e  Javadoc
 discard 634ad6a  Oops - should only have used generic Throwable here
 discard b8211f7  Sort; add Javadoc
 discard df32c2e  Download HttpClient jars
 discard 1ebbb5d  Add HttpClient dependencies TODO - update to non-beta version when available
 discard f34843e  Ensure content entry field does not get lost
 discard 6e0b72c  Shorten Protocol label
 discard 36d7d69  Move some common code to a super-class for the HttpClient-based samplers
 discard bb06923  Bug 50392 - value is trimmed when sending the request in Multipart
 discard 7647bf0  Oops - raw &
 discard 73be18c  Fix JMeter Proxy to use new HTTP implementation names
 discard 4d14816  Drop SVNPATH hack - Hudson should provide svn on the PATH
 discard 9121c23  Document ORO extended REs
 discard a93def5  Ignore HC4 jars
 discard 595fee0  Don't use generic superclass here
 discard 812dd281 Oops - need to provide access to HttpSampler2 methods
 discard 33a2d67  Fix test files to use new Proxy sampler
 discard a5e70d6  Cut and paste error
 discard 75e6b13  Rewrite original samplers to use new implementations
 discard 8564c63  Update docs for runtime HTTP selection
 discard 17e0d1a  Allow HTTP implementation to be selected at run-time
 discard a547e90  HTTP Sampler Proxy which allows runtime HTTP implementatiom selection
 discard 803af3b  Add HTTP implementations for use by HTTPSamplerProxy
 discard b149b69  Must default to blank
 discard b99e1a0  Use commaon-line path override
 discard e2759fb  Try again
 discard 7623c21  Bug 50367 - Clear / Clear all in View results tree does not clear selected element
 discard 4f434a5  Add SVNPATH for use on Hudson
 discard 668b977  Tidy order
 discard d456bfa  Check SaveService classes
 discard 59c91ef  Drop obsolete or unused entries
 discard 69e8a49  Allow test code to check for spurious class references
 discard d227322  typo
 discard 0b686e3  Allow multiple aliases for same class name
 discard f8b8fa6  Bug 50347 - Eclipse setup instructions should remind user to download dependent jars
 discard e04817a  Use (later) version of r938 from Maven Central
 discard 8c1dae3  AJP Sampler now implements Interruptible
 discard 2021aa7  Allow for null URL in HttpSampleResult
 discard 6cc8e15  Unused import
 discard 4be8aca  Promote ipSource to base class
 discard 01a1d77  Use generic parent class (necessary to allow choosing HTTP implementation at run-time)
 discard a423aca  No need for HTTP in the message
 discard ace9627  System.nanoTime() tends to drift relative to System.currentTimeMillis(). Change SampleResult to recalculate offset each time. Also enable reversion to using System.currentTimeMillis() only.
 discard 6bc95f8  JMS Subscriber - Add dynamic destination
 discard 19b9b62  Bug 50286 - don't capture < in non-path-extension RE
 discard b46d4a6  Matching uses contains, so no point having optional trailing delimiters
 discard 5e71e1d  Fix some Java=>Oracle URLs
 discard 250939c  Rewrap badly wrapped comments
 discard 901caf4  Improvements and new screenshots (JMS Subscriber and JMS Publisher) for doc "Building a JMS Topic Test Plan"
 discard 5146c9d  Bug 50286 - URL Re-writing Modifier: extracted jsessionid value is incorrect when is between XML tags
 discard 116301a  Seems to miss a close parenthesis
 discard 70d4bc0  Fix PUT proxy handling
 discard 7d2fa08  Don't say it is POST data when it's actually a PUT
 discard 23ae202  Add some new french translation for SMTP sampler and some mistake (VRT)
 discard c8c9984  Update URL for get package list (javadoc generating)
 discard 93d4c92  Missing update image form Bug 50268
 discard ea022b0  Small mistake in french message on HTTP URL Re-writing Modifier
 discard 7e5c062  Simplify - save DestinationSetup as a boolean
 discard e2cb0ca  Document
 discard bb255e9  Group new JMX names with existing ones
 discard 8eb79a9  Tidy up build instructions
 discard 64e5b5d  Tidy up build instructions
 discard 5319271  Little correction on french messages for JMS Publisher labels
 discard 01b5ed7  Bug 50268 - Adds static and dynamic destinations to JMS Publisher
 discard 571db1c  Unix uses : not ; as path separator
 discard 287083e  Unix uses : not ; as path separator
 discard c08152a  Close action dialog box when tapping Escape key
 discard c53bb04  Simplify WebService GUI: use tooltips instead of fixed text which takes up lots of space Drop text regarding XML parsing as no longer very relevant
 discard 55c1587  Bug 50203 Cannot set property "jmeter.save.saveservice.default_delimiter=\t"
 discard 21934d2  Disable check of Content-Length. Does not work on JDK 1.6.0_22+, and anyway is not particularly useful as a test
 discard d32016e  // Temporary hack to allow tests to complete on Sun Java 1.6.0_22
 discard 13b35a9  Ensure test failures are properly progagated
 discard be44cc4  Oops - fix relative path
 discard 57a63d5  Mail jars are now included
 discard f93640e  Adjust code so Sun Java compiler does not complain
 discard 10e0862  Why pay?
 discard ab3616f  Update Cache Manager docs
 discard 525cd8f  Drop unused Lists
 discard 0c9eab3  Bug 50134 - TransactionController : Reports bad response time when it contains other TransactionControllers
 discard 2597392  Generics
 discard 8d5fc2f  Generics
 discard 8e6fe02  Generics
 discard 3afe578  Bug 50178 - HeaderManager added as child of Thread Group can create concatenated HeaderManager names and OutOfMemoryException
 discard f6f1dd1  Imports
 discard 10226e8  Boxing
 discard eb7c67b  Don't use == to compare strings; use constant for "true".
 discard fb89b18  Fix test cases to work in Eclipse
 discard 83ee1d6  Fix up so test case works in Eclipse too
 discard 1da3333  Add findTestPath util method Don't try to change user.dir - it does not work.
 discard be30590  Drop unnecessary nested static class
 discard d3ed9f9  Start adding tests for SamplingStatCalculator
 discard 0926b2d  Bug 50173 - JDBCSampler discards ResultSet from a PreparedStatement
 discard 9cca78b  Bug 49365 - Allow result set to be written to file in a path relative to the loaded script
 discard d3ca4d7  Bug 50080 - Transaction controller incorrectly creates samples including timer duration
 discard 4bf9de6  Update HTTP Request defaults with Proxy settings
 discard 652c21c  Bug 50088 - fix getAvgPageBytes in SamplingStatCalculator so it returns what it should
 discard b74aa6d  Bug 50008 - Allow BatchSampleSender to be subclassed
 discard ceb4478  Bug 45703 - Synchronizing Timer
 discard e37abfd  Adding a new inner class to allow display a text box to edit cell content in Jtable (futur use in ArgumentsPanel)
 discard 4eb5aba  Bug 37156 - Formatted view of Request in Results Tree
 discard 023a53a  View Results Tree - Add a dialog's text box on "Sampler result tab > Parsed" to display the long values with a double click on cell
 discard 32806c7  Revert override annotations - bad idea with jdk 1.5 compliance
 discard 9dde5ae  Bug 50032 - Last_Sample_Ok along with other controllers doesnt work correctly when the threadgroup has multiple loops
 discard 3634ffd  Add some override annotation
 discard 112bac7  Bug 50032 - Last_Sample_Ok along with other controllers doesnt work correctly when the threadgroup has multiple loops
 discard bfe4c3f  Ensure other content types are shown
 discard 04e3cd9  Bug 50047 - SMTP Sampler Gui is not updating correctly
 discard 23913c2  Clarify behaviour of SampleName function
 discard 4df8875  Remove debug logging
 discard 979303e  Document where default charset is used
 discard cfe5769  Bug 49975 - New function returning the name of the current sampler
 discard dc1ccea  Javadoc
 discard 4a21326  Fix default Locale issues
 discard 548fcf5  Fix default Locale issues
 discard 134d118  Don't rely on default charset
 discard 89380b3  Don't rely on default charset
 discard 9c2109e  Add Reply-To field to SMTP Sampler
 discard 67fc58b  Bug 49862 - Improve SMTPSampler Request output.
 discard a3d623b  Bug 49775 - Allow sending messages without a body
 discard bb1629e  Bug 48015 - Proposal new icons for pre-processor, post-processor and assertion elements
 discard aa4f4a9  Add missing files Bug 30563 - Thread Group should have a start next loop option on Sample Error
 discard be98070  Correct InitialContextFactory for ActiveMQ Small doc tweaks
 discard 17c919f  Bug 30563 - Thread Group should have a start next loop option on Sample Error
 discard ac8a8f4  No longer used (see Bug 43288)
 discard 64b70c6  Javadoc tweak
 discard 0dbced3  Tab-police Remove trailing spaces
 discard d126665  Tab-police Remove trailing spaces
 discard 90ab801  Update basic version number
 discard 91e79e3  Bug 49603 - Allow accepting expired certificates on Mail Reader Sampler
 discard 270ae74  Bug 49622 - Allow sending messages without a subject (SMTP Sampler)
 discard 5d32c6a  Bug 49666 - CSV Header read as data after EOF
 discard 9ada968  Bug 49734 - Null pointer exception on stop Threads command (Run>Stop)
 discard 82da7d3  Move 2.4 changes to history
 discard 9d0c9e4  getLoggerForClass() no longer causes a Security violation in RemoteJMeterImpl
 discard 04bbb29  Simplify getCallerClassName() by using Throwable.getStackTrace()
 discard c1fff48  Replace wildcard imports
 discard b6c1bfb  Tab police
 discard 1a770f1  JMeter 2.4
 discard bf24489  Central has activation 1.1.1 but not yet mail 1.4.3
 discard a124828  JUnit too
 discard 35f9fe5  XStream also available from Central
 discard 57c6a9a  Avalon-framework is available from Maven Central Extraneous trailing / removed
 discard 3ef0de9  Bug 49573 - French translations for new elements (SMTP, assert. MIME, BSF, etc), others (JMS) and some improvements
 discard e2dcf1e  Makes more sense to include THANKS in README
 discard 5d1d109  Need to include THANKS along with NOTICE
 discard 15a278d  Fix version (would be fixed by build anyway)
 discard a3bda55  Javadoc
 discard d3e2f50  Javadoc
 discard 941ea99  Javadoc typo
 discard 907cfa9  Missing AL headers
 discard e06c105  Eol-style
 discard eb0dc2e  It's now 2010
 discard c86e335  Documentation fixes
 discard 1a8e7af  Synch. online docs
 discard 7cc3eac  Summary of changes
 discard 9f84e47  Summary of changes
 discard ab9f6e7  Re-order
 discard 059c71f  Tweak
 discard d2b64fb  Properly fix NPE
 discard 185707b  Bug 49545 - Formatted (parsed) view of Sample Result in Results Tree
 discard 476d04f  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@961545 13f79535-47bb-0310-9956-ffa450edef68
 discard 7459ffa  Bug 49560 - wrong "size in bytes" when following redirections
 discard 9e091c5  Tidy up tooltips. Document local truststore pathname resolution
 discard cf33f27  Bug 49552 - Add Message Headers on SMTPSampler
 discard 8ac0c73  user.dir is a System property
 discard 2e1083d  New screenshot. SMTP sampler no longer thread-hostile
 discard b423019  EOL
 discard 9d1993a  Update to Javamail 1.4.3 (using CDDL licence) Tidy NOTICE (move some text to THANKS)
 discard 67a195e  Fix thread-unsafe local truststore setup Ensure StartTLS can be used with TrustAll and UseLocal Use starttls.require property instead of debug hack for EnforceStartTLS These require properties which are available from JavaMail 1.4.2+ Add debug logging checkbox
 discard 16f07d7  Local truststore socket factory
 discard a3a9ea9  Javadoc
 discard f2a9dd9  user.dir is a System property
 discard 38d69d4  Fix up ignores
 discard 898bb15  Ignore JAF/JavaMail
 discard e25b7a9  Update versions; sort
 discard f44d638  Bug 45053 - SMTP-Sampler for JMeter + Fix trustAllCerts so it applies also to StartTLS option
 discard f54f3ed  cbTrustAllCerts and cbUseLocalTrustSTore are mutually exclusive
 discard 44a1e62  Ensure truststore editable state is correctly set
 discard 34a4769  Ensure auth fields editable state is correctly set when first displaying the GUI page
 discard fc8e4b7  Tab police; correct indentation
 discard 961cb0e  Allow SMTP port to be defaulted
 discard ba3b4d1  Drop unused getters
 discard c0c39d0  Bug 49540 - Sort "Add" menus alphabetically
 discard e3446cb  Start a Hints section
 discard 8a3e299  Properly fix null variable testing
 discard 4de1c8c  Bug 49083 - collapse '/pathsegment/..' in redirect URLs
 discard 2c6b57c  Reduce scope of thread-hostile behaviour
 discard 1021dab  No need to call Security.setProperty as the prepareMessage() method already sets the appropriate property.
 discard db8c844  Bigger name fields Clear Gui
 discard b6c6f49  Make sure GUI is cleared when adding a new instance of the Sampler
 discard befc0f5  Tidyup; consolidate duplicated code
 discard 5432059  Does not make sense to set To: field from From: field
 discard fe02a3a  Bug 45053 - SMTP-Sampler for JMeter Initial version from BZ, plus local changes: - dropped references to BouncyCastle - use resources rather than fixed strings - minimize visibility of fields - tab and layout police
 discard 0e1c297  Add debug
 discard 25bbe0e  Updated screenshot
 discard 227991a  Add debug Tidyup line-wraps
 discard 820b662  handle charsets of the form: ContentType: text/plain; charset=ISO-8859-1; format=flowed
 discard ddd2865  Tidy up
 discard aaffdb2  Safer to use prefix
 discard 33d9a2f  Update JDBC Config pool description Add Message position description
 discard 6b0e328  Forgot the property for the new SMIME option
 discard c447ff9  Disable file version checking - it's more of a nuisance than a help
 discard 34ec4b4  Eclipse warnings
 discard dc3299b  Bug 38387  - Add SMIME Assertion Add message position option
 discard 8f198b7  Prepare for SmtpSampler
 discard 5aff6050 Fix up raw types warnings
 discard 38a7773  Fix up raw types warnings
 discard 48feac1  Fix up raw types warnings
 discard 6a87e36  Avoid possible NPE
 discard a98fd5c  Alias tests are already done elsewhere
 discard 5b45ec9  Fix property version
 discard f7a2316  Add 2 missing aliases
 discard 6cc52af  Add test for aliases
 discard 857aa5a  Fix property version (and Eclipse warning)
 discard e6ed85a  Revert - committed wrong file
 discard efca0d5  Bug 38387  - Add SMIME Assertion Forgot to add saveservice shorthand property names
 discard 3ee17bb  Bug 38387  - Add SMIME Assertion Forgot to add saveservice shorthand property names
 discard 07ac4f6  Bug 48709 - TCP Sampler Config setting "classname" has no effect
 discard 1ef9626  Javadoc
 discard 2231e5a  Throw error if language cannot be found to better show error
 discard 6e59615  Include bsf-api-3.1 in releases
 discard f70a17e  Include bsf-api-3.1 in releases
 discard ee06a79  Bug 49506 - Add .csv File Extension in open dialog box from "read from file" functionality of listeners
 discard 9a1dd17  Oops - forgot to include the BC jars in the download Props to Milamber for spotting this!
 discard 0139707  More sensible to default the message count to 1
 discard 6398af3  Allow for missing classes
 discard 33241c1  Bug 38387  - Add SMIME Assertion Updated screenshot
 discard 563f8fd  Allow for empty sub-results.
 discard 54d3e0e  Raw types Missing @Override marker
 discard de143f1  Tab police
 discard 3c22fb1  Bug 38387  - Add SMIME Assertion Initial checkin, with minor adjustments
 discard cb8940a  Catch misbehaved assertion classes
 discard 169b03d  Add stop between sample processing
 discard 8bb77ae  Also display tool-tip for the label
 discard 0b2a5bf  Ignore src
 discard 1aa6d16  Document directories
 discard b7aafad  Merge OnMessageSubscriber and onMessage method/queue with ReceiveSubscriber No longer use ClientPool (did not share anything) Tidy SubscriberSampler now sample code is identical for both strategies
 discard 4e7db38  Update to BSF 3.1
 discard c5028c3  Add some JMS notes
 discard e35da2c  Update JMS sections
 discard 0bcce04  Allow for missing jar(s)
 discard 57708e4  Rework subscriber code: - drop client thread from ReceiveSubscriber and use receive(timeout) instead - use LinkedBlockingQueue for Listener queue so can use poll-with-timeout - move startup code to threadStarted() method - tidy sample loop so it does not need to poll so frequently
 discard f3b94b9  Javadoc
 discard f00d8e8  Tidy up the JMS GUIs
 discard a0826c6  Unnecessary override
 discard 81a0bcc  Some recent changes
 discard ea77cb0  Add JMS Subscriber timeouts
 discard 9bfa28f  Add getPropertAsLong(key, default) method
 discard 6fc371a  Simplify ClientPool by using Closeable interface
 discard 0372738  Replace Topic by Destination as far as possible
 discard 36a315d  Javadoc
 discard ef66ac5  Fixup Topic references
 discard eaa5326  Support basic MapMessage generation
 discard a3c3577  Use commas as output separator
 discard 447458b  Store request message headers
 discard eed2139  Add support for MapMessage reception
 discard f4cc849  Javadoc
 discard c68cc3a  Not a TestListener
 discard a500a78  Rename fields
 discard 8591545  Tidy up; drop unused loop count
 discard 139899f  Loop count not used; receiver must keep going until end of thread
 discard 15d04b1b No longer needed
 discard 2a5dca2  Generalise by using super interfaces
 discard 097bec3  Tidyup output
 discard ddfa749  Use generic super interfaces instead of specific queue/topic ones
 discard 61f6718  Use MessageConsumer interface
 discard 9665674  StringBuffer => StringBuilder
 discard 4f3f861  Tidy response processing StringBuffer => StringBuilder
 discard 10e9fdd  StringBuffer => StringBuilder
 discard c3aedd7  Simplify getting topic connection
 discard d1462e7  Simplify getting topic connection
 discard 666fb6f  Add get(Topic|Queue)Connection(Context, String) methods Class was not used as a TestListener
 discard 0c6c403  Wrong null check
 discard ca6e439  Better error message
 discard 0c7bc1c  Move private initJNDI methods to InitialContextFactory.getContext()
 discard 6477eac  lookupTopic now in Utils; does not return null
 discard aae3904  Add lookupQueue and lookupTopic utility methods
 discard f353fbe  Tweaks
 discard f4a66db  Simplify code by using Utils.close() methods
 discard 883eb4f  Tidy up Publisher - no point continuing if cannot create the required fields
 discard c4e9f4a  Add utility close() methods
 discard 63bab18  Tidy up OnMessageSubscriber - no point continuing if cannot create the required fields
 discard 40b73e9  JavaMail and JMS API are now included in binary archives
 discard e4166df  JavaMail and JMS API are now included in binary archives
 discard f318f83  Add geronimo jars to binary packages
 discard e61c2c9  Tidy up; add comments
 discard 621a590  Fix versions of geronimo jars
 discard fc5d2a2  Update geronimo activation and mail jar versions
 discard 84cd6b9  A bit more documentation
 discard 28aeef3  Activation, javamail and jms jars moved to lib/ directory
 discard 4456a6c  Activation, javamail and jms jars moved to lib/ directory Add includeAntRuntime=false for javac
 discard 81fddf6  Bug 46142 - JMS Point-to-Point correlation problems
 discard a3462ac  Rename useReq to useRes as it is the response message fields that are used
 discard 2da35af  Bug 49394 - Classcast Exception in ActionRouter.postActionPerformed
 discard f7e24d3  Ignore Bouncy Castle jars
 discard 14275eb  Keep original label (useful when processing embedded URLs)
 discard bcd0ba9  Perform fixcrlf as part of copy phase
 discard 1b9859b  Bug 43389 - Allow Include files to be found relative to the current JMX file
 discard 7e96050  Tweak
 discard ee46f85  More detail of how client-server works
 discard 95163f4  Only create container if we are going to use it.
 discard 0bdc2db  Bug 49294 - Images not downloaded from redirected-to pages
 discard ac384b0  Fix property version
 discard a96feff  JMSConfigGui has been renamed as JMSSamplerGui.
 discard c198afb  JMSConfigGui has been renamed as JMSSamplerGui.
 discard 9a3a675  Tab police
 discard 793ada2  Count messages actually read
 discard 30303d9  sendQueue does not need to be an instance variable
 discard a9ed72c  Debug if reply is not matched
 discard c727e6c  Better error reporting of invalid test plan
 discard 6fb80bf  Rearrange output
 discard 445c7fc  Add SampleResult request and response headers
 discard acaf9f1  Initial checkin of utils class
 discard e1f768e  Add stack trace to warning message
 discard 31d2e31  Incomplete fix
 discard 31e5fe3  Handle errors in sampling Ensure sample is always generated
 discard 3c02fbb  Bug 47949 - JMS Subscriber may not receive all the messages
 discard 04ebdfc  Docn tweaks
 discard 4f5059e  Javadoc
 discard 5c30d6f  Unused import
 discard 574114c  Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler. Fixed rest of bug
 discard 1db431e  Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler. Partial fix (can still fail if "Use Request Message Id As Correlation Id" is selected)
 discard ce73ea4  Fix possible NPE
 discard 33757c7  Better handling of errors
 discard a0506fb  Tests are run from the bin directory
 discard aaf0315  Should only be applied to PROXY request types
 discard 71a93d0  Initial test cases
 discard 576111c  Tidy layout
 discard 7552e7f  Use setResponseData(String, null) where default charset is OK
 discard bfef495  Add TODO Charset markers
 discard 06d0e1c  Add baToHexBytes method to avoid unnecessary conversion via string
 discard 72282aa  Code tidy
 discard 7dcde55  Method not used
 discard 7cfc8a4  Tidy up class; parse string directly rather than converting to byte[] first
 discard 024f614  Sample Tomcat monitor status file for testing parser
 discard 81f91f4  Junit 4.7 => 4.8.1
 discard da92d10  Update/sort ignore list
 discard 778f753  Use assertEquals(exp,actual) rather than assertTrue(actual==exp) to give more info on failure
 discard 428c410  Bug 49149 - usermanual/index.html has typo in link to "Regular Expressions" page
 discard d0345f4  Basic check to ensure that Publisher failures are better reported in test results
 discard 58b406b  General tidyup
 discard ee7268a  Prevent NPEs General tidyup
 discard bc8c81c  Javadoc; general tidyup
 discard 1311dba  Clarify log message
 discard ddc4d8c  Javadoc; no need for lookupTopic() to be synch.
 discard 03b83b2  Bug 43678 - Handle META tag http-equiv charset?
 discard 0cd5f75  Bug 48901 - Endless wait by adding Synchronizing Timer
 discard 23a1204  Javadoc fixes
 discard b1d9b8e  Run 3rdparty check later, so still works if called after download_jars
 discard 5fdd757  Revert to previous behaviour, i.e. key on thread Group, but allow this to be changed by defining key_on_threadname=true
 discard 96a0455  Doc
 discard cb93b5d  Give clue if AIOBE occurs
 discard 7d0734d  Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1 See also SVN revisions: 922069,922067,922055,922054,922051
 discard cc9406c  Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1 Maintain elapsed time locally; change to threadName key to allow its use in aggregate sample
 discard 7c51af4  Fix up values map for aggregate samples
 discard 415119e  Simplify (and tweak accuracy) by using new addValue(T val, int count) method
 discard 4a494e1  Correct calculation of min, max and std. deviation for aggregated samples
 discard 38e4d29  Implement addValue(T val, int sampleCount) method to simplify processing aggregated samples
 discard a53d789  Javadoc
 discard 7656a45  Simplify. Ensure only count or timer fire for a given sample.
 discard a79b26a  Might as well be static variables
 discard 1060990  Avoid NPE when mask == 0
 discard c1d5743  Bug 48883 - Corrections for AbstractThreadGroup
 discard 56633cd  New dummy test for main all JUnit4 annotations
 discard d04c492  Bit more info on JUnit4
 discard d094afc  Add details of JUnit4 support
 discard d9889e3  Eliminate unnecessary instance variable
 discard 762aef9  Bug 48350 - Deadlock on distributed testing with 2 clients
 discard 11d6156  Make private fields final. Rename and rearrange code to make a bit clearer.
 discard ab7a4ec  Better implementation of fixsize() for table columns
 discard fb0dd6d  tweak
 discard dea3d68  Fix up Mail Reader Sampler GUI
 discard 4fd7acd  Improve docn of -G option
 discard f1ea90a  [gs]etNode() are not used
 discard ca8e0c2  Bug 48749 - Allowing custom Thread Groups
 discard b77d764  Unnecessary "override"
 discard 0ce46cf  Use same width for folder field
 discard 2e12c14  Bug 48727 - Cannot stop test if all thread groups are disabled
 discard 3e6bd20  Bug 48786 - Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active
 discard 1b870d0  Remove trailing spaces
 discard a7cdc0d  Implement reading mail from a single file
 discard ad31de2  Make fields final
 discard efa951d  Always default the encoding Allow for nested MimeMultipart message parts Don't include '@' in toString() if user name was not provided
 discard bf65a8f  Replace ComboBox with JTextField TODO: New screen layout needs to be fixed.
 discard 592edc9  Initial implementation of interruptible
 discard f22aa41  Allow for spaces in the file name
 discard 81992b1  Fix duplicate child.sampleEnd() calls
 discard 9d00449  Forgot to call sampleStart()
 discard bdcbd6f  Add support for multipart messages Avoid possible NPEs in To: and From: processing Store Response Headers if not using store as MIME
 discard 03721f2  Save provider file in jar
 discard 6bf9d76  Update for new Mail Reader facilities
 discard f0ec90f  Basic read-only JavaMail provider implementation for reading raw mail files
 discard 01fb9d0  Add HeapDumper class for runtime generation of dumps
 discard 7347894  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@910799 13f79535-47bb-0310-9956-ffa450edef68
 discard 58fa666  Add setResponse() shorthand method
 discard 70300c0  Bug 48714 - add new French messages
 discard cac27cf  Bug 48747 - TCP Sampler swallows exceptions
 discard ab3f02d  More recent versions of Geronimo spec jars
 discard ee98935  Allow any versions of geronimo spec jars
 discard c2cc9d5  Remove dependency on default encoding
 discard 014cf0a  Extract static constant
 discard f12033f  Bug 48714 -  add new French messages
 discard ac99e59  Clarifications
 discard c1c5039  Javadoc
 discard 4131946  Thread-safety
 discard b3c5cb0  Thread-safety
 discard b891d24  Better ordering of elements
 discard 5f7064f  Oops - comparing the wrong files
 discard ce0ddc0  Clear JMeterContext ThreadLocal on thread end
 discard 3ff3a44  Thread-safety fixes
 discard f47170b  Oops! forgot to change the test case when the data file was changed
 discard 8797221  Bug 47622 - dummy JMeter certificate resides in the bin directory Document the properties
 discard 3a6b05e  Bug 46790 - CSV Data Set Config should be able to parse CSV headers
 discard 0f505cf  Use IP address rather than name to avoid DNS queries Add basic redirect test
 discard 38afbaf  Also test URLs ending in a directory; use IP address rather than name to avoid DNS queries
 discard d8d665d  Return a sample result, so can test methods that perform a sample
 discard a6b30c1  Javadoc clarification
 discard b7d952b  Regex Extractor can now be applied to a variable
 discard cb58556  Updating docs with new images etc.
 discard abc73a8  Make Follow Redirects the default (better for cookie tracking)
 discard 92b2b94  Make Follow Redirects the default (better for cookie tracking) Easier selection of redirect options Move Proxy panel lower down screen
 discard 25d6226  Updating docs with new images etc.
 discard 6e81ad8  Add comments
 discard 1b6a94f  Response Assertion and Size Assertion can now be applied to a JMeter variable
 discard b1dba95  Javadoc
 discard 94ad9f9  Fix expected version of saveservice.properties
 discard 40dfea5  Bug 46901 - HTTP Sampler does not process var/func refs correctly in first file parameter Simplify file handling at run-time by using only a single list which is merged at start-up if necessary.
 discard a54648a  Stop using deprecated methods
 discard 0210db9  Stop using deprecated methods
 discard 30f3e48  Stop using deprecated methods
 discard 480f714  Stop using deprecated methods
 discard 588f991  More useful toString() behaviour
 discard eda4281  Add Sampler scope selection to XPathExtractor
 discard 3493fcc  Check for impossible conditions
 discard a3513fd  Unnecessary clone() method
 discard 1e66692  Avoid name hiding
 discard 6990db0  Unused
 discard 409dca2  Unused
 discard fdb1b8f  Unused
 discard 33e42df  Add serial version UIDs
 discard a142443  Add serial version UIDs
 discard 6811cc0  Add serial version UIDs
 discard 151de71  Add serial version UIDs
 discard 8c3a155  Add serial version UIDs
 discard fc2b56b  Add serial version UIDs
 discard 7c01a0b  Needs serialVersionUID
 discard 792e54d  template is created as needed, so no need to clone it
 discard 7ae8265  Simplify initTemplate() by doing our own splitting [using amended version of ORO split() code]
 discard 1230a73  Stop interrupt() from attempting disconnect whilst we are already disconnecting
 discard 1734961  Better placement of save statement
 discard fa705a3  Bug 48511 - add parent,child,all selection to regex extractor panel
 discard d071f67  Add basic test for random match
 discard d78ffdc  Fix property name
 discard f09b614  Oops! Cut-n-paste error - thanks Rahul.
 discard ab92a89  Remove untranslated (or identical) key values
 discard 2edce6b  Re-enable duplicate key checks for messages*.properties
 discard 1a1bc39  Drop untranslated properties
 discard b07f4a3  Clarify URL match field
 discard f975074  Disable httpsMatch field unless httpsSpoof is enabled
 discard 87a6924  Prevent NPE in askThreadsToStop()
 discard 6ebaf01  Make scope panel generic
 discard e3604de  Don't process null samples and don't report incorrect message if BSH not found
 discard 0d657d7  Don't attempt to process null samples
 discard 6e93188  Tidyup
 discard 19861f9  Useless null check
 discard 36329e8  Unused imports
 discard 4da5e52  Ignore bsf-api jars
 discard 876a4a0  Bug 48603 - Mailer Visualiser sends two emails for a single failed response
 discard d66af91  Only download bsf-api jar if javax.script not supported by JVM
 discard 07095d8  Fix API jar reference
 discard c185587  No need to treat bsf-api specially any more
 discard eb52684  Ensure all API jars are included in builds
 discard 1949052  Show name of jar when checking if download is needed
 discard 7431ca7  Need javax.script support for Java 1.5
 discard e20fc7c  Minor refactor
 discard 9722dae  Should not ignore Error or RuntimeException
 discard 74a746a  Make some fields final
 discard a6c2c93  Oops! remove unintended additional import (thanks to Rainer)
 discard 3b6f734  Better reporting of XPath errors
 discard 39ec3de  Bug 48570 - AjpSampler doesn't support query parameters (GET/POST)
 discard 692710a  Add TODO
 discard f6fe9f6  Bug 48579 - Single Bind does not show config information when LdapExt Sampler is accessed
 discard 2d81c30  Use ConcurrentHashMap instead of HashMap for multi-threaded access
 discard d796556  Document thread safety
 discard c08d322  Use interface
 discard 625e9d0  Use interface
 discard 6cc8e76  Use interface
 discard 6d9ab3a  Javadoc
 discard 32dfbf9  Use ConcurrentHashMap instead of Hashtable now we are using Java 1.5
 discard bf9b5f3  Use Map interface rather than specific Hashtable
 discard 6036b8d  Use ConcurrentHashMap instead of Hashtable now we are using Java 1.5
 discard 2dce26b  Bug 48573 - LDAPExtSampler directory context handling
 discard 4808ca9  Bug 48568 - CookieManager broken for AjpSampler
 discard 3066060  Fix raw type
 discard 095436a  Unused
 discard cea35d6  Make private fields final
 discard 556f779  Document thread-safety issue
 discard 7ed4315  Mutable static field needs to be volatile
 discard e6558b2  BeanInfoSupport now caches getBeanDescriptor() - should avoid an NPE on non-Sun JVMs when using CSVDataSet (and some other TestBeans)
 discard 9c8cf8c  Bug 48542 - SoapSampler uses wrong response header field to decide if response is gzip encoded
 discard 89c039a  Set latency in error cases
 discard c333ae1  Tweak docn re: jars downloads
 discard 2f83881  Delete original Tidy jar
 discard 141e36a  Update JTidy to r938, which is compatible with Java 1.5
 discard 44e7088  Drop remaining jars from source archive
 discard a7e4ca5  Wrong EOL type
 discard ea36026  Tweaks
 discard 1f0b88d  Bug 48136 - Essential files missing from source tarball.
 discard e2298d4  Unnecessary depend
 discard 4bd351c  Inaccurate comment
 discard 41e339f  Document tweaks
 discard 9481ca1  New Year
 discard ce6552b  Tidy code
 discard 056429b  Bug 48451 - Error in: SoapSampler.setPostHeaders(PostMethod post) in the else branch
 discard 99cf660  Aggregate Report and Summary Report now allow column headers to be optionally excluded
 discard 9a57f3e  Add saveHeaders option to saveCSVStats method
 discard f41bac1  Document improved Listener behaviour
 discard 7b58610  Fix ClassCastException
 discard acfdbff  Remove cache of samples from SamplingStatCalculator and move into new subclass CachingStatCalculator. Only a few visualisers actually need the cache, which can take lots of memory. Aggregate Report now uses far less memory.
 discard 7624896  Remove unused code
 discard 201ff9a  Sorting the map repeatedly is inefficient so we use TreeMap.
 discard 51e010c  Improve RE docs
 discard 3716c21  Bug 48259 - Improve StatCalculator performance by using HashMap
 discard 618a2e6  Ensure initial min and max are correct
 discard cbdf87b  Add optional encoding parameter to FileToString function
 discard 12b53ca  Bug 41418 - Exclude timer duration from Transaction Controller runtime in report
 discard f9b4883  Update libraries to current versions
 discard 2d9559c  Bug 48331 - XpathExtractor does not return XML string representations for a Nodeset
 discard ea5614e  Fix image sizes
 discard cbd8cfb  ActionListener was tied to the wrong button!
 discard c34ead3  Bug 48155 - Multiple problems / enhancements with JMS protocol classes
 discard ea01e86  Always return a valid topic connection
 discard 41a1c5b  Drop description of Avalon format JTL files
 discard 3885b64  Drop support for Avalon format JMX and JTL files
 discard 1a86811  Improve error handling
 discard c7fbcca  Allow Idle Time to be saved to sample log files
 discard d9d3ce2  Allow idle time to be set
 discard f168c95  Use generic error to catch any processing errors
 discard d82abbe  Javadoc fixes; no need for method to be protected
 discard 1101e1b  Javadoc fixes
 discard 1bb3e38  Javadoc fixes
 discard f6618e7  One more warning fixed ...
 discard f205ef9  Tweak text box sizes
 discard f447e44  Document Bug 47474 - View Results Tree support for plugin renderers
 discard d600829  Tidyup
 discard 42482b4  Default to Text renderer; general tidyup
 discard c047ff4  Display message for non-text responses General tidy
 discard 3ac023f  Oops! Jorphan cannot invoke methods in JMeterUtils, so move the method there
 discard 683d795  Obsolete entries
 discard e5c1084  Bug 47474 - View Results Tree support for plugin renderers
 discard 95c92d6  Add convenience method findClassesThatExtend(Class<?> superClass) Make lowest level method private
 discard 276a9db  Comparable parameters Consume, so should be ? super T
 discard db97281  Bug 48300 - Allow override of IP source address for HTTP HttpClient requests
 discard 8e9f3c6  Standardise on pathelement location
 discard 1c8335a  Bug 47592 - Run Thread groups consecutively with "Stop test" on error, JMeter will not mark to finished
 discard 89bb3ae  Bug 47947 - Mail Reader Sampler should allow port to be overridden
 discard 36982ee  Bug 47946 - Proxy should enable Grouping inside a Transaction Controller
 discard 7764133  Some generics tidyup
 discard 8e9d6ae  Some generics tidyup
 discard e96ee99  Document deliberate use of deprecated methods
 discard 559633e  FOrgot to remove imports
 discard 114846e  Remove unused methods
 discard f9e1193  Document deliberate use of deprecated methods
 discard 6def4ce  Document deliberate use of deprecated methods
 discard 32a2e19  Document deliberate use of deprecated methods
 discard d8f3ae7  Fix comment
 discard dd8b97c  Use non-deprecated method
 discard 3b7f223  Use interface rather than abstract implementation
 discard 8ca9efd  Document OK unchecked conversions
 discard 5efc269  Unused
 discard 63149c2  Calls to deprecated methods in test code are deliberate
 discard 91fe6a1  Tidy up
 discard 8f6142c  Minor Fixes
 discard 8487f38  Add generics to SearchByClass
 discard 43ed58e  Add generics to SearchByClass
 discard 79dc173  Generics and other tidy ups
 discard 8375335  Fix some warnings
 discard d32a1a8  Better docn of Cache-Control
 discard b423c43  Bug 48153 - Support for Cache-Control and Expires headers
 discard 2b0f3ea  Add Cache-Control header
 discard cffba65  Set response code for cached content to 204 - No Content Set URL and method in response eariler
 discard 74bfc2c  Ensure URL is saved
 discard 93f0e54  Add convenience method setResponseNoContent()
 discard 919b50f  Use String constant for OK
 discard 1987e3f  Bug 47461 - Update Cache Manager to handle Expires HTTP header
 discard 5438748  Update to version dated 2009-11-16 12:44 UTC
 discard 3083bc7  Bug 47556 - JMS-PoinToPoint-Sampler Timout field should use Strings
 discard 1d39984  Tidy up
 discard 7614f82  Tidy up
 discard 1ea0130  StringBuffer => Builder
 discard 34c2986  Bug 47909 - TransactionController should sum the latency
 discard 6c71850  Bug 47940 - Module controller incorrectly creates the replacement Sub Tree
 discard fc1be18  Bug 47943 - DisabledComponentRemover is not used in Start class
 discard f124280  Bug 47980 - hostname resolves to 127.0.0.1 - specifiying IP not possible
 discard 7acb559  Tab police
 discard 17b717b  Bug 47907 - Improvements (enhancements and I18N) Comparison Assertion and Comparison Visualizer
 discard 3f2dc96  Forgot the JSR223 Listener
 discard 69362c3  Add BSF Timer and JSR223 test elements
 discard c88bb43  Properly allow for null variables
 discard 076dc43  Images for new test element
 discard 8d8d4f7  New properties file
 discard 11d86d3  Test needs bsf-api for Scripting Exceptions
 discard 5fca2b3  Add aliases for new elements
 discard 3f2e120  Tidy up
 discard a41b3ff  Bug 47938 -  Adding some French translations for new elements
 discard 02ed475  Bug 47992 - JMS Point-to-Point Request - Response option doesn't work
 discard 9fa8f25  Add missing @Override tags and remove unnecessary casts
 discard 4042e86  Bug 48163 - TestCase for org.apache.jmeter.protocol.http.control.CacheManager Initial checkin
 discard ebec139  Allow access by unit-test cases
 discard fee3e28  Bug 48183 - need to ensure build dir is created before downloading files
 discard 02e2986  Avoid NPE if script does not return a value
 discard d26dd8b  Add missing variable name
 discard f06e8f7  Bug 48144 - NPE in OnMessageSubscriber
 discard f9a764f  Correct the list of variables
 discard 5ccf1f2  Correct the list of variables
 discard 9c79017  Check the JSR223 script returns a value
 discard 0341461  Better handling of received count
 discard dcdf2e7  Actual count may be lower than loop when interrupted
 discard 9670397  Update tags
 discard cdca181  Add JSR223 Assertion, Timer, Sampler
 discard 275fe1d  Add BSF Timer implementation
 discard 4c794be  Add evalFileOrScript() method
 discard cdca878  Align with other JSR223 properties
 discard 796ef27  Return result of script execution so can be used by Sampler
 discard fd1af0e  Bug 47900 - Allow JMS Subscriber Sampler to be interrupted
 discard bcbcb18  Unused imports Ensure file is always closed Use correct eval() method Don't default to Groovy engine Don't continue if implementation is not found
 discard 9df3922  Unused imports Wrong items being passed to script parameters
 discard 0937eb0  Unused imports Tidy error handling
 discard 241d11d  Bug47952 - Initial JSR223 test element implementation
 discard c6984f1  Ignore BSF API 3.0
 discard f52cf43  StringBuffer => StringBuilder
 discard f96faf3  No need for method to be public
 discard 3009749  Make final
 discard 530459c  This is now built as part of the release
 discard d639268  This is now built as part of the release
 discard 05f6094  Tab police
 discard 05a9d48  Use generic type rather than Number for median
 discard be8f5fd  More efficient to use ArrayList rather than LinkedList
 discard d97e69c  Don't download jars for Gump
 discard 8c79db2  Correct version of xml-apis
 discard 4438756  Bug 47899 -  NullPointerExceptions in ReceiveSubscriber constructor
 discard 07a25d9  Enclose log parameter calculations in if (log.isDebugEnabled()) block
 discard 7be599b0 Ensure incompatible class files don't cause problems [Previously the method caught Throwable, which is rather extreme. Working towards a more sensible policy...]
 discard ed91384  Resync.
 discard 5dc5c1f  Better handling of JUnit4 exceptions - convert to JUnit3 failures so they don't appear as errors. Only store basic item details in responseMessage - trace details are saved in responseData
 discard 1940e2f  Allow testcases to work with JUnit4 as well as JUnit3
 discard fb28714  Add utility method setResponseData(text, encoding) for samplers that generate strings rather than bytes.
 discard 1dab51c  Another test
 discard a3ba7e9  Document problem with JTidy
 discard f05c757  Junit4 support
 discard 64473c6  Disallow adding any child elements to JDBC Configuration TestBeanGUI was using ConfigTestElement instead of ConfigElement Also don't default to sampler menu if type not recognised
 discard eb832aa  No need to repeat what superclass implements
 discard 5a8d71f  Rename mutable objects - only constants should be upper case
 discard e48ff26  Use threadStarted() to set up common variables for the sample() method Improve handling of InvocationTargetException
 discard c96ea93  More JUnit test cases
 discard be57e64  Prevent class files from being added twice
 discard 193081a  Ensure error code and text are saved to JMX file
 discard 7180672  Javadoc
 discard 2183688  Use proper constant
 discard 394f87f  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Merge code from JUnitAnnotatedSampler.java
 discard 79e884d  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Fix bug: test element not updated if method/classname not defined
 discard 69e41fe  Enhance JUnit4 sample tests
 discard ac5908c  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Sample test cases
 discard f34af73  Add AL headers Update tests to improve coverage
 discard b38c016  Include source for JUnit sample tests
 discard 974b4e5  Oops! Need to download jars before trying to compile/install
 discard a308c67  Tidy up. Add hooks for JUnit4 GUI support
 discard 3307c2b  Rewrite & simplify Eliminate unnecessary test class instantiation Fix bug (filter was applied to method names)
 discard e5ffbb2  Add convenience method findAnnotatedClasses(String[], Class)
 discard 49e34b1  Fix bug: an empty filter should pass everything Restrict use to package
 discard fe73bc9  Allow for ClassDefNotFound when checking classes
 discard 8742d90  Bug 47869 -  Ability to cleanup fields of SampleResult
 discard 2dd901a  Bug 47870 - JMSSubscriber fails due to NPE
 discard 6cd0ad1  Document changed jar versions
 discard 7c5ee82  Fix jar names and versions
 discard 941ef72  Ignore downloaded jar files
 discard 8dce8d2  Update list of jars
 discard 580bddf  Drop jars that are downloadable elsewhere
 discard 9e8e4d0  Use external copies of libraries as far as possible
 discard 541b880  Allow file to work with whatever versions of xalan and serialzer are present
 discard 6f61c34  Start adding MD5 checks to downloads
 discard c44e7cc  Remove target directory from build.properties Start enabling download of dependencies Update jars: codec: 1.3 => 1.4 collections: 3.2 => 3.2.1
 discard cb9d330  Unused imports
 discard e4b6b08  Add findAnnotatedClasses method (part of Bugzilla 47803)
 discard dd20f3a  Bug 36726 - add search function to Tree View Listener
 discard 139bd37  Ignore files used for testing bugs
 discard fc62018  Remove empty list item
 discard 8c6cba3  Updated for new saveservice.properties file
 discard 3dce0cc  Omitted AL header
 discard 0f77c4b  Omitted AL header
 discard 51727ef  Added Comparison Assertion & Visualizer [code copied from branches/java1.5_prototype-was_trunk]
 discard bfd3357  Check that we have a valid row and column
 discard 3251a0a  Remove unused setter, and make name final
 discard d01b98b  Document test-only constructors
 discard ee06b26  Document test-only constructors
 discard ec0c0d7  Allow test code to test serialisation
 discard bc3475e  Add TestBean Table Editor support. [code copied from branches/java1.5_prototype-was_trunk]
 discard ffb93eb  Added DataStrippingSample sender - supports "Stripped" and "StrippedBatch" modes. [code copied from branches/java1.5_prototype-was_trunk]
 discard 5416630  Add Foundation links (ASF, Sponsorship, Thanks)
 discard e4481cd  Fix error caused by genericising NumberComparator
 discard 6ec6342  Generics fixes
 discard dca2d7a  Generics fixes
 discard 40734c8  Now override parent method
 discard 03235df  Remove unused method (getGuiClass)
 discard d45dbc2  Generics fixes
 discard 0e3c47d  Allow Proxy Server to be specified on HTTP Sampler GUI and HTTP Config GUI
 discard 74c9d01  Make private fields final
 discard 4b936e5  Genericise StatCalculator
 discard d4ff3da  Generics tweak
 discard f9cebc3  Remove unused code
 discard c4c9b1c  Be more precise which classes are allowed
 discard e65658c  Update references to Java 1.5
 discard f8b0ffc  Fix up some raw types
 discard 8825bb5  Fix up some raw types
 discard 43b469a  Bug 47223 - Slow Aggregate Report Performance (StatCalculator)
 discard 921aed2  Next version is likely to be 2.4, not 2.5
 discard ce71005  Remove some JDK 1.3 work-rounds
 discard 507399e  Now we are using Java 1.5+, can assume setxxxTimeout() methods are present
 discard 7153f62  Fix up some raw types
 discard 8e78080  Fix up some raw types
 discard 3ea8625  Generify - stage 1
 discard 03c58ac  Fix up some raw types
 discard a37b5f7  Tidy types Make class final and remove unused ctor/setter
 discard d5271a5  The "typing" continues ...
 discard a63ffb7  Fix up some raw types
 discard bb9d02e  Tidy up
 discard 74f1668  Fix up some raw types
 discard 42bc2ce  The "typing" continues ...
 discard 85084e2  The "typing" continues ...
 discard 2dfed48  Fix up some raw types
 discard ce052a8  Fix up some raw types
 discard 9318182  Add more StatCalculator tests
 discard 7f49ce4  Fix up some raw types
 discard d8e9ba8  Fix up some raw types
 discard 22f4bde  Fix up some raw types
 discard e0658aa  Fix types. Fix bug where input array was used for methods and strings
 discard fa4d33c  Fix up some raw types
 discard 5e1b865  Fix up some raw types
 discard 1837ca2  Fix up some raw types
 discard 5cd8e01  Fix up some raw types
 discard 7a52a84  Fix up some raw types
 discard ddd6452  Fix up some raw types
 discard 858e857  Unused import
 discard 36e9678  Replace deprecated .show() with .setVisible(true)
 discard 13d1847  Fix up some raw types
 discard 2082dd0  Fix up some raw types
 discard ea5add0  Fix up some raw types
 discard 5532eab  Make ThreadLocal variables type-safe
 discard 020d5ad  Fix varargs method
 discard 974351f  Fix up some raw types
 discard 01594d6  Fix varargs method
 discard c043740  Drop unnecessary casts
 discard 27e83ac  Java 1.5 always has nanoTime() Fix up some raw types
 discard 7dadcc1  Drop some deprecated/unused methods
 discard ba460d9  Add @Override and @Deprecated annotations
 discard 1f8a709  Add @Override and @Deprecated annotations
 discard 0edbb18  Add @Override and @Deprecated annotations
 discard 4bdf9c6  Add @Override and @Deprecated annotations
 discard de83d8c  Add @Override and @Deprecated annotations
 discard 5b1b7ba  Add @Override and @Deprecated annotations
 discard 0da8b72  Start move to Java 1.5
 discard 0326a0d  Oops - misplaced
 discard 51e2a93  Bug 47565 - [Function] FileToString
 discard 7edee7f  Bug 47442 -  Missing replacement of https by http for certain conditions using https-spoofing
 discard e6ad8fd  Javadoc
 discard 027c378  Bug 47445 -  Using Proxy with https-spoofing secure cookies need to be unsecured
 discard 7031cd5  Bug 47622 - don't add Connection header from browser
 discard 6a6caee  Bug 47646 -  NullPointerException in the "Random Variable" element
 discard cddde01  Accidentally left out of previous commit
 discard db68ab6  Bug 47622 - enable recording of HTTPS sessions Many thanks to Milamber.
 discard ba13d0c  Javadoc
 discard 608deb0  Flag potential charset problems
 discard bea8cac  Remove deprecated method
 discard cc069d4  Sample Http Proxy debug line
 discard 54e1cef  Bug 47385 - TransactionController should set AllThreads and GroupThreads
 discard a29c6ac  Bug 47398 - SampleEvents are sent twice over RMI in distributed testing and non gui mode
 discard 66696fd  Unused
 discard 862a054  No need for variables to be default accessible
 discard a447f22  Bug 47338 - XPath Extractor forces retrieval of document DTD
 discard 6edd11f  Unused import
 discard dc29e67  Bug 47420 - LDAP extended request not closing connections during add request
 discard 8ea748c  Move 2.3.4 changes to History
 discard 49a91d8  Release JMeter 2.3.4
 discard 514598d  IOException is not fatal; improved error handling
 discard b38fd0c  Bug 47394 - It should be easier to plug a custom SampleSender in jmeter
 discard dd203a6  Corrections provided by Milamber
 discard 3286355  Forgot to update these versions
 discard cc7f146  Prepare for next release
 discard db03ddf  Bug 47266 - FTP Request Sampler: allow specifying an FTP port, other than the default
 discard 1544a94  Bug 47377 - Make ClassFinder more robust and close zipfile resources
 discard e77fd7b  Add CSS to HEAD section Add Trademark section to footer
 discard a14a59d  Add CSS to HEAD section Add Trademark section to footer Tidy up handling of default/missing attributes
 discard 6668b13  Make error checking the default
 discard beadc42  Document additional JUnit sampler options
 discard 931c881  Only fetch properties once. Privatise fields and methods not needed outside.
 discard aa4552a  Missing anchor
 discard 71863dc  Add css directory files
 discard dcba883  Initial style-sheet
 discard f106077  Debug parameter for VSL
 discard da5aff4  JMeter is os s/w
 discard af9eb83  Fix some synchronisation issues in ResultCollector and SampleResult (wrong locks were being used)
 discard bf31e83  Fix problems with remote clients - bug introduced in 2.3.3
 discard edf1dfd  Remove extra blank line at start
 discard 26f4c33  JDBC Sampler should not close Prepared or Callable statements as these are cached
 discard 22ef64a  Bug 47321 -  HTTPSampler2 response timeout not honored
 discard 19f2049  Bug 39509 -  Once-only controller running twice
 discard 277b7d1  Document fix
 discard ae5a798  apply patch from Peter Johnson. the retry is set to 5 times.
 discard 0bc0fa5  Change ResultCollector to only warn if the directory was not created
 discard 1111f0a  HeadlessException is available in 1.4+
 discard 81742bb  Start collecting bug fixes for 2.3.4
 discard 35ea1aa  Move current changes to history
 discard 72f30bd  Better default
 discard 1846131  Always allow Locale to be set, even if there is no corresponding properties file.
 discard 349f759  Add tag for 2.3.3
 discard 59c547c  Synch fixed pages
 discard 2e2116c  Fix code to retrieve height and width from figure, rather than component. This caused wrong sizes to be applied to site docs, and sizes to be omitted from printable docs (so display was not affected)
 discard 62a9751  2.3.3
 discard dc31f1d  Add bsh jar
 discard 4b53f0d  More tweaks
 discard 6d1010b  Documentation tweaks
 discard 1dd323b  Get list of languages from JMeterMenuBar
 discard 11041f2  Ensure test suite works for Locale language != "en"
 discard 4ad74ad  Use language menu from main JMeter class
 discard 5b36010  Show locale-related settings
 discard 245d19f  Fix up Javadoc; avoids UTF-8 warning with cedilla when compiling with Java 1.5+
 discard 1d78e95  Allow for timer resolution generating short elapsed time
 discard 83cf08f  Create SHA hash as well as MD5
 discard fd68bc1  Add Beanshell 2.0b4
 discard 3f87a45  Forgot new script files
 discard 8969424  Include Javadoc as part of distribution build
 discard d12e186  Forgot properties
 discard 83c0877  Synch changes
 discard 7de7844  Set defaults so connect and response time properties are not saved if zero
 discard 9330937  Add zero loop count tests for Thread Group and Loop Controller Add some Once Only Controller tests Rename Module Controller target to make it unique
 discard 456c2ba  Clarify module controller description
 discard e381f2f  Disable Interleave test as we don't yet know what the result should be...
 discard ef3cda3  Tweaks/add TODO
 discard 13705c2  Add tests from Bug 39509 - attachment 20192 Also detab and reformat
 discard 832cee1  Tab police
 discard 7a6c0f8  Tab police
 discard b593b0e  Tab police
 discard 2165a0f  Oops, needs to remain public
 discard 1fb442a  Javadoc
 discard d93bab6  Reorganise changes, add summary section
 discard 1a5408b  Forgot to change year
 discard 03c19ab  Add examples to binary archives speed up docs-site (don't fixcrlf for javadoc) Tidy echoes
 discard 2cf14c8  Using new <bugzilla> markers
 discard d66e034  oops,wrong variable name
 discard cf98124  Use new <bugzilla> markers Change header levels
 discard a475ccd  Use new <bugzilla> markers
 discard 46f944f  Add bugzilla macro Add missing scope macro to printable version
 discard f4ec3d1  Document that it is old
 discard 78b1509  Tweak
 discard f3e0f3e  Javadoc
 discard cd91461  Doc synch
 discard 61677bf  Update docversion No need to massage Javadoc files as no longer in SVN
 discard ecf138d  Synch. site documentation
 discard cb335b5  New screenshot (ignore suffix)
 discard 88f61c9  Remove leading spaces
 discard 1e5ef48  Remove leading space
 discard 70dcefa  Need to fix CRLF for site as well as printable docs
 discard 55e69cb  Start preparing for 2.3.3
 discard 41e379d  More French translations and corrections (Milamber)
 discard 170587e  Save "Include group Name in Label" settings in Aggregate and Summary reports
 discard 41028a3  General tidy up - private local-only items; rename variables to be clearer
 discard edebeef  Listeners and name are not used
 discard 7fc51ae  Does not need MouseListener Rename private variables to be clearer
 discard daa5b6a  Private items only used locally
 discard 971b7c0  Docs
 discard a16347f  Correct doc
 discard 691bb7b  Bug 47176 -  Monitor Results : improve load status graphic Also privatise items that are local to ServerPanel
 discard f887897  Update for latest library versions
 discard 17c7d93  Document header usage better
 discard 19c95a3  Migrate from Batik codecs to xmlgraphics-commons codecs
 discard 5cc76f4  Avoid NPE in serialisation tests
 discard 2df9326  Privatise and finalise
 discard 4765b4e   Bug 46900 -  i18N: polish property file
 discard d54c15e  Add option to skip suffix generation in Save Responses to a File
 discard a9101ed   Bug 41209 -  JLabeled* and ToolTips
 discard 9babdd2  Change image type so TIFF can be created
 discard 09dae12  Not needed
 discard b6069f5  Improve error handling
 discard f9326b8  Batik moved some classes
 discard 86366fa  Updated to new versions of: batik-codec (1.7), jdom (1.1), xstream (1.3.1), velocity (1.6.2)
 discard b11850f  Merge license files
 discard 10d34d1  No need to credit xml.apache.org separately
 discard 37bd624  Can't reference ModuleController (component) directly from core
 discard 3bcc314  Can't reference TestElement as built later
 discard f664eb4  Bug 47165 - Using the same module name in command line mode causes NPE
 discard 4ab0f85  Reflow; add comments
 discard 0b933f2  No longer need log message
 discard 45899a0  Add TODO
 discard acb6d96  Patch from Milamber to correct a double scroll bar in view results tree as render XML
 discard e866826  Object must be a TreeNode
 discard 0a0fdee  Improve toString() output; log errors
 discard ee4f64f  Typo (thanks to Milamber)
 discard 5ac7312  Rename to avoid possible confusion with Thread.run()
 discard cc208e0  Docs
 discard cb96cf7  Test backslash before other characters
 discard fde1ca3  Cannot fix Bug 46831, but need to ensure compatible behaviour
 discard 5d3fb39  A reference to a missing function - e.g. ${__missing(a)} - is now treated the same as a missing variable. Previously the function name - and leading { - were dropped.
 discard c5682c2  Comments
 discard 286a465  Make unchanging var final
 discard f20c4e8  TODO does not make sense; the class has to be instantiated to get the ref key
 discard 3f4025e  Add some synch. (volatile) just in case
 discard 13dfbb7  Warn if no functions found
 discard f8dc4df  Minor tidyup
 discard c2a2972  Javadoc
 discard 68d9b32  Allow test to be run stand-alone Add test for Bug 46831 (currently disabled)
 discard a80582d  Partial test for Bug 46831
 discard 4b5b649  CSV Dataset and random data
 discard 73cef4b  Complete the refactoring of the package test
 discard 8ee3b2a  Use separate classes for each test
 discard 2678734  Bug 47150 - ThreadGroup with a loop count of zero causes infinite loop
 discard e231d1c  Bug 46900 - Polish translations
 discard 12916df  Clarify TCP timeout and NoDelay
 discard 3230117  Oops - correct the (incorrect) spelling correction
 discard a14f2f0  Examples are not built by default, so don't include in resources archive
 discard 152ca7f  Examples are not built by default, so don't test them.
 discard fc777f6  Bug 47132 - Brazilian Portuguese translations - messages.properties
 discard 751f153  Typos reported in Bug 47132
 discard 1cd9ef7  Ensure default properties are found
 discard 4f5b2e1  Missing AL headers (one line files, so not strictly necessary)
 discard f22ae1c  Bug 47132 - Brazilian Portuguese translations [messages.properties to follow]
 discard 182b8d2  Generalise checks to include all TestBean resources files
 discard 9e137c5  Avoid adding empty language
 discard 447cb7f  Bug 47137 - Labels in View Results Tree aren't I18N
 discard 5dc5746   Bug 47064 -  Use System default Look And Feel (Mac)
 discard 7088627  New year
 discard 468b7ee  Unused import
 discard d8bdfa3  Use list of language names from JMeterMenuBar
 discard 45a12c5  Refactor generation of language menu so list of language names is exposed for unit testing
 discard 5169682  Incorrect key for Japan
 discard 864f09f  xref code
 discard c89f3d4  Translators may need i18nedit.properties
 discard 482fa96  Tidy up
 discard 336f438  Handle missing properties file better
 discard 4e305f6   Bug 47120 -  Throughput Controller: change percent executions to total executions, the value is stored in a String and interpreted as 1 execution
 discard 8dacf61  Add target to create translator resource zip
 discard d723694   Bug 46900 -  i18N: polish property file (2009-04-30 05:09 PST)  Amended to remove invalid keys
 discard 5131146  Document how to use RE PP default value
 discard 1502b4b  Screenshot updates
 discard a800c7c  Bug 47127 -  Unable to change language to pl_PL
 discard 4e1fd88  Allow for additional commands to be sent to background signal listener
 discard 8b76d8d  Better sharing of space between domain and port Thanks to Milamber
 discard 756593b  Make private vars final
 discard 402e2fc  Other fix
 discard 4c5e6f6  Better clone method
 discard 9ed12a0  HTTP Samplers now support connection and request timeouts (requires Java 1.5 for Java Http sampler)
 discard 533d35a  Binary file type documentation corrected for View Tree
 discard 9e9eaf5  No need for these to be protected
 discard 45f0a6d  Fix HC links.
 discard b88c583  Fix processing of Transaction Sampler parent mode so current sampler is set to actual sampler
 discard 51589c1  Move setup of current sampler later after we have processed Transaction Sampler
 discard 397e2c2  UDV clarifications
 discard 749ffca  Prevent call to TransactionSampler.sample()
 discard 84528d4  Prevent NPE if used with variable name on Test Plan
 discard f2955e71 Avoid NPE if XPath function does not match any nodes
 discard d4fe182  Fix various Eclipse warnings: delete unused code; make some vars final and private
 discard 5216fd6  Unused import
 discard 5204e28  Unused ctor No point having some synch. methods in a non-thread-safe class
 discard db42ee8  Display more items when testing
 discard 5cc5dce  Updates to schematic stylesheet
 discard c2570bf  Add Stop Now to Thread Group and Result Status Action post-processor
 discard 8ad5602  Oops - avoid NPE if os.name has no space in it. Props to Milamber, see Bug 47064
 discard 5d9bcc9  Bug 47064 - fixes for Mac LAF
 discard 127fe4a  Allow LAF override based on OS name
 discard 6c6f7cf  Allow LAF override based on OS name
 discard 3ab1160  Share code
 discard 83e69ab  Use standardised Keystrokes from main JMeter
 discard 8b90042  Bug 47009 - Insert parent caused child controller name to be reset
 discard 828ac54  Add non-GUI stoptest and shutdown commands
 discard 0bfe9e2  No need to expose this method
 discard d417a49  Allow thread wait to be specified as a property
 discard 1f8ffe4  Add support for StopTestNow exception
 discard f18d7d3  Improvements to Stop and Shutdown processing
 discard 899386f  Use JMeter.JMETER_NON_GUI constant
 discard e2f5e71  Use new isNonGUI() method
 discard 46e3d1d  Don't clear down thread counts at end of test
 discard 744e332  Add isNonGUI() method
 discard 6eda175  Tweaks
 discard 0658f3e  Detab. Split file checks in two parts
 discard 944b9ce  log user actions Don't clear engine, in case need to redo action
 discard b441192  Oops, condition check was reversed.
 discard 2968f70  Highlight pool count = 0
 discard 19ca814  Dispose of old dialog if necessary
 discard 9804ee4  Unused imports causing build problem
 discard 0388248  Tidyup interrupt() handling
 discard 817b3a5  Hopefully savedConn setup is now fixed.
 discard a213925  Revert to pre-existing method call
 discard e00ecbd  Remove debug stack-trace
 discard ef4fd61  Test Action now supports "Stop Now" action
 discard df33bbf  Tidyup; add askThreadsToStopNow() method
 discard ad44091  Log calls to thread/test stop
 discard a4a2432  Need to keep savedConn while reading response
 discard 66d819e  Confine variables to thread as much as possible
 discard ac460ac  Unused method
 discard 1dffdd7  Tidy up further; remove unused method; only set current sampler while actually using it
 discard eaa0b7b  Javadoc
 discard 750c679  Tidyup code - remove unused methods, make fields final where possible etc.
 discard cc1abb3  Confine threadContext to thread code Document thread-safety of variables Fix thread-safety bug in interrupt() method
 discard 534a492  Javadoc Remove unused public method
 discard 5f9bf9a  Comment out currently unused code
 discard 963514e  Clarify log messages
 discard f435304  Don't clear active thread count at test end. Currently causes the count to end negative sometimes. Also it would be useful to know when the count is not being decremented fully.
 discard c540c61  More docs and examples
 discard ce664b4  Allow server port to be changed easily Change it to 2099 from default of 1099
 discard 37dc7c0  Document Thread Name format
 discard 2235b20   Bug 46900 -  i18N: polish property file
 discard 121ed19  Bug 47015 -  Improve right panel length in French version
 discard 0d146be  Unused imports
 discard 70f8c9f  Bug 46993 - Saving from Header Manager generates ClassCastException
 discard 06edd8e  Add thread/sampler interrupt to stop now processing
 discard 2cd5aee  Make Thread interruptible so engine can interrupt sampler
 discard a2a38c3  Oops, forgot to check in the Interruptible interface
 discard feb21d2  Implement interruptible for some more samplers
 discard 0f131cb  Make some samplers interruptible: HTTP (both)
 discard 5de9337  Remove Host from headers saved by the Proxy server, as that will normally be generated by the HTTP stack
 discard 298e376  Bug 46977 -  JMeter does not handle HTTP headers not delimited by whitespace
 discard 680d0b9  Clarifications
 discard 01152b7  Bug 46844 -  "Library" label in test plan are not I18N
 discard 3e5bfe9  Bug 46690 - handling of 302 redirects with invalid relative paths. JMeter now removes extraneous leading "../" segments (as do many browsers)
 discard d809902  Bug 46838 - if there was no data, still need to set latency in HTTPSampler
 discard e344f99  Logout from server before disconnecting Guard against possible NPE
 discard 5b5842d  Bug 46424 - Updated French translations
 discard 1c87f12  Javadoc
 discard f6db8be  Document cookie match policy
 discard c160fcc  More explanation of UDVs
 discard 11e8a08  Check validity of cookies before storing them.
 discard 1202b50  Oops - still need to keep track of whether we changed from http to https
 discard 6bbe011  Change HTTPS spoofing so https: links are replaced even when URL match fails
 discard d24e478  Fix some Eclipse warnings
 discard 06da0eb  Already correct class, so just check for null
 discard f88f0ea  Unused code
 discard 30c12c1  Slow connection info
 discard 48d5a8d  Highlight connection proxy details
 discard 06696ed  Fix bug in HTTP file: handling - read bytes, not characters in the default encoding.
 discard 2cc8130  Bug 46821 - JDBC select request doesn't store the first column in the variables
 discard b16fff0  Better to throw RTE than return null from clone()
 discard 7902bed  Bug 46636 - rmi ports Remote server now uses port defined by the property server.rmi.localport if present Simplified Client / Server classes Show remote object connections on console
 discard 65d95fb  Document connector prefix.
 discard c789637  Copy actual encoding; simplify file uri usage
 discard bd0d134  Javadoc tidyup
 discard 863fa70  Bug 46761 - updated French messages
 discard 267ea40  Clarifications
 discard f79403f  Clarifications
 discard 586f8e3  Bug 40045 - Allow Results monitor to select a specific connector
 discard acc4981  Remove e-mail addresses from documents
 discard 23141b7  Add RMI host variable to command line
 discard 2599772  The JMeter variable "sample_variables" is sent to all server instances to ensure the data is available to the client.
 discard 7198e58  Oops - left in debug line
 discard a946514  Add X-Sleep header to make mirror pause when returning data
 discard 3a7a138  Bug
 discard ab46d52  Post-Processors run before Assertions
 discard bb1dc06  Bug 46491 - Incorrect value for the last variable in "CSV Data Set Config" (error in processing quoted strings)
 discard fd992e9  Another split test
 discard 3ca3588  Use utility method rather than duplicating code
 discard b2d853e  Allow for other errors just in case
 discard 0b46589  Note where peferences are stored
 discard 315aaac  Document https.socket.protocols.
 discard 273b2f8  Bug 46435 - More verbose error msg for error 501 (Proxy Server)
 discard 02546f1  No need to cast object now the interface defines the required method
 discard fc655f9  Add common method to interface Finalize field
 discard 53d349e  Javadoc Canonical qualifier order
 discard dd6f3c9  Javadoc Privatise fields
 discard 0000869  Explain JDBC errors better
 discard 9810643  Initial stab at some examples
 discard 3d04036  Mailer Visualiser - fix parsing of multiple e-mail address when using Test button
 discard 92e415e  Bug 46436 - Improve error reporting in Proxy Gui
 discard 0a06a55  No need to call prepare during shutdown
 discard 969fb7e  Fix thread safety issue
 discard 77e901e  Proxy error messages
 discard e325e17  Add explanation of elapsed
 discard 52b820a  Bug 46436 - Improve error reporting in Proxy Gui
 discard 5e78410  Log and rethrow Daemon construction errors
 discard c070fc8  Make fields final as far as possible Make running volatile to fix threading bug Set up socket in constructor to catch errors earlier
 discard 7ff8967  Bug 46424 - corrections to French translations
 discard a724930  Bug 46522 - Incorrect "Response data" in JDBC sample when column names are missing
 discard 6a6045f  Add warning that column names must be distinct Make fields private
 discard aead5af  Document lack of variables in IF controller script
 discard 78fcbdc  Fix variable name "theadName" => "threadName" in __jexl() and __javaScript() functions Add variable "log" to __jexl() and __javaScript()
 discard 495abb2  Recent changes
 discard df2c446  Better handling of errors encountered during shutdown
 discard 45acdd0  Protect against possible NPE if called during shutdown
 discard c76c44a  Add serVerUID
 discard 5140275  Remove obsolete getClassLabel() method
 discard 593dddd  Remove obsolete getClassLabel() method
 discard 7fddda1  Bug 46423 - I18N of Proxy Recorder
 discard 97e4c74  Thread won't die =>  WARN
 discard 4be3414  Bug 46407 - BSF elements do not load script files, attempt to interpret filename as script
 discard 60838b0  Javadoc fix
 discard db6298a  Bug 46332 - HTTP Cookie Manager ignores manually defined cookies (bug introduced in r707810)
 discard ea4302d  Bug 46359 - BSF JavaScript Preprocessor cannot access sampler variable on first interation (Implement temporary work-round for BSF-22)
 discard a91ee28  Integrate temporary work-round for BSF-22
 discard 1d5cd05  Workround for BSF-22
 discard e9603b4  Ignore jars often needed in testing
 discard 5010a20  JMeter scheduler stops when either loop or duration reached
 discard ab0a0ac  Need to override SocketFactory#createSocket() because Java 1.6 uses that rather than any of the createSocket(...) methods with parameters. This avoids the error: java.net.SocketException: Unconnected sockets not implemented
 discard 95e2c51  No need to declare the Exception - we do not throw it
 discard 52a6aa8  Add Link Parser screenshot
 discard 727a613  I18N change was wrong
 discard 7f0146d  More explanations
 discard 408b03c  Remove redundant code
 discard b84283a  Fix regex function - was failing to process $m$mid$n$ correctly
 discard 1bb62fb  Fixup change to MenuInfo
 discard 9ee13cc  Test User Parameters
 discard ed7b196  Fixed language change handling for menus (does not yet work for TestBeans)
 discard af87a4a  Report error if language change is not successful
 discard 7d4ee84  Check that Locale is loaded correctly Add utility method to support additional languages
 discard 6f39bff  Add locales.add property
 discard 5e6785c  Proper mnemonic for Japanese is "ja" not "jp"
 discard af000ab  Expand Include Controller desc.
 discard c14f004  Add special locale "ignoreResources" for debugging
 discard 96c1d80  setComparator() is not currently used, and seems to be a bit risky anyway. Removing this allows the non-serialisable Comparator field to be removed and the class generally tidied up.
 discard df3f10a  Revert Define getLabelResource() instead of getStaticLabel() Does not work - add comments to say why
 discard fd3d917  Define getLabelResource() instead of getStaticLabel()
 discard 105e992  Ensure lock object is created on deserialisation
 discard 908143f  Fix serialisation issue
 discard 303ac0d  Improved thread safety
 discard 4776678  Document I18n problem
 discard 4593c87  Remove unused method
 discard abf70ca  Comment why static resources are allowed here
 discard c598ee0  Forgot to remove static qualifier
 discard 66017c8  Fix Language change by making the strings class variables (non-static)
 discard 1f6f6c2  No need to add label to JLabelledChoice
 discard acd6f33  Use a customised HeaderAsPropertyRenderer to deal with resource names that have a suffix.
 discard 9843dce  Allow sub-classes to override how the text is generated
 discard 23ff392  Avoid possible NPE
 discard a2db477  Make AUth Manager Locale-aware
 discard 204dcb2  Make HeaderManager Locale-aware
 discard f415171  Revert previous change to ObjectTableModel and PowerTableModel as that was the wrong place to fix the displays Add HeaderAsPropertyRenderer class instead and use this to convert the table header names
 discard e92060d  New class to allow property names to be used for table headers
 discard cace84a  Avoid testing error
 discard cd6bc60  And the parameter actually needs to be used ...
 discard b88f682  Oops, forgot to add the boolean flag to the call
 discard ca976c0  Enhance ObjectTableModel to support header resource names; use this to fix locale changes in various GUI elements
 discard 6968d61  Enhance PowerTableModel to support header resource names; use this to fix locale changes in Proxy, Response Assertion, Cookie Manager
 discard 24022e9  Probably not used, but add I18N support anyway
 discard 48486fd  Make clear that cookies on the manager screen are user-defined only
 discard 96efc6a  Major overhaul of JMS classes to: - improve thread-safety - make JMX values locale-independent - improve dynamic locale change handling Had to move JLabelledRadioI18N to core because it uses JMeterUtils
 discard b0eb627  Lots of thread-safety fixes, but still needs some work Merged close() and resetCount() methods as they need to be done together
 discard e094fb2  Remove deprecated Java 1.3 work-rounds
 discard 23363ec  Remove obsolete comments
 discard 43afd2f  Synchronise all methods as the class serves multiple threads
 discard 149d6e0  Recommend I18N version
 discard c04a782  I18N version of JLabeledRadio (radio button group)
 discard 5f13953  Lock object needs to be serializable
 discard d9580cd  Fix up some GUI elements so dynamic language changes work
 discard cb0947b  Bug 44941 - Throughput controllers should not share global counters
 discard 006b977  Bug 44521 - empty variables for a POST in the HTTP Request don't get ignored
 discard 52b27f7  Bug 34096 - Duplicate samples not eliminated when writing to CSV files
 discard 06a6962  Minor typos
 discard 663185a  More efficient loading of JTL files Don't clear Visualizer before loading the file
 discard 40d59a3  Add OOM dump
 discard 51a8d4b  Make variable final and private
 discard 3ffd7fb  Factor out retrieval of errorOnly and successOnly settings where isSampleWanted() is called repeatedly
 discard 3db3add  Process JVM_ARGS last so they can override settings in the file
 discard c27366e  -server is not a universal option
 discard 9e7181f  Reduce Exception scope
 discard 6e63065  Fix debug message to show content of array
 discard 626f8f6  Check for short read
 discard da6f6b0  Remove outdated comments
 discard 2f45846  ThreadGroup does not receive samples
 discard db58ebd  Unused imports
 discard 556a198  Fix some thread-safety issues
 discard 008bd94  Bug 45460 - JMS TestPlan elements depend on resource property
 discard 6245830  Bug 45458 - Point to Point JMS in combination with authentication
 discard 3a55875  Various doc. updates
 discard f569687  New GUIs
 discard ced2a65  Move eolByte processing to AbstractTCPClient Change setEolByte to take int parameter so can unset it Length-prefixed implementations do not use eomByte processing
 discard e77538a  Add some tests for LengthPrefixedBinaryTCPClientImpl
 discard 77c5b58  Close stream; log hex version rather than binary
 discard eb85012  Don't duplicate debug provided by delegatee
 discard 8565871  Add error tests
 discard 084cc38  Add error tests and round-trip
 discard d930f27  Javadoc
 discard 8878b51  Check for illegal hex characters
 discard 2e4c74b  Replace local constants with ones from Short class
 discard 4350581  Avoid possible NPE
 discard 67f099b  Remove dummy methods already provided by AbstractTCPClient
 discard 7926173  Use new AbstractTCPClient super-class
 discard 6efcc48  Use new AbstractTCPClient super-class Update Javadoc
 discard 21032be  Use new AbstractTCPClient super-class
 discard e46b808  Abstract implementation of TCPClient
 discard d89a1ea  TCP sampler now calls setupTest() and teardownTest() methods
 discard ed49a75  Delegate eolByte methods to implementation that needs them
 discard 0df0222  Make field final; replace local constants with ones from Short class
 discard 8990b82  Rename property to avoid clash with eolByte
 discard ce7f25d  Bug 46030 - Extend TCP Sampler to Support Length-Prefixed Binary Data Commit of 3rd party code (ICLA and CCLA have been received)
 discard 504369d  Bug 46148 - HTTP sampler fails on SSL requests when logging for jmeter.util is set to DEBUG Remove the debug code, as it has side effects
 discard 6d00aa2  Bug 46142 - JMS Receiver now uses MessageID
 discard 2b6a11a  JDBC Request now handles arbitray variable types
 discard e761a4c  JDBC Request now handles quoted strings.
 discard 70621ba  Check for EOF within quoted string
 discard cd99fd9  Add csvSplitString() utility method
 discard cda7873  JDBC Request can optionally save the results of Select statements to variables.
 discard bbd6d04  Update screenshot
 discard 032a993  Cookie Manager no longer stores cookies by default
 discard b12e5f3  More on variables
 discard aec7ec3  Allow jexl() function to have multiple statements
 discard 3588ee1  Bug 41608 - misleading warning log message removed
 discard c52203a  Clarify that timers are included in TC
 discard 9d0e63b  Ensure cookie policy is initialised (as would be done in a real test)
 discard cfb9bf9  Cookie Manager now saves/restores cookie versions
 discard c46f6fa  Add version attribute to JMeter Cookie class (needed for proper cookie support)
 discard 6440584  Add some new convenience property methods: boolean with default, integer, integer with default
 discard 85c77fa  Cookie Manager was not passing cookie policy to runtime threads so they always used compatibility mode
 discard 3d2769b  Document file upload problem
 discard 34ce655  Avoid possible ClassCastException
 discard 8386fa7  More detail on SOAP 1.2 and Proxy recording
 discard 7310e2a  Apache SOAP 2.3.1 does not give access to HTTP response code/message, so WebService sampler now treats an empty response as an error
 discard 7e7fd92  Use HTTPContants rather than local string defines
 discard b48f0ec  Use Connection headers as these are more complete No point retrieving the soap connection from the message when we have just put it there
 discard feb4819  Add classname field to TCP Sampler GUIs
 discard a8a096c  Add setProperty() methods with defaults to the interface
 discard 685d59f  Recent change
 discard a8430d7  Fix problem caused by implementing NoThreadClone: - use the files HashMap to close files correctly
 discard d0209d7  Does not need to be clearable
 discard 3561f6fd Create a jtl file so ensure that works OK
 discard 71309ec  Document property and command-line processing order
 discard 8a6897b  Bug 46016 - avoid possible NPE in JMSSampler Replace inefficient iterator usage
 discard 88c0706  Show error in sample result rather than abandoning
 discard 052bdbc  Cookie Manager may be needed in Proxy Server; add headings
 discard 33ff64e  Trim spaces from While Controller condition before comparing against LAST, blank or false
 discard 3f7cb02  recent changes
 discard f61eb37  General tidyup of Remote Listener classes - made variables final where possible - SampleOccurred => sampleOccurred - added some documentation
 discard a6d9bd2  Simplify code by using NoThreadClone Make class Remoteable so output appears in client, not server logs
 discard 819eece  Typo
 discard 8268b09  Clarify that BSH/BSF variables are script variables
 discard 9ee576b  Forgot one of the encoding calls
 discard 2b75608  How to use CSV Data files per thread
 discard 692859a  Webservice(SOAP) Sampler improvements - better content-type handling - fetch actual response headers - save request data earlier so can still be seen if connect fails
 discard 46069a4  Ensure getContentLength() uses same encoding as will be used later Set a default for the response content-type in case one is not provided in the response
 discard a0b4f32  setResponseData(String) Use current encoding to convert input if possible Update some Javadoc
 discard a4aefcc  Bug 45425 - JDBC Request does not support Unicode - changed sampler to use UTF-8 - added parameter values and types to request data - set content-type to text/plain
 discard 71abde4  Bug 45976 - incomplete result file when using remote testing with more than 1 server
 discard c035467  Update screnshots and add some detail on assertion scope
 discard ef65b97  Bug 45903 - allow Assertions to apply to sub-samples Implemented for Duration, Response and Size
 discard f3bca63  Bug 45903 - allow Assertions to apply to sub-samples - generic implementation (specific assertions to follow)
 discard c0125b1  Document interface
 discard 4af74ac  Allow If Controller to use variable expressions (not just Javascript)
 discard 17c0a20  Document Javascript static method access
 discard 1de0748  Remove serializable from inner class, and tidy up wait loop [The code does not appear to be used currently, but still...]
 discard 9e3f022  Add some testing hints
 discard d81ad7e  Bug 43119 - Save Responses to file: optionally omit the file number
 discard c679860  Does not need to be serializable
 discard df3eb4f  Functions don't need to be serializable
 discard 1511464  Does not need to be serializable
 discard ad363e3  Does not need to be serializable
 discard 97080bd  unused import
 discard f371143  Ensure file input stream is closed
 discard 5c38ec5  Guard against possible null value
 discard 9ba3c4f  Does not need to be serializable
 discard 663b232  Make explicit null check (would have been caught by canAddTo): a bit more efficient; easier to see that null is catered for
 discard dc42929  Doc updates
 discard 91d7b43  Add comments re firewalls and reverse connections
 discard 836b428  Can use SCRIPT variable to avoid need to quote commas
 discard 894516b  Convert headers to string once; correct typo
 discard 83a947f  Typo
 discard 084ad91  Recent changes
 discard 94bc4f9  Use requested encoding. Ensure saved request data is decoded using charset used to encode it
 discard 6b87dfd  Rename variable to show it is also used for PUTs
 discard 8b7c3b5  Rename postBody => putBody to avoid confusion
 discard e8ba997  HttpClient requires null encoding to trigger default
 discard 5144858  Use JMeterTestCase to suppress debug when running stand-alone
 discard 3ceb83a  Fixup content encoding retrieval
 discard 792d362  Pick up rest of request headers
 discard a181cc3  Ensure file is closed Use UTF-8 for body encoding of string input Pick up rest of request headers
 discard 7743c66  Choose a less popular port
 discard 304e512  Object is not serializable
 discard f1d5567  PUT does not support multiple files as content
 discard 7eff4eb  Ensure same encoding used for all conversions Ensure statements are closed
 discard 31288cf  Retrieve posted bytes using the charset used to create them
 discard cadd444  Remove String.toString()
 discard a7ca544  Warn if mkdirs() fails
 discard 6b44f04  Show SampleResult class name and some of its fields
 discard a1f10ec  Unused import
 discard 3274ab1  Unnecessary cast
 discard e7027c9  Make lock a simple Object (was Integer(0) !)
 discard 413d3f2  Add serialVersionUIDs
 discard bc990bc  Remove unused code
 discard 2ab1c97  Bug 45904 - Allow 'Not' Response Assertion to succeed with null sample
 discard 9e25707  Add serialVersionUID
 discard 000ae70  Minor typo
 discard 04f3a08  Log the remote host details Try starting all remote hosts in non-GUI mode (as done in GUI mode)
 discard fe63fd1  Auth headers not shown in Tree View Listener
 discard e86c4c3  Bug 45479 - Support for multiple HTTP Header Manager nodes
 discard 52eb292  Bug 45571 - JMS Sampler correlation enhancement
 discard 044562b  Bug 45929 - improved French translations
 discard f8b2070  French values are sometimes same as English ones Show the key for badly formatted messages
 discard 229202f  Cannot use getLabelResource() here, as that messes up the document anchor
 discard 8628da8  Bug 45928 - AJP/1.3 Sampler doesn't retrieve his label from messages.properties
 discard c7f9428  Ensure files are closed
 discard 41cff2e  Add some Javadoc
 discard d9a20b1  Bug 45887 - TCPSampler: timeout property incorrectly set
 discard 69e75e5  Bah! Copy and paste error
 discard e389f53  Revert r698045 - although it has the same effect in this case, setOnError is a global setting, not a per-sample setting
 discard 8fe4c4c  Set stopthread directly in thread rather than via the sample result
 discard 45abcea  Bug 45831 - WS Sampler reports incorrect throughput if SOAP packet creation fails
 discard 1aefc48  Downgrade error log to warning if delay is interrupted
 discard ca544ac  Should we try to disconnect at end of test?
 discard 3b0061c  HTTPSamplers can now use variables in POSTed file names
 discard a6ebeb0  Add constructor that allows existing properties to be used
 discard 9b9ddd2  Fix up saveservice version
 discard 4bd7ebb  Ensure subclasses can create their own versions of the (now) final parent Map
 discard e4c8f1b  Add Random Variable config element; rearrange test elements into correct document sections
 discard 46312c1  Oops - HashTree#clone() is used by the IncludeController Added Cloneable, and made the map final
 discard b9b204c  Move PreProcessor handling from TestCompiler to JMeterThread class, which already handles PostProcessors.
 discard 86f555c  Counter is a Config item, not PreProcessor Summariser is a Listener, not a PostProcessor
 discard 8a5b9de  Add serialVersionUID
 discard 57490bc  Minor tidyup
 discard eb32e76  Add svnid field
 discard 0826448  Ensure subclasses use the readResolve() method
 discard 2c3ecac  Remove/rename unused clone() methods
 discard 99d7ee4  No need for clone() method in functions
 discard b158b28  No need for clone() method in functions Synchronised all access to globalCounter
 discard 0dfa04c  No need for clone() method in functions
 discard 9dbd37d  Made most fields final No need for clone() method in functions
 discard 242e8d6  Add nameMap property file name
 discard 58d19d8  Unused imports
 discard af8ca1a  Add info on displaying large responses
 discard 516cd83  Mailer Visualizer now shows the failure count
 discard 5d0f75c  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@694846 13f79535-47bb-0310-9956-ffa450edef68
 discard f6e79b5  Correct Mail viz docn
 discard fa62177  Inline isFailing() - makes code simpler and clearer
 discard 1653857  Ignore Javadoc output
 discard 406065e  Don't store Javadoc in SVN
 discard 2d26472  Improve sampler config documentation
 discard 85e862d  No point allowing variable settings
 discard 6e4d7a9  Bug 45749 - Response Assertion does not work with a substring that is not a valid RE
 discard 5e131bb  Bug 45694 - Support GZIP compressed logs
 discard 5263c9f  Correct Aggregate/Summary documentation - results are per label, not URL
 discard e93716b  Avoid possible NPE (if property used on Test Plan)
 discard 77b3494  Increase basic memory setting to try and avoid OOM when using Help
 discard 47687d4  Assertions run after PostProcessors; change order of pop-up menus accordingly
 discard d763c45  Spaces are now allowed
 discard b2dff23  Allow spaces in JMeter path names (apply work-round for Java bug 4496398)
 discard 0895bfb  perThreadPoolSet needs to be defined for remote tests too
 discard 8d4c9bb  perThreadPoolSet needs to be defined for remote tests too
 discard 4d537c3  Update class Javadoc
 discard a6c2f17  Make instance fields final to improve thread safety
 discard 173546f  Recent changes
 discard 5abfa5a  Move scoping section
 discard 2c1ed49  Fix some anchors and links
 discard d6b2373  Update tag list to use same path for all tags
 discard 475d937  Update tag list
 discard 2aa3f9f  Move to correct place
 discard 5f41c59  Typo
 discard bc995a2  Added (un)escapeHtml functions
 discard 022f31a  Fix class Javadoc
 discard 75f5ffd  Add Body (unescaped) source option to Regular Expression Extractor.
 discard 364389c  Add _unescape() function
 discard 3f31630  Remove Gump fail test
 discard 6b0edc7  Now using 1.4
 discard 2573391  Added __char() function: allows arbitrary Unicode characters to be entered in fields.
 discard e2ea597  Added __char() function: allows arbitrary Unicode characters to be entered in fields.
 discard a5a18f7  Update TCP Sampler description
 discard 2ed567a  Temp change to test gump nags
 discard 6bf94de  Detab
 discard 09979e0  Detab
 discard 15840f7  Detab
 discard 95ad11b  Detab
 discard 47dd2a6  Detab
 discard 5d05a6d  Detab
 discard 48b9f77  Bug 43791 - ensure QueueReceiver is closed
 discard ea12e4e  Bug 45185 - CSV dataset blank delimiter causes OOM
 discard e5f3ecb  Fix NPE when using nested Transaction Controllers with parent samples
 discard b438c07  Log more information if a sampler causes an error
 discard 8b33aa9  Bug 45200 - MailReaderSampler: store the whole MIME message in the SamplerResult
 discard 3d72ffd  Allow for saveservice.properties update
 discard 513c3dc  Add BSF Listener element
 discard e23925e  Correct menu popup for Listeners
 discard 4cab836  Save Responses to a file can save the generated filename(s) to variables
 discard 8ea9ea9  Enable setProperty with default
 discard ac5961b  The test element "Save Results to a file" is now shown as a Listener.
 discard bb40802  XmlBuffer now adds a newline at the end of a tag
 discard 45758cd  Ensure that the correct icon is used for classes derived from AbstractListenerGui
 discard 50bf715  Introduce new AbstractListenerGui class to make it easier to build Visualisers without a display element
 discard d59f3f1  Correct the list of objects actually defined
 discard 0e329cb  Correct the list of objects actually defined
 discard 559cbea  Ensure prev and sampler beans are defined
 discard 74809c1  Document how Assertions and Post-Processors handle sub-samples.
 discard a487c0c  Set suitable content-type for parent sample
 discard c8f4540  Prompt to overwrite an existing file when saving a new test plan
 discard 8c351d3  Document how to call arbitrary classes in Jexl
 discard c46502b  Add OUT variable to jexl function
 discard 2ed2cc4  Document OUT variable for BSF test elements
 discard d3424fa  Include retrieval of search items in sample time Check if search was successful even if not retrieving any data. Close enumerations just in case
 discard cf16647  Make xml output a bit easier to read; collapse empty tags
 discard aa4e116  Tidy debug statement
 discard 99188a9  Add 2.3.2
 discard 87670c6  Add recent changes
 discard f4894a9  Move 2.3.2 changes to history file
 discard 830ff74  Bug 45199 - don't try to replace blank variables
 discard 9393c4a  Do we need to call this?
 discard bbef063  Protect against possible NPE
 discard e95e890  KEYS.txt has moved to https://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/KEYS
 discard 7bcd370  Moved to https://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/KEYS
 discard 5b9a38b  svnAnt does not work on directories, so parse svn info output instead
 discard 87dc0b5  Remove extra spacing from stylesheet, and change processing comments to Velocity commments This saves about 10% on the larger output files.
 discard 4991afb  Velocity seems to sometimes generate EOL=LF lines
 discard ccd61d2  Only this XML file in testfiles is not native
 discard 57521df  XML file is not native
 discard 7ee063b  Replace some invisible characters (0xA0) with spaces
 discard d8f8210  Replace e-acute with Unicode escape
 discard 36bf6f8  Replace odd character 0x97 which looks like '-' with '-'
 discard f0a48d8  Replace some invisible characters (0xA0) with spaces [How did they get there?]
 discard 216a42f  printable_docs are not all native
 discard 49fe3ea  Document why Proxy may not record samples
 discard 6e34de1  Updated Javadoc with new CacheManager classes
 discard 5f797b5  Recent changes
 discard 738ae0a  Simplify eolcheck property setup Don't include svn.revision in versions if it's not defined No need to create lib/opt anymore
 discard 2b626b3  Temporarily remove the new setProperty() method to reduce Javadoc changes
 discard 3d1765b  Fix test now build.xml default target has changed
 discard ebb4cd7  Update comments now all target has been dropped
 discard 5e06a60  Ensure that the lib/opt directory is included in the source archive Change default target to install
 discard 6701e3e  Update license pointers
 discard 93dd668  Local copies of licenses
 discard 737e66f  Update for new version of saveservice.properties
 discard 2526e68  Bug 28502 - HTTP Resource Cache - initial implementation
 discard aea4db6  Ensure existing cookie policy is removed when setting the default
 discard d9bd571  Added setProperty(name, value, default) method: sets prop unless default, removes otherwise
 discard 47f5167  Recent doc updates
 discard 542f5b1  Bug 45007 - fix content length header if content may have been changed
 discard e840ccc  Bug 45007 - Rewrite Location headers when using Proxy HTTPS spoofing Use CRLF rather than LF for header lines in Proxy response to client
 discard 4f2d348  Bug 45093 - SizeAssertion did not call getBytes()
 discard ad89182  Typo
 discard 2f0d547  Document bytes/getBytes()
 discard c15cfc9  Unused import
 discard 01aef3b  Bugs 44808 & 39641 - Proxy support for binary requests
 discard 0ad2f4e  Tweak display layout
 discard b07fac6  Add some AL headers
 discard d26267d  Add some AL headers
 discard 80e159f  Typo
 discard ba039fe  More native files
 discard 2cead7c  Change batch test to use file whose size does not vary across OSes
 discard a88fc01  Fixup files that are native - or not. Javadoc generates files with mixed line endings, so fix these
 discard 25ef709  Convert JMX files to new format
 discard 8d56695  JMX LF
 discard caf222d  JMX LF
 discard 5b713a1  HTML native
 discard e4b36bf  HTML native
 discard 1e653d5  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard 8d6bc50  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard d0ab233  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard 0d5347d  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard ee8d133  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard e707920  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard 962115f  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard ed9de1c  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard 77f3679  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard ad54e39  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard 960f1ee  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard d5c10cc  Javadoc needs to be native; also fix mixed line-endings (Javadoc/Win feature?)
 discard e97f939  Don't add eol at eof when fixing eol; don't want MANIFEST in archives (only jars)
 discard 0ff376c  DOS scripts should be CRLF
 discard f519c4f  Exclude log files
 discard c3d3bbd  Can't merge patternsets with overlapping include/exclude entries
 discard f0db2bb  Forgot to add mirror script files to binary dist tar/zipfileset need just one patternset each
 discard bc1c8fd  Remove empty directory
 discard 3254aac  Change release tar archives to use LF for native files and CRLF for zip archives.
 discard ed8eab4  XML JTL files are created with LF line endings on both Windows and Unix
 discard 2761f31  No longer maintained, so remove
 discard 3b711fc  Not sure why this was added ...
 discard 8166722  Tidy the property
 discard 49299fe  Factor out jars from rest of source Use -server mode for unit tests
 discard 0151cc7  Log the property java.vm.name which shows whether -client or -server flag was used
 discard fe49571  Add link to -XX documentation
 discard b497cf4  Try to detect old version of velocity
 discard 89b2c29  Minor doc tweak
 discard d6535c8  Sort list of external jars
 discard 1ec68cd  Sort list of external jars
 discard 1718c5c  excalibur-i18n and -compatibility were deleted a while ago
 discard 08fc8ea  STATUS file does not belong in distribution
 discard fb2bf44  Move Javadoc to binary archives. Remove site docs from all archives. Add docs/images to nightly binary archive. Add velocity jar to nightly source archive.
 discard 2c0904b  Remove empty directories
 discard a072469  Remove empty directories
 discard b09183b  Fix the EOL in case the file was derived from the "wrong" archive type
 discard 96e9f75  Add display.version to contain svn version
 discard 1c503ac  Remove fixed MANIFEST; generate source and binary copies to include proper versions for archive files
 discard 85b476a  Oops - misplaced paste
 discard 885c0dd  Add missing AL headers
 discard 884ac43  Prepare for 2.3.2
 discard e911f57  Fix Javadoc API version
 discard 2f11379  Add missing AL header
 discard 00758ed  Synch API docs
 discard 0887020  Resynch
 discard 82b4fdf  How to run bsh stand-alone
 discard e12b85a  Split changes into current and past
 discard 7f7c887  Synchronisation added to Summary and Aggregate Report to try to prevent occasional lost samples Split changes into current and past
 discard 0982d4e  Resynch docs
 discard b35e027  Better placement of name tags
 discard ea4b805  Summariser updated to handle variable names
 discard a12fca3  Synchronization has been removed from the RunningSample class (it was not fully threadsafe anyway). Developers of 3rd party add-ons that use the class may need to synchronize access.
 discard 39ef583  More details on Summariser
 discard 4122a59  Use ConversionException to show location of any errors loading the test plan
 discard 04a74a3  Tidy logging
 discard 0766801  new BSF javadocs
 discard 350e72c  Resynch API docs
 discard e42abff  Add BSF test element screenshots
 discard b1e54a9  Unused imports
 discard f8e734e  <li>Added BSF PreProcessor, PostProcessor and Assertion test elements</li> <li>All BSF elements now have access to System.out via the variable "OUT"</li>
 discard a2ded73  New BSF classes
 discard 2a33427  Show actual script in Tree View Listener etc
 discard 7b2c56d  Give Beanshell test elements access to JMeter Properties via "props" object
 discard 35813a8  Give BSF Sampler access to JMeter Properties via "props" object Add Jexl as a supported BSF Sampler language
 discard d87994d  Give BeanShell, Javascript and Jexl functions access to JMeter properties via the "props" object
 discard e212ca4  Added BSF-JEXL engine - see JEXL-39
 discard 3e210d7  Update some info on regular expressions
 discard 55cef3b  Add serializer.jar to classpath so agrees with external jars
 discard 5152ca3  Fix up some invalid HTML
 discard d92ad9d  Standardise placing of transient marker
 discard 9b9fb98  More info on modifiers
 discard cbfa444  Rework fix to avoid use of sun class reference
 discard 0f4b66b  Remove redundant code
 discard e272566  Update tests
 discard 03d0d68  Allow for null string
 discard 1ad8d74  Bug 44418/42178 - CSV Dataset file handling improvements
 discard 73641e5  Allow files to be stored under an alias (so can have independent access to files if required)
 discard 4f902f3  Allow more room for thread name (20 chars)
 discard 4a3c020  Skip dump of log file - is it preventing gump from detecting failures?
 discard f7c24f3  Re-add current ant-jmeter jar
 discard 55c8ef1  Fixup some properties
 discard 939be75  Fixup some properties
 discard 330c2e9  'Synch
 discard 5abc190  Resynch API docs
 discard 928a27d  Allow use of special name LAST to mean the last test run; applies to -t, -l, -j flags
 discard ad35425  Fetch preferences once Give public access to file list.
 discard 44000a9  Bug 42833 - Argument class uses LinkedHashMap in getArgumentsAsMap() to preserve ordering
 discard 0816cbe  Ensure that dummy sub-results (e.g. Debug PostProcessor) do not adversely affect the sample time.
 discard 7c5f57b  Update documentation re UDV and global/local variables
 discard 73fd65e  Update property file version check
 discard 0431342  Bug 19128 - Added multiple file POST support to HTTP Samplers
 discard 0d161e9  New Gui test plan
 discard 663e267  Save the current engine object, so Test Action "Stop Test" now works
 discard 33cb1f0  Extract createTestElement() GUI update code into modifyTestElement() UrlConfigGui is used as both standalone and embedded for which the latter is needed.
 discard bfd3179  Mirror server needs ORO
 discard 8945b2f  Mirror server can now be run independently (mirror-server.cmd and mirror-server.sh)
 discard b29bd3c  Add main method to allow mirror server to be run standalone
 discard 1cc4219  Avoid possible NPE
 discard 5049693  More detail when a failure occurs; remove Java 1.3 only code
 discard 696742c  Include the missing method name in the log message
 discard 9e7830a  Update comments
 discard 8fa21aa  Javadoc
 discard e16fd4b  Back out unintentional change
 discard c4ce14e  Replace deprecated call
 discard c1d5a23  Specify encoding
 discard 850e972  Avoid possible NPE
 discard fcdb6ed  Avoid possible NPE
 discard 26f3f56  Minor tidyup
 discard 4b1401e  Add some more tests
 discard 78a2ada  BSF Sampler now works properly with Javascript
 discard 06fd3eb  The BeanShell and BSF component documentation made some incorrect references to the "SampleResponse" object; this has been corrected to "SampleResult"
 discard 3e6165f  Bug 44872 - Add "All Files" filter to Open File dialogs
 discard 0e782d8  Bug 44912 - Filter not working in Log Parser
 discard 348e72d  Replace tabs with spaces
 discard 0c1e9a1  Bug 44910 - close previous socket (if any) in TCP Sampler
 discard aafb8da  Clear Webmethods if parse fails
 discard 809f6d6  Webservice(SOAP) sampler can now load WSDL using file: protocol
 discard 1e7734b  Check for null just in case
 discard db5c115  Show details of Exception if one occurs
 discard 73cb816  Add eol-style native
 discard 04b0d1b  Function calls now trim variable name parameters
 discard e45f4f4  Remove redundant null checks
 discard 42a2ee8  Ensure all counter access is synch
 discard 5903a35  Recent changes
 discard ef44ab7  Fixup InterleaveTestPlan and description
 discard 97f5943  Ensure that static variables are final to ensure visibility Trim variable name parameter in function calls
 discard 28f2683  May be accessed from multiple threads; make boolean static volatile
 discard 4f047a4  Bug 44852 SOAP/ XML-RPC Request does not show Request details in View Results Tree - give access to method
 discard b9a2338  Include parent samplerData in getSamplerData() - if non-null
 discard 7179b7c  Bug 44852 SOAP/ XML-RPC Request does not show Request details in View Results Tree
 discard 045293c  Read full response from server (including EOLs)
 discard 4a24afd  Synch docs
 discard 262ba98  JUnit sampler GUI now also finds Test classes defined in user.classpath
 discard 4254637  Tidy up code
 discard bbfbad6  Fix Locale-sensitive case conversions
 discard 2899cb7  Document update
 discard 68feaae  // Ensure that directory URLs end in "/"
 discard 17bdd29  Unused import
 discard a131b88  Use Locale.ENGLISH for lower-casing
 discard b56b10f  Update doc
 discard dc12480  Tidyup; ensure we use ENGLISH Locale for lower-casing
 discard 34df6e7  Revert "fix" which closed the client socket too early. Remove main method.
 discard 33f5786  Rearrange; add some comments
 discard 9528638  Log HttpClient re-use
 discard 709e24e  Bug 44784 - allow for unsupported charset
 discard 1609c89  The supplied TCPClient implementation no longer treats tcp.eolByte=0 as special. To skip EOL checking, set tcp.eolByte=1000 (or some other value which is not a valid byte)
 discard df0ab50  Update Javadoc
 discard 0ea91a2  Add POP3S and IMAPS protocols to Mail Reader Sampler. Mail Reader Sampler now creates a sub-sample for each mail
 discard b0b042f  Added TESTSTART.MS property / variable = test start time in milliseconds
 discard e5c0f82  Update NON-NLS markers
 discard 3524699  Synch docs
 discard 4867afd  Synch docs
 discard 70cc867  Bug 44784 - allow for broken server returning additional charset
 discard 71a5d0f  Replace duplicated code with call to utility routine
 discard 87f4fe8  Start collecting common HTTP/HTML conversion utilities
 discard afcc903  Javadoc
 discard 45587f9  Bug 44807 - allow session ids to be terminated by backslash
 discard 1574262  Resynch
 discard 340cbd3  Resynch
 discard 332a71c  More info on variable handling
 discard 172071d  Apply bug fix to more getAsText() calls - should now work with IBM Java Don't try to display an error if the GUI has not been initilised Show more info if the impossible happens
 discard 1b7dfd8  Set the Locale before the loop
 discard 39660b9  Don't instantiate GUI in unit tests
 discard 5a99f02  Fix bug in JVMs that return true/false rather than True/False from the type editor getAsText() method
 discard 5e6319b  Allow Edit to work
 discard 56779a0  Report all failures, not just the first
 discard add280b  Clarify sample_variables docn
 discard 7aaf687  Expand docs
 discard 2a9d96b  Test for misbehaving JVM boolean property editors
 discard 8482442  Allow for bug in XStream 1.3: JVM.bestReflectionProvider() method
 discard 2c87508  Ignore PMD properties file
 discard 6e2f4dc  Ensure if and for statements always use blocks Other minor tidyups
 discard 0154c77  Ensure if statements have braces Other tidyup
 discard fbcb979  Remove redundant null checks Remove unused SAX methods (now use Tidy) Ensure if statements have braces
 discard 67acf4f  Minor documentation updates
 discard 425a57c  Allow ant-jmeter jar to be in extras or Ant/lib
 discard 77171d0  Refer users to web for download of ant-jmeter jar file
 discard 3bf52bd  Refer users to web for download of ant-jmeter jar file
 discard 70a6b93  Refer users to web for download of ant-jmeter jar file
 discard 893d08c  Add AL headers
 discard b943460  Mailer vis needs Javamail
 discard 54d24d3  Javadoc update
 discard 05db165  See r645012 - must have created screenshots in docs rather than xdocs
 discard 9aa416b  Need several loops for Monitor to work.
 discard 415da9f  Need several loops for Monitor to work.
 discard 570ef30  Javadoc update
 discard bc08c4d  Javadoc errors
 discard 784b6f1  Javadoc errors
 discard 1e1d9ff  Recent changes
 discard 6bf6c9e  Synch site documents
 discard 02b0221  Make deprecated elements more obvious
 discard 79ba392  Update version control
 discard d50f568  Remove deprecated test elements from menus so they cannot be added to tests (existing test plans still load OK)
 discard 1ace4a6  Document bad name choice
 discard 50e24fa  More explanation of startup options
 discard c1234b8  Ensure ResponseCode and ResponseMessage are set for successful samples
 discard 795c35b  Allow for failure to open remote file
 discard 1a42cfe  Bug 40850 - BeanShell memory leak Update documentation for Beanshell reset etc
 discard f811fdf  Add AL header; remove unnecessary method call
 discard 38e7055  Javadoc update
 discard b267a38  Fix some typos; import correct class
 discard ab10b4a  Initial fix for Bug 40850 - BeanShell memory leak
 discard dbc3db1  TPut Controller isn't ...
 discard 7588f97  Methods called from constructors must not be overridable
 discard 9496c6f  Add AL header
 discard 7801843  Update to Commons IO 1.4, Commons Lang 2.4
 discard f90d441  Found the real reason for the problem: - need to set one button true; setting the other one false is not the same.
 discard c747845  Remove cut-n-paste detritus
 discard fea5c22  Fix Javadoc; use resources for descriptor
 discard 2029765  Regex Function can now also be applied to a variable rather than just the previous sample result.
 discard 001815f  New XStream/XPP3 versions
 discard 0762e25  Update to XStream 1.3, XPP3 1.1.4c
 discard 6ccc5cf  Implement Bug 41921 for HTTP Samplers
 discard 7eb8cd4  Use Commons Lang StrBuilder instead of StringBuffer
 discard 22ac562  Local baToHex() method replaced by JOrphanUtils.baToHexString()
 discard 786df9d  Correct length for output array
 discard 826f4ab  Add baToHexString() method to convert a binary array to its hex equivalent
 discard 8faa79e  Fixup indentation
 discard bd2750a  FTP Sampler sets a URL if it can
 discard d73c7dd  FTP Sampler sets latency = time to login
 discard bd70109  Bug 44625 - Cannot have two or more FTP samplers with different "put" and "get" actions
 discard 5159fa3  Change processing to be more like other GUIs
 discard 3fe92ca  Tweak description
 discard c2ec287  Bug 44707 - Running remote test changes stored tree
 discard 0b12a08  Bug 42204 - add thread group name to Aggregate and Summary reports
 discard d5ff9c0  FileDialoger can return null
 discard ddb8e27  FileDialoger can return null
 discard 93c40e8  Bug 44632 - Text input enhancement to FTP Sampler
 discard 1101775  Document that UDV variables are not available within the defining element
 discard e48b6d0  Bug 44600 - 1-ms resolution timer when running with Java 1.5+
 discard bdc23cc  Clarify path default
 discard 4426dd4  Clarify different HTTP samplers
 discard 5017d98  intSum and longSum reference parameters are now optional
 discard db6a0e5  evalVar cannot be used on Test Plan Log error rather than generating NPE.
 discard 11303a4  Makes more sense to use IOError for file format problems; include last char in logging output. Revert to BufferedReader to ensure that mark(1) is available
 discard 6b24c1c  Bug 44650 - CSV Dataset now handles quoted column values
 discard f0aa678  Allow access to csvReadFile() from other classes
 discard db30fcb  Revert some accidental changes in r638603
 discard 59671c5  Bug 44575 - Result Saver can now save only successful results [Oops - should have been included in r639127]
 discard 657691c  Bug 44575 - Result Saver can now save only successful results
 discard d3b3904  BuilderFactory may not be thread-safe
 discard 09805af  Only set Tidy isXML if the document appears to be XML
 discard bf4735e  Add isXML() method
 discard b1f25b7  As a special case, if the HTTP Sampler path starts with "http://" or "https://" then this is used as the full URL.
 discard 18c83cd  Add some Javadoc
 discard 22c12cc  Check for unexpected return types; log warning and return default.
 discard 9c0165b  ORO does not support \Q and \E
 discard fdbf1d6  Ensure one of the options is selected by default
 discard 78b3857  Initial stab at documenting the Access Log Filters and Parsers
 discard 369c69e  Add crypto notice
 discard f1ec68d  Point to ActiveMQ site for jar details
 discard 0ec100c  Use example.com in examples
 discard f15c604  Clarify that server name does not include http:// prefix
 discard 95e5638  Clarify post with no name
 discard 4dcafff  Listeners don't run in non-GUI mode
 discard 7b003e0  Minor clarification
 discard a9a2dcf  Update glossary for median and percentile; link to it from Aggregate Report
 discard 15dffef  Regular Expression Extractor now deletes all stale variables from previous matches.
 discard b15f11b  Create some tests for JMeterContextService
 discard e6b15e7  Add title alias for alt attributes Add Iframe for ApacheCon events
 discard a21e61d  Add title alias for alt attributes
 discard b3f7683  Sort the JMeter variables
 discard ab2d534  Give access to entrySet (for DebugSampler)
 discard b99306e  Revert to pre-2.3.1 behaviour - only check content-type for known binary types. Originally just image/; now also audio/ and video/
 discard 0d5521d  Synchronize site documents
 discard 2788f3a  Document recent fixes
 discard 3e49dc9  Bug 44374 - improve timer calculation
 discard 2e89295  Give test classes access to decr/incrNumberOfThreads
 discard 7cc06fc  Update Javadoc Ensure all accesses to counts are synchronized
 discard dd9a0e1  Bug 44487 - German translation
 discard c0319f7  Skip equality test for German translation as some translations are identical
 discard f52999c  Remove irrelevant Javadoc
 discard b6b8b6d  Bug 44512 - typos
 discard ca873db  Bug 44513 - correct spelling mistake
 discard 8df71aa  Bug 44514 - Remove outdated link (no longer exists)
 discard 2dd4d35  Tidy updates
 discard 46628f1  Capture Tidy errors so we can report them Ensure the Tree has a valid Node to start
 discard 1367e73  Make makeTidyParser() public
 discard db967cd  Tell Tidy that input is XML. Otherwise it can assume HTML and generate lots of errors for valid XML
 discard 6ec87c6  Allow Tidy.setXmlTags() to be specified so can better parse XML Always capture Tidy error output and log errors; only throw TidyException if report_errors is specified
 discard 38451f2  Namespace does not apply to Tidy
 discard 470af1c  Ensure that Tidy options are correctly enabled when GUI is configured
 discard fb19a43  Note that parser may be slow
 discard 83210a9  Fixup eol-style settings
 discard ccbfd0e  Ensure that Tidy options are correctly enabled when GUI is configured
 discard 2623b9f  Fix typo; warn that XPath parser can be slow
 discard e25c779  Use JTidy to display XML in View Results Tree Listener (avoids fetching DTDs)
 discard 26401dc  Add application/vnd.wap.xhtml+xml as a text type Allow View Results Tree maximum display size to be configured
 discard bba58bf  Update to Xerces 2.9.1
 discard 1f731e1  Add optional output variable name to Jexl function
 discard 51121b3  Pull up checkInvalidParameterCounts() and convert to use min rather than min-1 Add checkInvalidParameterCounts(function,min,max) method Rename private method to be more consistent with its function
 discard 676d374  UserParameterModifier is deprecated
 discard c012e4a  Remove svn:executable
 discard 4cd8169  Remove svn:executable
 discard db5304d  Bug 44378 - Turkish localisation
 discard 694d5c7  Add "Substring" option to Response Assertion
 discard 0d14782  Document Response Assertion "Equals" radio button.
 discard 83f545c  No point having abstract methods for interface methods
 discard 32a0899  Access to hosts is from different threads so must be synch
 discard 8ae6bd4  Update Javadoc: testStarted() and testEnded() are called from different threads
 discard c1a72fd  Initial version of stylesheet to display the structure of a JMX file
 discard bd8b191  Add some missing svn:eol-style native properties
 discard ce29a57  Add some missing svn:eol-style native properties
 discard 6b4f842  Add some missing svn:eol-style native properties
 discard 070d97b  Should not be executable
 discard dbc52a1  Should not be executable
 discard 6887630  Use new JMeterUtils method for the machine name. Replace tabs with spaces
 discard d11fcf0  Document need to synch execute() and setParameters()
 discard 63b454f  Add clean-dist target (useful for Hudson)
 discard 207d56d  Add methods to get the local IP and name Log these during startup
 discard 90caaa7  Add 2.3.1 tag
 discard b2ec87e  Only apply remote properties if there are some
 discard 2f498b5  Allow Global properties to be loaded from a file, e.g. -Gglobal.properties
 discard e751ed7  Bug 44314 - Not possible to add more than one SyncTimer
 discard c1d551e  Workround for Java feature on Hudson, which reports "null" error if an arg is empty
 discard 680495f  File needs to be same size on all OSes
 discard a7cd0cd  Add opt directory to SVN to avoid failure in build
 discard 8d57d01  Add opt directory to SVN to avoid failure in build
 discard ced6096  Update comment
 discard c6f721f  Update copyright to 2008; use copy tag instead of numeric character in HTML output
 discard 56a6bcd  Recent changes
 discard 9d7bf03  Fix up to work with current code and to correspond with documentation/screenshot
 discard 85bebc1  Use &copy; instead of numeric character value
 discard 8741665  application/xml also supported as text
 discard 2830a16  Check that all the jmx files in the demos directory load OK
 discard 6d21a61  Use Sting.valueOf() instead of toString() to allow use in Unit tests (where selected item might be null)
 discard 2ae8510  Rewrite
 discard a4337f3  Fix up to work with current code and to correspond with documentation/screenshot
 discard 121bb8f  Handle null wrapper better
 discard 1e53c21  Not used
 discard 547d56c  Document which functions can be used on the test plan
 discard b354c74  Allow most functions to be used on TestPlan.
 discard ea4a3de  Correct license pointers
 discard 8ecf5a2  Added "Save Table Data" buttons to Aggregate and Summary Reports - save table as CSV format with header
 discard d0e5aa8  Add saveCSVStats(DefaultTableModel, FileWriter)
 discard c1f6854  Make log final; add readResolve() for transient fields
 discard 48492f2  Remove override as it does nothing extra
 discard 11e3ef6  Bug 44144 - JMS point-to-point: request response test does not work
 discard 64ad8e2  Bug 44011 - add application/xml as a text type
 discard fd4f237  Bug 44184 - Allow header to be saved with Aggregate Graph data
 discard 3076171  CSV strings are quoted, not escaped; clarify this
 discard 0ae4681  Add optional header parameter for saveCSVStats() and ensure items are quoted as necessary.
 discard e61963b  Correct heading Replace printStackTrace with log message
 discard ac65aaf  Replace printStackTrace with log message
 discard fba42e8  Replace printStackTrace with log message
 discard 21b54a6  Replace printStackTrace with log message
 discard 03090fb  Tidy Exception handling and logging
 discard a8d7c3a  Tidy Exception handling
 discard f3da961  Add list of meta characters
 discard 22c1b72  Synch. docs
 discard dc4175d  Update Copyright to 2008
 discard f1edc5a  Pass the copyright symbol through to the final HTML
 discard 2931246  Use common parameter validation
 discard 08362ad  Utility function to check minimum number of parameters
 discard a6f37b8  Utility function to check exact number of parameters
 discard 0ba1e57  Doc fixed bug 44142
 discard a39f6dd  Make machineName variable name parameter optional (bug 44142)
 discard 6caa8e2  Partial revert: we don't need getMin and getMax methods
 discard bc4de84  Improve parameter checking message
 discard 631e350  Tidy comments
 discard 32f91c1  Add dumy versions of new Function methods
 discard 934df27  Extend AbstractFunction; add parameter check.
 discard 89b8e15  Ensure that: * ${functionName()} is treated the same as ${functionName} * call setParameters() even if parameter list is omitted (see Bug 44142)
 discard 9b4d74a  Clarify required status of variable name
 discard 76172a4  Variable name is optional
 discard 942d4fc  Doc. how to enable per-thread connections
 discard 0a66e7a  Clarify beanshell init files
 discard 93cbc6d  Bug 41028 - JMeter server doesn't alert the user when the host is defined as a loopback address
 discard 15c36b4  Start prep for 2.3.2
 discard f04a7ca  Update xstream 1.2.1 => 1.2.2 Also do the jars...
 discard c08f7d8  Update xstream 1.2.1 => 1.2.2
 discard 194e598  No need to create the JLabel() any more
 discard bc999e7  Avoid possible NPE; revert to original close method
 discard 7ed0cf0  Document issues with redirect automatically
 discard 1ee0007  Fixup date in header
 discard 035902d  Add summary
 discard 076fba6  Once Only Controller only works properly in Loop and Thread Group
 discard 416f320  Document structure of test
 discard 19712f0  Minor update; remove unnecessary debug
 discard 6c6b968  Document meaning of forever setting; constructor should not call overridable method
 discard c10a91a  Recent change to set Loop Controller name from ThreadGroup name did not work
 discard 3c2f1d8  Check that the remoteStart options -r and -R are only used with non_GUI -n option
 discard 15307f4  Insist on a reason for the Exception
 discard 29cc6ca  Field must be final or the new thread risks seeing an incorrect value
 discard 2f24973  RMI server now started in-process, so no need to stop it afterwards
 discard cf43169  No need for stack trace for IO Errors
 discard b57e170  No need to call clear
 discard 709cad3  Add some checks to see if the correct classes are present
 discard 3f94201  Add AL 2.0
 discard dd1d75e  Remember to update extras/build.xml
 discard 8d45bf7  Oops - forgot build.properties is not present in binary distributions
 discard 00387bd  Use xalan and serialiser jars from JMeter to ensure styles run OK under Java 1.5+ Add jmeter.home to allow override of JMeter home directory basedir=>testpath, as basedir is a RO Ant property
 discard 9c28db5  Bug 44042 - Regression in Cookie Manager (Bug introduced in 2.3.1)
 discard 213c53f  Tidy up: use getName()/setName() instead of property access
 discard c9b03c3  Simplify
 discard 8a617c6  Use getName() instead of getProperty(TestElemen.Name)
 discard 10140da  Tidy up: use getName/setName; no need for MainFrame; no need to check for "unused" label
 discard 8a71170  Use same label as parent GUI (not used except for testing)
 discard 15c0a01  Remove unnecessary overrides of setName() and getName()
 discard 41855aa  Add serialVersionUID
 discard e13f588  Ensure embedded ThreadGroup LoopController has same name as its parent This makes debugging easier
 discard 1812e70  Oops: accidentally messed up formatting in the refactoring when adding comments
 discard cc2bf2c  Document that this part of the unit test code must remain in src/
 discard 49de2bb  Not used; see also r590679 which was the windows-ony code
 discard f1c8bc2  Update to Commons Logging 1.1.1
 discard 4f283ef  Can specify list of variable names to be written to JTL files (CSV and XML format)
 discard 74c8c22  Combine duplicate code
 discard 5983093  Add variable names and allow values to be saved
 discard 6c0f7c2  Add comment
 discard 51c7f3d  Unused import
 discard 342b498  Unused imports
 discard 5dc4f32  Bug 43379 - Switch Controller now supports selection by name as well as number
 discard 3cf866b  Note that matching is case-sensitive
 discard 2e922ff  Bug 44022 - Memory Leak when closing test plan
 discard 6cdbbff  Document new httpclient logging URL and how its logging is configured
 discard c69457e  Implement work-round to reduce classloading in non-GUI mode when scanning for Function classes.
 discard 398c1c5  Add support for including/excluding classes by name matching [Hack to enable reducing class loading in non-GUI runs]
 discard aa709ad  Doc tweak
 discard 3a34e1c  Bug 43427 - Simple Controller is only partly executed in While loop
 discard e4a01b8  Fixup optional parameter descriptions
 discard 16a05b3  Use optional version of variable name resource
 discard 31183fa  Make variable name optional
 discard 7fb4f84  Document some defaults/optional parameters
 discard 452b17d  Add a function test
 discard 833e092  Package access for use by test code
 discard bc38ff7  Privatise getContinueForever() TODO remove it and setContinueForever() ?
 discard b7938a3  Use properties for log/logn function descriptions
 discard e965ac7  Add optional comment to __log() function
 discard 4862e75  Use new shutdown() method from 3.1
 discard 8758cea  Document content-type_text property
 discard 77b9934  Bug 44011 - application/soap+xml not treated as a text type
 discard c209fa8  Bug 43984 - trim spaces from port field
 discard e889e61  Add Switch Controller function test
 discard 76882ce  Fix Switch Controller to work properly with functions and variables
 discard 59d534e  Update Javadoc
 discard ee5add3  Does not belog here
 discard a1815a5  Document test layout; add loop id to asserts
 discard e3c5287  JMeter 2.3.1 release
 discard df6874e  Variable access must always be synchronized
 discard 9c64b06  Does not need to be a controller
 discard 9796fc5  No need for next1/next2 to be public
 discard b6cc692  Correct Javadoc
 discard 62910b3  Fix up some screenshots
 discard 618d726  Need own resource for the file panel header
 discard 6c185c9  Update to xalan 2.7.1
 discard a609d50  Updated XPath screenshots
 discard 2ebc282  Update to xalan 2.7.1
 discard 6be1b28  Revert to original names, as the change caused lots of problems
 discard 5cf29c0  Constructor must be public for Unit tests
 discard b436cd1  Bug 43382 - configure Tidy output (warnings, errors) for XPath Assertion and Post-Processor
 discard dab71b8  Add utility method to create Boolean Property iff its value is not the default
 discard ac1b912  Forgot to add the longSum resources ...
 discard 88669af  Revert main jar name back to ApacheJMeter.jar [Would cause all scripts to break]
 discard e761573  Add longSum() function and some unit tests for it and intSum()
 discard f268d6a  Recent changes
 discard dd536d9  Check for missing 3rd party jars
 discard 8f053aa  Minor tidy
 discard 6e2efbd  New jar names
 discard 507681e  Skip BeanShell tests if interpreter not found
 discard c9f4e31  Allow unit tests to check if BeanShell interpreter is present
 discard 3144c4f  Renamed jars: ApacheJMeter => apache-jmeter Added prefix to bshclient and jorphan jars Warn if testing without BeanShell Replace deprecated implicit fileset wih nested content (and remove bshclient.jar) Remove unnecessary runtime files from source tar.gz file
 discard a8ca8db  New jar name
 discard 5ac3813  BugZilla => Bugzilla
 discard 1e238ce  Replace Source/Binary links with single Releases link
 discard e8cca80  Fix typos and location of LICENSE* files
 discard 80ef9b6  Start collecting 2.3.2 changes
 discard 415ae06  Update test to check for quote and delimiter handling
 discard d2784f7  Detect invalid delimiter settings
 discard d1f1f7e  CSV files are now fully processed in CSVSaveService Detect additional errors when processing
 discard 039718b  Add quoted CSV handling
 discard 0dccefe  Remove unused flag; catch RuntimeException and log it
 discard 3ff8b40  No need for stack trace; report number of retries
 discard 6c6a45d  Add utility method to start httpMirror service and share between test cases using the mirror; Use different mirror ports for the two test cases (otherwise second test can fail if server is slow to shut)
 discard 3784431  Give access to the Exception if one occurs
 discard c645655  New key expiry date
 discard dbb8936  Minor Javadoc tweaks
 discard bf6224e  Prepare for 2.3.1 release
 discard 17273ae  Fix SampleResult dataType checking to better detect TEXT documents Allow optional specification of addition TEXT content-types
 discard 10ca7bb  Added Collapse All and Expand All Option menu items
 discard 3bf1539  odd line ends
 discard 70a0876  Javadoc for version 2.3.1
 discard f9c2f33  Javadoc for version 2.3.1
 discard 4095e9c  Deleted classes
 discard 9f74dbe  The JMeter log file name is formatted as a SimpleDateFormat (applied to the current date) if it contains paired single-quotes,  .e.g. 'jmeter_'yyyyMMddHHmmss'.log'
 discard 6e116ea  Synch
 discard d050ca9  Add image sizes; start glossary
 discard 7b2fb23  Add dimensions to figure processing
 discard 8c3a689  Update for new JMX file format
 discard 9e2e812  The JMeter log file name is formatted as a SimpleDateFormat (applied to the current date) if it contains paired single-quotes,  .e.g. 'jmeter_'yyyyMMddHHmmss'.log'
 discard 8d84ff8  Add Successes Only logging and display
 discard 6a7069c  Javadoc for new classes
 discard 8f26084  Fix HTTP (Java) sampler so http.java.sampler.retries means retries, i.e. does not include initial try
 discard 5693f9e  Synch Javadoc
 discard d1a2dc9  Javadoc fixups
 discard 81f9ad2  Unused import
 discard a21be54  Unused import
 discard 4c15536  Might as well save the maximum number
 discard 273c820  Add summary section
 discard a376f67  Synch docs
 discard 8d2a672  Proxy spoofing now drops the default HTTPS port (443) when converting https: links to http: Update Proxy documentation
 discard 031b925  Added HTTPS port as String
 discard 9ed5e78  Tidyup
 discard 017bd0e  Fixup some unconventional method names
 discard d6ebc65  Make class static
 discard 260265c  Does not make sense to extend this class.
 discard fba3999  Convert static test variables to instance variables
 discard ffab6ec  Only check for invalid characters on first line to reduce overhead.
 discard e0ee488  If-None-Match needs to be treated the same as If-Modified-Since
 discard e254035  If-None-Match needs to be treated the same as If-Modified-Since
 discard 65803f7  Proxy spoofing can now use RE matching to determine which urls to spoof (useful if images are not https)
 discard 094e776  Rename misnamed private method Give access to URL string
 discard fd73cf9  Bigger https match field
 discard b5040f4  Better error handling Don't parse non-text files for form data
 discard 2774a0b  Add https spoof match field to GUI Tidy GUI; privatise JMX names
 discard f714577  Reject HTTPS requests
 discard d2f02f4  Correct 'typo'
 discard eebf331  Fix https spoofing (see r595772)
 discard cce863b  Don't assume port is 80 if not specified (may be https e.g. spoofing)
 discard 881cec2  Ensure ResultCollector uses SaveService encoding
 discard 87315ad  Add getFileEncoding() method for use by ResultCollector Inline some methods not called externally. Remove sampleResult deprecation and replace with requirement to use appropriate encoding
 discard fcf7308  Updated version of Save Config (hostname and CSV/XML suffixes)
 discard 213f6ab  Indicate which Save options are XML- or CSV-only
 discard 6187480  Report error if file cannot be found
 discard 50265a7  HTTP default encoding is ISO-8859-1; use default encoding if blank
 discard bbbe154  Document synch
 discard 9a55ed3  Fix up missing anchors
 discard 2dd673a  Make anchor required
 discard ada4e79  Errors only flag is now supported when loading XML and CSV files
 discard 13f0b00  Don't try restoring empty data (e.g. Java Request) Set type to TEXT if response Data set to error message
 discard 1362f7c  Fix Javadoc
 discard 9c1c382  Fix SamplingStatCalculator so it no longer adds elapsed time to endTime, as this is handled by SampleResult. This corrects discrepancies between Summary Report and Aggregate Report throughput calculation.
 discard 39b1c88  Tidied up Listener documentation
 discard 6d75874  Fix comment
 discard 4655752  Hostname can now be saved in XML files
 discard 93acede  Use getKBPerSecond instead of deprecated getPageSize This also fixes the display to be in KB instead of bytes
 discard cd70ac5  Use getKBPerSecond instead of deprecated getPageSize This also fixes the display to be in KB instead of bytes
 discard 592039a  Use getKBPerSecond instead of deprecated getPageSize
 discard a628bb0  Use getAvgPageBytes instead of ambiguous (deprecated) getPageSize
 discard c8d3c00  Sort out some ambiguous names; deprecate the old names
 discard b9d1bc8  Update file version and change to more specific Exceptions
 discard 7127be3  About time the version number was updated...
 discard 5b5def1  Undeprecate OldSaveService as causes unnecessary warnings. [The name itself should be sufficient warning] Add note that it may be removed in a future release.
 discard 15c013a  Move most Avalon processing to OldSaveService
 discard b39d174  Fixup property version
 discard 6f53f59  Unused import
 discard bc6b330  Initial attempt at saving using SampleEvent. Does not work yet; also needs to be enabled in SaveService.
 discard d01d9c4  Moving toward using SampleEvent rather than SampleResult so will have access to hostname
 discard 190961c  Remove null URLs as they are no longer generated
 discard 9b65c02  Only write URL if non-null
 discard 7a4b9d7  Synch
 discard 03d36df  Correct Proxy Server include and exclude matching description - port and query are included, contrary to previously documented.
 discard b76e08c  JMeterHome needs to be set
 discard 2dbd0f1  Oops - forgot to set the other times...
 discard 690f4e3  Constructor is needed for Unit tests.
 discard 36ceb34  Correct log message to show directory, not file
 discard df5cb65  Fix error log when loading JT files with missing timestamp or elapsed times
 discard 2aefd58  Add HTTP Sample (file) test
 discard c5267da  Ensure Listener nodes get own save configuration when copy-pasted
 discard ebfee65  Move MainFrame title setup to MainFrame class
 discard 09c6f37  Privatise all methods that aren't needed externally.
 discard f246b92  Split off CSV into separate class
 discard 9898f9d  Allow hostname to be saved/restored from CSV files
 discard 4b7cfa5  Allow hostname to be specified so can use the hostname loaded from a results file
 discard 480acd7  Check that columns are in the correct order Pass SampleEvent rather than SampleResult
 discard 6865f7f  If hostame cannot be found, return empty string rather than null
 discard 7fec965  Minor tweaks
 discard 172f915  Synch docs
 discard 048d24a  Fix NPE
 discard ce35465  Use drop-down list for BSF language field
 discard 72382cd  Give JavaScript function access to same variables as Jexl Document the variables for Jexl and Javascript
 discard 3ea713f  Document webservice memory cache
 discard 224d6f6  Needs to implement Visualizer so that TestBeanGUI can find the correct GUI class
 discard 0d7199f  HashMap is shared between threads, so accesses need to be synchronized
 discard ae7cf61  Attribute constants are not needed outside this file
 discard f9825c7  Include remote batch test in full test
 discard 4b80d6e  Variable references do not work in client result collectors
 discard 2b727ef  Variable references do not work in client result collectors
 discard a743c81  Check that function references work in file names
 discard 9a7422c  Restrict test Pre-compiler processing to ResultCollector only for the client part of a remote test
 discard 0ba7272  MainFrames *do* need to implement Remoteable
 discard 42a36b2  Unused imports
 discard 04134d7  nused imports
 discard e5dcc53  Remove duplicate log message
 discard db2f9a7  GUI frames do not need to be Remoteable
 discard 69d4f4b  Move init of testList and make final
 discard bdfd361  Check that properties can be passed to local and remote tests
 discard dd88a93  Update batchtestserver to check server log file
 discard b8fa4f7  Need to drop trailing empty entry
 discard 6f83012  Move fixup of headers to finally block, so it is always done even if there was a problem communicating with the client
 discard 7607562  Don't set contentType if null
 discard fbcd3e3  Avoid class cast error in Clear.java
 discard 22d82a4  Proxy Server now removes If-Modified-Since headers by default.
 discard b4d3fcd  Correct the SampleEvent parameter Deliver excluded samples as [name]
 discard ab00f55  Correct the SampleEvent parameter
 discard f5adc68  Move Proxy Server from Config section to Miscellaneous features Document that port is always used when matching proxy includes/excludes
 discard 763c699  Times are in milliseconds
 discard a018c05  Tidy up; fix setEditable()
 discard 35dcf78  Remove windows-only code (not used)
 discard 0d9f38f  Prepare to add Client implementation to HTTP samplers
 discard 82e185a  Allow any test element to be added to the workbench via the pop-up menu (they can all be pasted anyway)
 discard bb40f12  Bug 43727 - Test Action does not support variables or functions
 discard 51d0660  Minor clarifications
 discard 5674932  Always synch accumulators access
 discard 726debf  More detail on Summariser output
 discard 0d2c7ef  Exit with error code if cannot start OK
 discard 7ce7a8b  Bug 42555 - [I18N] Proposed corrections for the french translation
 discard 6576a5e  Replace fixed strings with resources
 discard 1cc6519  Bug 42012 - Variable Listener filenames do not get processed in remote tests
 discard 67271a8  Bug 43694 - ForEach Controller (empty collection processing error)
 discard 125f8cf  UNused
 discard d734d0d  NO need for constants to be public
 discard b801cee  If normal stream is gzipped, then error stream is also gzipped
 discard 605da54  Remove double call to init
 discard 39eb5fa  Bug 43678 - Handle META tag http-equiv charset
 discard 81f3ddf  Use getResponseDataAsString() instead of doing own conversion
 discard e8a2ef4  Updated tests for getDataEncoding() + WithDefault() and NoDefault()
 discard e114dcb  Deprecate getDataEncoding and replace with getDataEncodingWithDefault Add getDataEncodingNoDefault for accessing raw dataEncoding field.
 discard ede7c8d  Use getResponseDataAsString() instead of doing own conversion
 discard 0145afd  Protect against storing null as responseData Remove deprecated getResponseDataAsBA() as no longer used
 discard f5ce7c0  Re-use UrlConfig to make HTTP Defaults look more like HTTP Samplers
 discard 9b76476  Bug 43485 - Ability to specify keep-alive on SOAP/XML-RPC request
 discard f9af9a4  Add -X flag - exit remote servers at end of non-GUI test run
 discard 9a3ef37  Move setProperty() action to StandardJMeterEngine as that is where the other actions are handled
 discard 2d1d5b3  Add -G option: send properties to remote servers
 discard bdc2d62  Add -G option: send properties to remote servers
 discard bbe8d3b  Add -G option: send properties to remote servers
 discard 8ba9480  Use HTTPConstants instead of HTTPSamplerBase
 discard e467118  Remove deprecated constant
 discard 0954752  Use HTTPConstantsInterface instead of local definitions
 discard c388fa0  Remove non-HTTP constant
 discard 408e5d8  Extract HTTP Constants into separate class
 discard 61a9e7f  Comment unused constants
 discard e4f2ff6  Make boundary final
 discard 1d619b0  TestPlan and WorkBench should just have Paste and Reset Fix Workbench so it remembers comments Add clearGui() to TestPlan
 discard c2ab133  Update SVN tag list
 discard a819000  Transfer-Encoding header now handled by Proxy
 discard 5235f41  Rewrite massageHeaders; now also removes Transfer-Encoding
 discard e942d7c  Give access to more header field definitions
 discard 9e9c179  PostWriter is non-serializable
 discard 86206ea  Reduce method visibility
 discard 258da37  Fix properties file expected version
 discard ba0e9bf  Clarify TODOs
 discard 61954c8  Add NON-NLS markers; avoid unlikely NPE;
 discard a01db8c  Update comment
 discard 78c5e62  No need to synch on types, because now final
 discard 36f1782  Typo
 discard 2e2408f  Only log the parser version once
 discard 7767e45  Should only replace https:, not https
 discard a493567  Updated TestPlan screenshot and description
 discard e43739f  Clarify functional and serialised modes
 discard 57258c1  Unused import
 discard f8f1941  Smaller file list panel
 discard bffa73f  Convert to 2-threads so can test global counter
 discard ef8cb14  Privatise constants/use access methods from GUI
 discard 6c43865  Ensure transient item is deserialised
 discard fce9c57  Privatise static constants; comment out unused items
 discard cecc02c  Tidy casts; use new TestPlan methods
 discard ada826b  Add utility methods: - getArguments - getUserDefinedVariablesAsProperty
 discard c1827bd  Use new getComment() method instead of property access
 discard 75d69b5  COMMENTS now part of TestElement
 discard 3bffe4e  Tidy up: - eliminate repetitive casting - use specific get() methods instead of getProperty()
 discard 76eda3a  Move COMMENTS to TestElement; implment getComment()/setComment()
 discard 11d8ad3  Synch docs
 discard d6ca308  Add table of functions Expand some descriptions
 discard f8d99f2  Add references to scoping rules
 discard 09c8958  Describe how to view Debug Sampler output
 discard 4b8fad6  Post tests now need to set method as POST
 discard 5cb04f8  Fix pattern matching: - anchor header to start of line - allow for more than just numbers as values - tighten empty line test No need to convert headers to string and back when echoing header data
 discard 3d11d0d  getUseMultipartForPost only applies to POST requests
 discard ca9b7b6  PUT may not generate a body to send
 discard f05d72a  Make all static variables final
 discard 87ce71a  Seems to be needed after all for AccessLog Sampler TestBean
 discard e8c5b93  Not used
 discard 8e5ff56  Only display error level if non-zero
 discard 69b504d  Report if cannot connect to remote server
 discard 0c8498d  Only call System.exit() for non-GUI client sessions; Tidy up default icon properties
 discard 9f2c363  Avoid possible NPE
 discard a32b2ac  Use a single lock Object; ensure all accesses use it
 discard 55ea173  eliminate new String(string) calls; only convert DASH_DASH to bytes once
 discard 52720a3  Fix initial formatter setting
 discard 6a5186d  Fix compare bug
 discard b4844a1  Name clash
 discard 0aa28e0  Unused imports
 discard 81482d3  Set up default content-type if none provided TODO - is it correct? cf r585474
 discard 6e8ea82  Unused import
 discard c06370a  Ensure that content type is set up (otherwise get NPE in testing) TODO: is it the correct default? [Or should null C-T be allowed?]
 discard f2e65ec  Added helper method checkHeaderTypeLength() to display more information when failures occur.
 discard 7fb0c88  Add batchtestserver target: runs batchtest in client-server mode
 discard 59ac1ff  Add server.exitaftertest property - server will exit after a single test if set
 discard 893599d  Remove workaround for bug in httpclient 3.0, it has been fixed in httpclient 3.1 From the changelog of httpclient 3.1 : * [HTTPCLIENT-612] - FileRequestEntity now always closes the input file. Contributed by Sebastian Bazley <sebb at apache.org>
 discard 67254df  Fix handling of HTTP PUT requests, fix for bug 43612. Add unit tests for HTTP PUT and DELETE scenarios. Document for HTTP Samplers how http methods works, and how arbitrary bodies can be sent for HTTP POST and PUT.
 discard 28ab973  Allow user to control the content-type request header for POST request via the MIME Type field if the body is constructed from the parameter values.
 discard e0c91eb  Include hostname in server messages; add finished log for server tests.
 discard 339a7e4  Properly handle case were there are no data in body of request, for example HTTP GET.
 discard aae04b7  JMeter server now creates the RMI registry itself
 discard 326d7a6  Tidy up; remove unused method and useless wait
 discard 44c4865  Default to creating the RMI registry within the server (server.rmi.create=true)
 discard 5f205e7  Add counters to batchtest
 discard e5ea309  Fix handling of PUT requests, so that parameters can be sent as body. Still need to add some unit tests for this scenario.
 discard 596f976  Make immutable
 discard 156c632  Rationalise exit codes
 discard 1b43722  Use exit(1) for error; document why final exit is needed
 discard bc8b318  Only look for test cases in test tree
 discard 0180678  Fatal error if no action handlers can be found
 discard 9f88eaf  Fail if saveservice.properties cannot be found
 discard b8ebd6b  Tidy up error reporting (no need for stack trace if log exists)
 discard 25a8e64  Make the HTTP PUT behave like HTTP POST, i.e. HTTP PUT will get a request body similar to HTTP POST, but not multipart is supported for PUT. Make the HTTP DELETE behave like HTTP GET, i.e. it supports parameters. Some code restucturing to allow SoapSampler to soon use the code of HttpSampler2 to construct the request.
 discard 6f88dca  Put start and stop buttons in more visible place for HTTP Mirror Server. Add unit test for http sampler against http mirror server, to expose bug fixed in 584508. Also add description of changes for changelist 584508 in changes.xml
 discard f88f44b  Do not use Reader and Writer classes for writing response, because it will use the default content encoding of the JRE, causing the reply from the mirror to not be an exact copy of the incoming request. Therefore, rather use InputStream and OutputStream.
 discard f570a74  Parameters used to build a POST body are encoded if specified, when it is application_x_www_form_urlencoded. This changes the behavior of PostWriter, so that HttpSampler works similar as HttpSampler2, after the SVN 582954 change to HttpSampler2.
 discard a01e85f  Need CRLF
 discard b8ede97  Optional loopback protocol for HttpClient sampler
 discard 7782afe  Optional loopback protocol for HttpClient sampler
 discard ab4a296  Document CSV Dataset file encoding
 discard 6d95b66  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@584211 13f79535-47bb-0310-9956-ffa450edef68
 discard b34c56a  Restore autoexpand, but don't expand when merging
 discard b8088dd  Another unit test
 discard 6df37cd  Ignore tsv files
 discard 4d6cc80  If the default delimiter does not work when loading a CSV file, guess the delimiter by analysing the header line.
 discard a7b3871  Document method of setting tab as csv delimiter
 discard c84db4a  Allow \t to specify tab as delimiter Allow delimiter to be changed
 discard 7d85353  Some recent updates
 discard f817bb8  Add Paste menu item to TestPlan
 discard d3e1f36  Bug 43584 - Replace comma to avoid problem with CSV files
 discard 73ddafd  Suppress Cut if item is not removable Add new Paste Menu (for TestPlan)
 discard ecc429d  Document merge validation
 discard d016dce  Check that merge target makes sense Don't expand the test tree after loading
 discard eeb9c31  Update canAddTo: - workbench can contain all but testplan and workbench - threadgroup is a controller but is allowed at TestPan level - add utiity method for use from Load
 discard 333b265  "Save Selection As" added to main menu; now checks only item is selected
 discard 018fb5a  Comment unused deprecated method
 discard 0ef3ee4  Minor tweak
 discard ea76164  saveservice.properties has been updated
 discard bbc746c  Add Debug Sampler and PostProcessor
 discard 7bc461f  Suppress Functor log messages for testing
 discard 1593f88  jmetertes.properties has moved
 discard 399ffa2  Allow for null message
 discard 2420956  Tidy up
 discard a42e17b  HTTP Parameters without names are ignored (except for POST requests with no file) Parameters used to build a POST body are encoded if specified.
 discard 04fa2c6  Cookie Manager not longer clears cookies defined in the GUI
 discard e6ea9f6  It was wrong to use NoThreadClone. Added pre-thread pool debug.
 discard 0e6f2bf  Clarify meaning of error checkbox
 discard bf01076  Check for correct number of columns
 discard 9f270a9  Add link to java net properties
 discard bf9c176  Give easy access to header count
 discard 0c46776  Move jmetertest.properties to testfiles directory
 discard 1e3ce59  Set JMeterHome from user.dir
 discard cae5999  initialiseProperties should not set JMeterHome
 discard d440198  Document how checkbox default works
 discard 21a9d65  Comment was in wrong place
 discard b6c5463  Not used
 discard f09fba5  Add Non-NLS markers
 discard ca9335c  JDBC Sampler now allows per-thread connections
 discard acb8760  Allow multiple per-thread pools
 discard 6c0988d  Rework connection management to allow per-thread singleton pools
 discard cc0d119  Ensure latency is measured even if connection not obtained
 discard 552a184  Update Javadoc
 discard a3c30bb  Show latency in results pane
 discard 85bd1e2  Use latency for time to establish the connection
 discard 7016aae  No need to log SQL errors
 discard 5ad54d1  Different icons for Assertions, Pre and Post-Processors
 discard 2cb99ae  Save graphics function now prompts before overwriting an existing file
 discard 1c6adb6  JDBC Sampler now allows INOUT and OUT parameters for Called procedures
 discard 21e71d5  Bug 43451 - Allow Regex Extractor to operate on Response Code/Message
 discard e09fbc0  Allow Action to continue even if there is a Gui update problem
 discard 45e6215  Update the SaveService version details
 discard bc4c249  Initial version of Property Display TODO - implement add and delete
 discard 59becdf  Initial version of Property Display TODO - implement add and delete
 discard 0ae429a  Oops - missed out one of the required constructors
 discard 35df389  Functor code tightened up; Functor can now be used with interfaces, as well as pre-defined targets and parameters.
 discard 0537dcb  Fixup Proxy include/exclude description
 discard 3d25c8b  Fixup test (methods removed)
 discard e1bff9e  Throughput Controller was not working for "all thread" counts
 discard fdf5e65  Safer to log the strings
 discard 794ff9d  Clarify relative CSV Dataset filenames
 discard 9cd1c94  Log the base directory in use
 discard bd00e76  Create getConnection() method in DataSourceElement; use it in JDBCSampler This is to make future changes easier.
 discard c14c837  Add 2.3 final to DOAP
 discard 16ffbea  Only permit items to be dropped/pasted where they are allowed.
 discard 8358d37  Not used
 discard 07fb227  Re-order menu items to be more like the processing order
 discard eb9fd6f  Remove redundant getPrintableComponent() overrides
 discard c069f6a  Synch doc tree
 discard 20584f0  Update Proxy Control screenshot and document new fields
 discard 1b74b03  Check for out != null once
 discard ae90319  Remove unnecessary public qualifiers
 discard 21f71d1  Fix comment typo
 discard 3544a07  Remove incorrect override, so now has comments field Make methods private which don't need to be otherwise
 discard ed670f1  Remove unnecessary override
 discard ae5d509  Fix up numeric field validation
 discard 74c8324  Move batchtest properties to testfiles directory
 discard 1a6a92b  Better handling of invalid port data
 discard 2e6ad11  If we remove cookies, we should remove Authorization as well
 discard 470d447  Better handling of errors when reading the Auth file
 discard 491247f  Ensure delete and save are enabled when table is populated from loading a test pln
 discard 6896207  Better defaults for load and save file names
 discard 7a9d6ba  Add eval() and evalVar() functions
 discard 9559fc8  Add eval() and evalVar() functions
 discard eb7a5e8  Improve error logging if the file is not found
 discard 3708753  jar_usage.txt was renamed to aareadme.txt
 discard 73a814b  Needs blank line at end to prevent changes when fixcfrlf is run
 discard 49deeae  Add svn revision to jar manifests Insist on jmeter.version and svn.revision definitions when building a distribution Derive svn revision automatically if possible, but allow command-line definition if necessary
 discard b7a0958  Update with current list of saveservice properties
 discard 364bfdc  Fix LF for all .sh files as well
 discard b4f23d9  Set EOL=LF for shell scripts
 discard 6cbe21a  Document Statistical batch mode
 discard 977d5ba  The change of key to include the thread name was wrong It worked, but fewer samples could be aggregated.
 discard 0cd2239  SampleEvent requires the ThreadGroup name This is equivalent to the previous code, but clearer.
 discard 6857024  Update some screenshots; document new XML save file attributes
 discard b75dfc6  Listener file name is for read as well as write
 discard 6f9771e  Bug 43450 - add save/restore of error count; fix Calculator to use error count
 discard 79b75ef  Add sample count to response pane
 discard 2c9ed29  BatchTest: remove latency from XML output; add sampleCount to CSV and XML
 discard dad0225  Bug 43450 (partial fix) - Allow SampleCount to be saved/restored from XML files too
 discard bee6dc2  Disable SaveService version checks
 discard be023bb  Bug 43450 (partial fix) - Allow SampleCount to be saved/restored from CSV files
 discard f0a5abf  Fix typo (bytesx => bytes)
 discard b5ddd55  Forgot to set threadCounts for Transaction Samples
 discard 63c6c8c  May be called from XStream; log not used
 discard 6e24f37  Bug 43449 - Statistical Remote mode does not handle Latency
 discard 5e0c471  Look for user.properties and system.properties in JMeter bin directory if not found locally
 discard 3ed0e7c  Does not need/user Visualizer interface
 discard 4fbaf1c  Add vars.putObject() examples to BeanShell descriptions
 discard 076fff8  Correct bug number (41104=>41140) and add details to fixed bugs
 discard 1c74f30  Ensure 3rd party licenses are in external.jars fileset jmeter.sh needs to be executable
 discard d92d034  SVN is the new CVS
 discard 46d625e  Document remote batching modes
 discard b5b2a38  Clarify If and While Condition types
 discard 3f7551d  Add details of how to set rmi hostname
 discard 1dc7d9b  Add previous release
 discard 8751a20  Update current version details to 2.3RC4
 discard 9047c90  Move DOAP back to trunk
 discard d291d3d  Bug 43430 - Count of active threads is incorrect for remote samples
 discard 9a3d407  Bug 43430 - Count of active threads is incorrect for remote samples
 discard 09fcc32  Bug 43364 - add option to enable previous If Controller behaviour (copied from rel-2.2)
 discard d6f1b9c  Fix NPE in test case
 discard 28527b7  sych recent docs changes
 discard d98a14c  Add support for Parameters and scriptfile to BeanShell TestBean Gui elements
 discard e4a71da  Add support for Parameters and scriptfile to BeanShell TestBean Gui elements
 discard 752b26d  Add new common TestBean variables and utility eval() method
 discard 93ef245  New class to handle common BeanShell TestBean Gui design
 discard 3008f62  Use mnemonic rather than accelerator, as we don't want the key to be active except when the menu is displayed.
 discard 2f8c6a6  Avoid possible ArrayOutOfBounds Exception
 discard d8db57e  Move details of variables to bottom of screen (like BeanShell Assertion)
 discard d9564d7  Remove typo
 discard 3de793a  Oops - over-zealous replacement...
 discard 17e5dfb  Document change to jmeter-server
 discard 8cc1d30  Fix bug - should not have used "set" Rework to remove need to save CLASSPATH Kill rmiregistry when interrupted
 discard 187e5b8  Add full bug listing; correct existing listings to include NEEDINFO and Trivial
 discard 5304633  Cleanup imports
 discard e1892ad  Add File->Open recent file functionality. Fix for bugzilla 31336.
 discard 325924e  Cleanup imports
 discard 050b6f5  Add File->Revert action, to drop changes and reload current project.
 discard b30ccd3  Add Ant target for running JMeter GUI from the jar files that are made.
 discard 39424e2  Document Module Controller restrictons
 discard 43a0e10  Document https.default.protocol (copy changes from rel-2-2)
 discard 6b6da48  Clarify logging
 discard 6440ade  Oops - overwrote the changes applied in trunk...
 discard 51f8cb7  Ensure uncaught exceptions are logged
 discard 51d5623  SaveService no longer needs to instantiate classes
 discard 7e0b71a  Update branch/trunk history
 discard 5156523  (Re)creating trunk as copy of current development branch/rel-2-2 Any fixes needed for the 2.3 final release should be in rel-2-2 Trunk will now be used for development of 2.3.1 etc
 discard 802e3dc  Document cookie null value handing; also update httpclient URLs
 discard 5035405  Bug 42948 - Problems with Proxy gui table fields in Java 1.6
 discard 9053923  Clarify/fix comments
 discard 9315ca5  Typo
 discard 9fcb667  Add branch history
 discard 371744b  Bug 43332 - 2.3RC4 does not clear Guis based on TestBean
 discard 87951a1  clearGui() now calls clearGuiFields() - see Bug 43332
 discard 52a02fe  Add clearGuiFields() method - see bug 43332
 discard 6f1d837  Distinguish different IllegalArgument conditions
 discard e0e3291  Add version to main frame title
 discard 320ac98  Describe properties and variables
 discard 3a46dcd  Improve help and doc on -r and -R options
 discard f1bb7d8  Update JDBC sampler documentation
 discard e20729d  Debug show superclasses being searched for
 discard 1dbc575  Clarify CSV Data Set restrictions; give as example for HTTP Auth Manager
 discard ce30129  If Java HTTP sampler sees null ResponseMessage, replace with HTTP header
 discard 360ce2c  Javascript is Mozilla Rhino, not Apache! Added links to language documentation Clarified properties and variables
 discard 003ba8a  Fix NPE in SampleResultConverter - XStream PrettyPrinteWriter cannot handle nulls
 discard fb1eb6d  Add NULL parameter handling to JDBC sampler
 discard e974ed5  Database connection details moved to JDBC request in component reference
 discard 89c484b  Fix JDBC screenshot to show pool id and correct parameter type list
 discard 9e811a2  Document XPath Extractor namespace option
 discard 9bdc6b8  Add clean-docs and clean-apidoc targets
 discard d7ec73e  Oops - now no longer need import
 discard 39920b0  makeDocumentBuilder no longer throws SAXException
 discard 614bc9a  Add nameSpace option to XPath extractor
 discard 05649d8  Remove unused throw clause; tidy documentation
 discard 94bf0d0  Report more details of SQL errors
 discard ef8a2f7  Add fix for Derby NPE when no ? markers provided
 discard 5228893  init() should not be public
 discard 1652c05  Allow username to be omitted
 discard 256aad2  Add details for Apache Derby
 discard 8173ac3  Handle invalid data types more gracefully
 discard 5855b51  Add SQL server (MS JDBC) settings
 discard 09debbd  Fix incorrect bug number
 discard 0709a67  Bug 40991 - Allow Assertions to check Headers
 discard b690ca0  Update Javadoc
 discard 71a850e  Update Javadoc
 discard 875cc28  Tidy up
 discard 08adfb8  Update SampleResultConverter version
 discard 17464d8  Update Javadoc
 discard 5c6dc49  Fix up some Javadoc errors
 discard 63b0f62  Fix up some Javadoc errors
 discard 45a133a  Bug 43283 - Save action should add extension .jmx if not present
 discard dae1469  Control+A key does not work for Save All As; changed to Control+Shift+S
 discard 6fd5f0f  Bug 38687 - patch caused problems with non-GUI mode on systems without displays Added hack to create non-GUI version of JMeterTreeModel
 discard 17627ce  Add check for jmx file extension
 discard 821f362  There is an END label, so use it
 discard 7964004  Update Javadoc
 discard 5e5a037  Update docs
 discard 506f8e5  Bug 403873 - add JMS point-to-point non-persistent delivery option
 discard 48d2c1d  Hide variables that should not be exposed (force access via get/set methods)
 discard 15c06aa  Hide variables that should not be exposed (force access via get/set methods)
 discard 165ea8f  Hide variables that should not be exposed (force access via get/set methods)
 discard 9c355db  Hide variables that should not be exposed (force access via get/set methods)
 discard 31100ad  Add 2.3RC3 tag
 discard f1eade5  Fix instruction re project variables not being defined
 discard d938236  Tidy display values
 discard 776c562  Bug 28715 - allow variables in Cookie Manager
 discard ed446d2  Add note re cookies and auto redirects
 discard cece4de  Document bug 40394
 discard 640b57e  Update/clarify Eclipse run instructions
 discard c8829e2  Add sample HTTP login
 discard d4a83fd  Bug 38687 - Module controller does not work in non-GUI mode
 discard d35a045  Allow for guiPackage to be null (see bug 38687)
 discard 0d027d6  Code for convertSubTree is now all in JMeter.java
 discard b2739a6  Add test to show Bug 38687
 discard 054a1eb  Add serializer.jar (needed for xalan 2.7.0)
 discard b2ff58d  No longer need propertyChange handling; also when removing this realised that only one property would be saved (because of the return) statement. So the fix to 42947 was incomplete - oops!
 discard 35a2cdf  Fix NPE in unit tests (previously unseen because null != evt.getSource())
 discard 30e27d1  Document most recent changes
 discard 7c3ae36  Bug 42947 - TestBeanGUI fields not being updated for short-cut keys
 discard 06a4f35  Bug 43122 - new fix that preserves fixes to 30120 and 39427
 discard 21206b4  Update to httpclient 3.1
 discard ceb8346  Eliminate possible NPE
 discard 519b200  Document CSV Data thread behaviour
 discard 5d5d9ab  Update to httpclient 3.1
 discard 31b59e9  Synchronise recent doc updates
 discard e48290c  Fix up index entries
 discard 8ecffd5  Use ENTITY sectnum for all sections Remove duplicated saving/running sections
 discard 6d9f935  Synchronise recent doc updates
 discard 0ad0846  Document Exception when running multiple tests in same remote engine
 discard 8f6aa59  Remove unnecessary try/catch
 discard fff2e90  Synchronise recent doc updates
 discard b5e007f  Move object construction out of synchronised block
 discard 361684f  Bug 39792 - ClientJMeter synchronisation needed
 discard deb5b12  Move known problems earlier Add reference to bug 39337
 discard 6eb26a1  Add details of server startup using non-GUI client
 discard c9ef9d5  Detect broken connection and stop test
 discard f75a752  Show start time in remote console
 discard 809e76e  stop thread option in CSV Dataset is an improvement, not bug fix
 discard 35c7af3  Add stop thread option to CSV Dataset
 discard 2c055a4  Don't bother with API for nightly builds
 discard 7dd96c6  Allow for null URL in extracted list
 discard f37e800  Allow for quoted charset in Content-Type parsing
 discard 2f58675  Use common code in SampleResult to extract contentEncoding and type
 discard aa86c72  Added link to Extending Tutorial Catch up with other updates
 discard 65b1271  Add extending tutorial PDF to web-site
 discard 98b0a7b  Obsolete documentation
 discard b0fea11  Add link to Extending JMeter PDF Don't process outdated extending xml files
 discard 1b221e0  Bug 42919 - Failure Message blank in CSV output [now records first non-blank message]
 discard cdebf04  Try to fix Gump test not finding any tests
 discard d0e877a  Clarify OS requirements
 discard 8e9b31d  Fix possible NPE in HTTPSampler2 if 302 does not have Location header.
 discard 6a0580e  Set compiler source/target to 1.4
 discard c0bb1c0  Tweak comments
 discard 9aa9b62  Bug 43007 - Test ends before all threadgroups started
 discard a93a691  Bug 42918 - Size Assertion now treats an empty response as having zero length
 discard 8f3fd01  Bug 43006 - NPE if icon.properties file not found
 discard 7019d68  Document change to special port 80 behaviour
 discard 078c64e  Bug 43054 - SSLManager causes stress tests to saturate and crash
 discard 9851360  Document headless fixes
 discard 23c5b40  Force the X11 display variable to be checked early on for non-GUI runs [Avoids some problems with running non-GUI on headless hosts]
 discard a54abd7  Check for additional icon errors when running headless
 discard 7754042  Check the contents of the batchtest log file for any unexpected output
 discard 758cc30  Properties file for running batch test
 discard 6d9c306  Reduce warning to informational message (makes detecting batch errors easier)
 discard 305e443  Detect if non-GUI runs OK headless by forcing it to try using non-headless mode
 discard 4694ed8  Document fixes
 discard e3847d9  Fix NPE caused by incorrect change of clear() to clearData() Clarified code by using testStarted() rather than clear() to initialise accumulator.
 discard 7856c60  Fix Gump failure
 discard 5fa1642  Oops! The setup of the port got lost in the recent changes.
 discard 1ee0342  Log  file.encoding
 discard aed4094  Allow for file.encoding=UTF-8 and UTF8
 discard 37552b9  Clarify build requirements
 discard 928738f  Add content encoding
 discard cc16f61  Allow for timing variations
 discard 27510b1  Add compile-tests dependency to test-head(less|ed) internal targets
 discard 75c18f3  TestSetup is not a suite, so use the common interface Test instead
 discard 140dbbd  Update to 2.3 API
 discard 0530bf4  Update to 2.3 API
 discard 9528fbf  Update to 2.3 API
 discard ff61688  Fix up javadoc header replace
 discard 98c1318  Previously excluded javadoc classes
 discard bc4140d  Tidy up Javadoc generation
 discard b3d7137  Overview file for Javadoc
 discard 5a77111  Update site docs
 discard 777f9d2  Clarify change to javax.net property definitions
 discard fc93c46  Move to one-time setup and teardown to save restarting the server
 discard af7c62b  Fix mirror server to work on Unix as well
 discard 6c543ff  Split HTTP and HTTPClient tests to make it easier to see which fail
 discard b464858  Apply documentation updates
 discard 2d14eb8  Make difference output clearer
 discard 50616fa  Document use of java.awt.headless for testing
 discard fee94ee  Since rest of file is written with EOL=LF on Windows, make sure the header lines are too
 discard 4edaf73  Allow tests to be compiled against JMeter jars (so can test without recompile of source)
 discard 73cb1a4  Data output files are LF format
 discard a080f3b  CSV files are native format
 discard 68ec62b  Fix test to work in other Locales.
 discard 9efb597  Re-work Transaction Controller so original behaviour is the default
 discard 0c86ead  Quote '.' to prevent problems on locales with a different decimal point
 discard b191fdb  Restore setup of PACKAGE_OBJECT for use by Transaction Controller
 discard affcf99  Give access to mirror server thread status
 discard 2df55ee  Add check that mirror server did not fail upon startup
 discard 840b950  Fix bug introduced in r485103 (should have applied the cast to the entire product)
 discard 731f56c  Fix minor typos.
 discard 88d9403  Fix test so it no longer depends on arbitrary HashMap ordering
 discard 8042359  Remove unused Sun-only code
 discard 90c1d5c  Remove unused Sun-only code
 discard 973f458  Fix NPE when password is not provided
 discard 173cfd7  Update to latest XStream License
 discard bf8616e  javax.net.ssl now in system.properties
 discard acd7399  Ignore csv and xml files
 discard 7b4b36e  Jexl function did not allow variables
 discard 24c9505  Don't create site or api docs at distribution time as they are in SVN
 discard d4b0d4a  No need to create site separately now
 discard 103a5b5  Site documentation
 discard ce0b537  Site documentation
 discard 36ed9c1  Bug 42173 - Let HTTP Proxy handle encoding of request, and undecode parameter values
 discard b9e05b7  Bug 42173 - Let HTTP Proxy handle encoding of request, and undecode parameter values
 discard 4ced8e7  Various document clarifications and tidyup
 discard cda1288  Prepare for release
 discard 94ffef5  Add note re assertions etc behaviour in Transaction Controller
 discard e2c3788  Re-arrange bugs list in categories
 discard 23eb5d9  Bug 42232 now fixed
 discard dbe52f9  Bug 40099 - Enable use of object variable in ForEachController
 discard ce5796f  Activate => Enable (to agree with Disable)
 discard 74c177f  Added commons-io
 discard 67fb016  BSF Sampler passes additional variables to the script
 discard 858ce03  Bug 42778 - Transaction Controller skips sample (NPE)
 discard 27121e7  Remove unnecessary debug statement
 discard 80c3a21  Include name of sampler in log message, to make it easier to see which sampler it is
 discard 7f38666  Add Failed only checkbox documentation
 discard 7cb1d6d  Bug 42674 - default to pre-emptive authorisation if not specified
 discard af38863  Add wire.header example
 discard 9f6087b  Bug 41612 - Loop nested in IF behaves erratically
 discard d5983d2  Add test for Bug 41612 Loop nested in IF behaves erraticly
 discard 8d986b3  Document pre-emptive authentication for httpclient
 discard d337f4a  Fix the httpclient logging examples
 discard b034376  HtmlParser 1.6 (2.0) is the default now
 discard 6e2729c  Update to JUnit 3.8.2
 discard 73227ea  Update JUnit to 3.8.2
 discard 9f80d5e  Document proxy.pause
 discard b059a21  Update version checks
 discard 32d98e0  Don't save empty comments (except for test plan)
 discard 28721ef  Replace deprecated delete by nested version
 discard 6217e52  Update version check for SampleSaveConfigurationConverter
 discard 0db9ba4  Bug 42674 - Skip formatter if present in JMX file
 discard cad6caf  Clear up old jmx.out files before a new test
 discard f2119f0  Bug 42660 - BeanShell* : add property to specify if "testStarted" etc methods should be called
 discard e7b9100  Update BeanShell variable names
 discard 59422c6  Correct variable name jmctx => ctx
 discard ae69829  Add details of variables
 discard c64571e  Add comment re BeanShellListeners.bshrc
 discard fc256e2  Oops, left in cut-n-paste...
 discard 428711c  Ensure lib.opt is created
 discard 10999bb  Update SampleSaveConfigurationConverter version
 discard 2b36ef3  Maintain backward compatibility if <bytes> field is missing
 discard fa53260  Bug 42659 - BeanShellIAssertion: include error from interpreter in message in GUI
 discard 146908b  Reduce the size of an empty comment box
 discard 09ce36d  Change default to save byte counts, as these are needed for some Listeners
 discard 0ccd7cf  No need for reflection as we only use JsseSSLManager now.
 discard 8c115cc  Fix up initial state of followRedirects Rearrange WebServer panel to use only one line
 discard f72f352  Make Automatic redirects the default
 discard da6f2c0  Can't use Slow socket with Java https (JSSE)
 discard 99ac85c  Handle CPS setup here for now
 discard b60fb04  Slow SSL sockets have to be done elsewhere
 discard 41ee4ff  Add SlowSSLSocket wrapper if required
 discard ba04e22  SSLSocket wrapper to emulate slow devices
 discard 57b4d96  Use generic slow streams
 discard 3d26a00  Generic versions of slow streams
 discard 573ac81  Implement the missing createSocket() method (which was not needed originally, but is now)
 discard 5a3c8b7  Oops - need to retrieve the property value ...
 discard c77fa95  Simplify BeanShell init and logging
 discard bae3b1d  Suppress default logging of failed listener invocations
 discard 22dcad8  Tidy logging; add evalNoLog() method for use by listener callbacks
 discard f07abd7  Fix comment markers
 discard c799e77  Forgot clearGui() for this element
 discard bfbfdc2  Downgrade log messages to debug; add NON-NLS markers
 discard e09e496  Bug 42582 - JSON pretty printing in Tree View Listener
 discard d32d1f7  Add some attribute and empty child test cases
 discard 737b93a  Document Eclipse/Ant build differences
 discard 9eb306b  Eclipse builds no longer exclude images [Allows Run to work without needing core.jar] Updated readme; no longer any optional jars for build purposes.
 discard 6d54eb1  Oops forgot javamail.complete ...
 discard 6a7a59e  Remove optional library checks as no longer needed Tidy up unused targets
 discard 572ed3d  No need to exclude BeanShell classes
 discard 92cd127  Add TestListener and ThreadListener support to BeanShell test elements
 discard dfd3eef  Unnecessary to enable ThreadListener for all TestElements
 discard 3339b2e  Avoid NPE if node has no childred
 discard 059515f  Fix up version check
 discard bd1f5b7  Must implement Clearable so can find the clearable GUI nodes that use it
 discard db3f1a1  Improve debug output
 discard d884263  Tidy not_in_menu
 discard 633a62f  Jndi no longer present
 discard 64496c8  Not used
 discard b4a3ec6  Not used
 discard 17eb25f  The clear() method was defined in the following interfaces: Clearable, JMeterGUIComponent and TestElement. The methods serve different purposes, so two of them were renamed: the Clearable method is now clearData() and the JMeterGUIComponent method is now clearGui(). 3rd party add-ons may need to be rebuilt.
 discard b43a179  Add Reset Gui menu item
 discard 6f6fee3  Add Reset Gui resource
 discard daa8668  Not used
 discard fe9991f  Remove unnecessary override Nothing to clear, so no need to implement Clearable
 discard 5bce33d  Remove unnecessary override
 discard aeaefbc  Check bodySent not null TODO check mirror server running OK
 discard 6bd5fcc  Remove unused import
 discard 4509e31  Label needs to be created before it is used (init was moved too early).
 discard 4a28b97  Add new constructor to simply usage
 discard 71d9bc6  Ensure mTextArea is set up before it is used
 discard 264af1a  Clone should never return null
 discard 57671a1  YELLOW already exists
 discard 5bd0f65  DateFormat is not thread-safe - make non-static
 discard 39c4a70  DateFormat is not thread-safe Only need one SAXerror handler
 discard bcfef37  Make nested class static
 discard ee53cfc  Remove unused logger; make fields private
 discard 87365fe  Restore Report section (needed for unit tests)
 discard 84720b4  Message count was not being restored correctly
 discard 0a0a036  __threadNum does not work in config elements Add some extra clarifications
 discard 6751fdb  Bug 41774 User doc "Building a JMS point-to-point test" has mistakes
 discard 903da2c  Bug 25441 - TestPlan changes sometimes detected incorrectly (isDirty) - fix Load/Close problem
 discard ae44a6a  BSF jar is included...
 discard 4ce9015  Add session context property details
 discard 9f9c7bb  Add warning re SSL error
 discard c76f9ad  Bug 42506 - JMeter threads all use the same SSL session
 discard 81ec3b5  Expand Timer description Fix gif/png mixups Comment out empty Reports section
 discard 34ba893  Remove commented items
 discard 1609496  Bug 42326 - Order of elements in .jmx files changes - take 2
 discard 52027d9  Check for beanshell not found (better than throwing NPE)
 discard d86b0a4  Some more changes
 discard 230ea34  Bug 42326 - Order of elements in .jmx files changes
 discard 33bf348  Use new KeyStrokes class - change Remote Start All to C+S+R Comment out Paste As Insert (same as Paste)
 discard 138a443  Use new KeyStrokes class
 discard 0ade86d  Use new KeyStrokes class
 discard 73ecd5e  Collect all the KeyStrokes together
 discard 8bb4d17  Bug 42539 - HCI: Inconsistent position of "Remove" in contextual menu
 discard 8ca105a  Tidy up remote start error messages, and remove double-reporting of init error.
 discard d90a858  Add NON-NLS markers. Add getJMeterBinDir() method. Fix findFile() to take account of separators.
 discard 1a84004  Replace "Error" by resource string
 discard 0e30a13  Bug 42537 - I18N: french translation mistakes on Test Plan main page
 discard f4e11ab  Allow title to be provided for error messages
 discard 46a2dcb  JMeter requires JVM 1.4+
 discard cf1c0dc  Bug 41913 - TransactionController now creates samples as sub-samples of the transaction
 discard 85cb254  Remove unused import
 discard 222a9db  TransactionSampler is not a real sampler
 discard b1a69fd  Move Transaction Controller to core
 discard 535203c  Add accelerator (Ctrl+Shift+E) for clear
 discard b20b75c  Clear the sample count
 discard 1785fbc  Fix CLI long optional argument to require "=" (as for short options)
 discard 36c3bf3  Correct error in optional description
 discard 02db307  Functions are shared between threads, so setParameters() and execute() need to be synchronized if there are any class fields.
 discard b20adb8  Functions are shared between threads, so setParameters() and execute() need to be synchronized if there are any class fields.
 discard f15ab5e  Functions are shared between threads, so setParameters() and execute() need to be synchronized if there are any class fields.
 discard c8f4cc1  New tests for constructor(boolean) and setFormatter()
 discard cbaea52  Need to set printMilliseconds correctly
 discard 751fd1c  Improved loading of CSV log files: - Listener config now used - Header line used to determine format if possible - log messages give field name and line number - try simple date format if cannot parse milliseconds
 discard 00a1b6a  Allow setup of formatter by OldSaveService (CSV)
 discard 298ffdc  Use ISO format date Use StringBuffer instead of multiple GUI element inserts
 discard db4198f  Implement readResolve for transient formatter Add constructor for use by OldSaveService (and testing)
 discard 77938eb  Pass save configuration to CSV loader
 discard b8f7fee  Remove unused field
 discard 57bc678  Only read timestamp if timestamp was saved
 discard 8b5a73e  Only write timestamp heading if timestamp is saved
 discard ecde49b  Fix saveservice values to correspond with defaults
 discard 03b6a8a  Log which field was being parsed when an error is detected
 discard 2891bf2  Improved error handling
 discard 755948b  Revert to parameterless -r option as the change could break some command files; add -R option with parameter instead. Fix JMeterHome path check to avoid the need to generate URLS
 discard 7870b17  Better representation of TEXT options
 discard f81702a  Fix clone() methods; add serialversionid
 discard aa00c51  Bug 42379 - GUI JUnit tests fails when test are executed in non-English Locale
 discard 797cf35  Bug 24684 - remote startup problems if spaces in the path of the jmeter
 discard fd1b0be  Bug 40851 - Loop controller with 0 iterations, stops evaluating the iterations field
 discard 986530c  Bug 25441 - TestPlan changes sometimes detected incorrectly (isDirty)
 discard ecb301a  Bug 42346 (patch 20143) - Objects that doesn´t save changes
 discard 796007b  Minor docn fix
 discard 5cdef8a  Bug 39734 - Listeners shared after copy/paste operation
 discard 7fad70e  Allow user to cancel out of Close dialogue
 discard 5037107  Update comments; add NLS marker
 discard d4bac6c  Bug 25441 - TestPlan changes sometimes detected incorrectly (isDirty)
 discard 5a3359d  Bug 40027 - small typo in Junit sampler documentation
 discard 9c4460d  Add NLS markers
 discard 837a232  Add NLS markers; extract string constants and general tidy up
 discard 4e3eab5  Add some Function resources
 discard 6fb17a5  Fix GUI alignment
 discard 00e1eb1  Not used
 discard 9288940  Fix GUI layout problems Add NLS markers where appropriate
 discard e7987ae  Add NLS markers
 discard 8630533  Does not appear to be used
 discard a8fbb48  Remove deprecated methods; remove duplicate output in toString()
 discard 7bd850e  Fixup description for optional parameters
 discard 3763dd1  Remove @version
 discard be9bf22  Remove deprecated method and add toShortString test method
 discard 762c318  Remove @version CVS marker
 discard 024c6dc  Remove @version CVS marker
 discard b3a18d8  Bug 42325 - Implement the "clear" method for the LogicControllers Patch 20130
 discard 800121f  Document Link Parser match criteria
 discard a715aad  Fix doc
 discard 641a95a  Skip javascript: links; log full sampler for match
 discard 8037fd0  Add "file:" protocol handling to HTTP Sampler (for testing)
 discard 0c80fe2  Use ActionNames.ADD / ADD_PARENT instead of strings Add NLS markers; lowercase resource names
 discard f57b765  Set resource name to lower case as per properties
 discard 780af3a  Bug 42325 - Implement the "clear" method for the LogicControllers
 discard e7d40cd  Bug 42325 - Implement the "clear" method for the LogicControllers
 discard ea6360b  Replace string by resource Add NON-NLS markers
 discard 045c5ae  Add NON-NLS markers
 discard 0f7f880  Bug 40077 - Creating new Elements copies values from Existing elements Applied patch 20129
 discard 2492405  Bug 41078 - merge results in name change of test plan
 discard 57fc09c  Bug 30120 - Name of simple controller is resetted if a new simple controller is added as child
 discard 42e359f  Bug 30120 - Name of simple controller is resetted if a new simple controller is added as child
 discard 9c069dd  More test cases
 discard a3f8356  Remove unnecessary synchronisation from isArgumentMatched() & isAnchorMatched() Add some utility match methods; tidy code
 discard 95e2ba4  Add extra debug logging; tidyup
 discard 319b927  Remove unused log
 discard 265ee4c  Bug 42247 - improve HCI
 discard 9717ae2  Bug 42267 - Concurrent GUI update failure in Proxy Recording
 discard 1347e67  JDBC Sampler: add Commit, Rollback and Autocommit
 discard b0acab8  Bug 39808 - Invalid redirect causes incorrect sample time
 discard 6038790  Bug 42018 (patch 20035) - fix autocommit config
 discard e861ae3  Bug 36755 (patch 20073) - consistent closing of file streams
 discard d45a00d  Remove unused import
 discard 168ea9e  Remove unused import
 discard 73420ff  Test cases for optional argument handling. N.B. testOptionalArgLongEquals currently fails; optional arguments don't currently work for long options
 discard 41910cc  Add remote server list option to -r/--runremote flag - report an error if extraneous command-line arguments present
 discard 65baec1  Remove references to 2.2.1 (replace with 2.2+)
 discard 36f0107  Remove some unused throw clauses
 discard a45b3d7  Remove some unused throw clauses
 discard 1887cda  Bug 42223 - Add ability to upload files via FTP
 discard ab9ba1f  Now using commons-io
 discard ceeef33  Left out a commons-io reference
 discard d128534  Add commons-IO-1.3.1
 discard a1a9861  Use new setProperty(String, boolean) method
 discard 59de8b4  Use Boolean.toString() instead of JOrphan work-round
 discard 8544c42  Use Boolean.toString() instead of JOrphan work-round
 discard 3892de1  Use Boolean.toString() instead of JOrphan work-round
 discard 1dd2cc1  Use Boolean.toString() instead of JOrphan work-round
 discard 8b921f8  Now using commons-net
 discard 3666b5c  Deprecate booleanToString() now we are using 1.4
 discard e777a85  Add setProperty(String, boolean) helper method
 discard a933487  Allow some margin of error
 discard 75940f8  Change version to match updated saveservice.properties
 discard 6f1c66a  Bug 36755 - Save XML test files with UTF-8 encoding
 discard 0f02c8b  Document all BeanShell init properties
 discard ee56c64  Add commons-lang
 discard c45e57f  Bug 40369 - LDAP: Stable search results in sampler
 discard 8078ec7  Add StringBuffer method
 discard 5cc8034  Bug 42185 - If a HTTP Sampler follows a redirect, and is set up to download images, then images are downloaded multiple times
 discard 5912da8  Remove English translation
 discard d1bab6a  Bug 42184 - Number of bytes for subsamples not added to sample when sub samples are added
 discard 3ff8e55  Fixup links and Java version requirements
 discard 9a3e652  use the getRegisteredCookieSpecs() method now it is available
 discard 7d8450e  Promote CSV Data Set
 discard 98514d6  Bug 42158 - Improve support for multipart/form-data requests in HTTP Proxy server
 discard a8276cd  Bug 42156 - HTTPRequest HTTPClient incorrectly urlencodes parameter value in POST
 discard 021cb07  Bug 42139 - Add more unit tests to TestHTTPSamplersAgainstHttpMirrorServer
 discard 8628404  Bug 41518 - JMeter changes the HTTP header Content Type for POST request
 discard 0b61847  Bug 42088 - Add XPath Assertion for booleans
 discard db2b40f  Fix title width problem
 discard ea06fea  Allow default cache size to be defined
 discard 6fd2e50  Bug 42057 Allow for null connection caused by null method
 discard 04b9087  Bug 42057 Allow for null connection caused by null method
 discard 5360b71  Bug 40825 - Add JDBC prepared statement support - docs
 discard ac4fda4  Bug 40825 - Add JDBC prepared statement support
 discard f0fa913  Move method creation into try block as it can cause IllegalArgument
 discard 4e82ca3  Bug 42098 - Use specified encoding for parameter values in HTTP GET
 discard 6773353  Fix https test case to use correct port
 discard 76ac18a  Bug 27780 - (patch 19936) create multipart/form-data HTTP request without uploading file
 discard 71b451d  Http classes are built later, so use dynamic method access.
 discard 4030e59  New utility class
 discard f902bc9  Optionally start mirror server
 discard 7e66756  Document remote variable/function problem.
 discard c6188e8  Add port constructor; refactor to use private method ins constructors
 discard 3324767  Bug 42019 - Content type not stored in redirected HTTP request with subresults
 discard f87f685  Bug 42019 - additionally set up contentType and dataEncoding; urlsetup moved from subclass
 discard f43fbe3  Move update of parent fields to parent; tidy
 discard b6e05ef  Bug 42022 - HTTPSampler does not allow multiple headers of same name
 discard 7bdd167  Bug 27780 (patch 19892) - fix encoding
 discard 3bf1a1a  Bug 27780 (patch 19792) - update POST handling Also updated PostWriterTest to include additional headers
 discard fa2e3d9  Bug 27780 (patch 19859) update POST tests
 discard a585fdb  Bug 41913 (19861) - fix ViewTree Assertion display; accumulate sub-sample byte-count
 discard 9a2f2c3  If thread name has to be fetched, save it.
 discard 5243c88  Reduce logging output
 discard d75a7c9  Tidy up GUI. Check wsdl field not domain for empty WSDL. Remove useless CANCEL options from warning dialogs
 discard 93be0bd  Remove unnecessary revision marker
 discard 2cb1236  Allow sampler to be created when optional mail jars are missing Better reporting of problems creating the document
 discard b7e269d  Add another example - preemptive auth
 discard 49ab7bb  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@524307 13f79535-47bb-0310-9956-ffa450edef68
 discard f000614  Unused imports
 discard 6a6340c  Update to httpclient 3.1-rc1
 discard 2892646  Bug 41944 - Subresults not handled recursively by ResultSaver
 discard 0debe40  Add missing svn:eol-style native properties
 discard 533903b  General tidyup
 discard f7756da  Tidy LDAPExt documentation
 discard fac1bbd  Set responseCode to null if -1
 discard cba8c6c  Bug 41928 - Make all request headers sent by HTTP Request sampler appear in sample result
 discard ae48b91  Bug 41928 - Make all request headers sent by HTTP Request sampler appear in sample result
 discard 5832651  Bug 41905 - Can't cut/paste/select Header Manager fields in Java 1.6
 discard 2913c74  Minor formatting tidyup
 discard eb52775  Title panel needs to extend across whole width
 discard 0ef6001  Document use of getLabelResource vs getStaticLabel
 discard 3fb5d8d  Bug 41837 - Parameter value corruption in proxy
 discard adbc528  split() generates 1 element list from empty string, so check the string
 discard 04fcbcd  Add the header to the parse error
 discard 91f708f  Bug 41884 - Chinese character mistake
 discard b538b19  Bug 41903 - ViewResultsFullVisualizer : status column looks bad when you do copy and paste
 discard 088d6a8  Put header in result
 discard e0b8d4e  Bug 41902 - NPE in HTTPSampler when responseCode = -1
 discard 6e0168f  Fix minor typos
 discard ce9419e  Bug 41880 - Add content-type filtering to HTTP Proxy Server
 discard 85d71d5  Basic &amp; test
 discard e6b1806  Remove success? key
 discard d8f93da  Bug 40589- Unescape XML entities in embedded URLs
 discard 4e51cd5  Bug 40589- Unescape XML entities in embedded URLs
 discard e52f9b6  Use new HTTPSSLProtocolSocketFactory for HttpClient and Java
 discard f946e24  New combined HttpClient and Java socket factory
 discard 7714fa1  Bug 39693 - View Result Table use icon instead of check box
 discard 4c237c1  Needs to be public
 discard ff4f999  Bug 41876 - Add more options to control what the HTTP Proxy generates
 discard 24aea54  Use resource for HTTPSampler2 title
 discard 5b1ebdf  Unused imports
 discard a502b25  Log the protocol used
 discard 8235282  Use specific log file for jmeter server instance
 discard 3e0b9ad  Add temporary override for https protocol: https.default.protocol
 discard e64ff94  Use specific log file for jmeter server instance
 discard cc49094  Use specific log for batchtest
 discard 7a28a11  HttpClient sampler was checking the wrong header for gzipped content
 discard 07a261e  Use new AssertionResult constructor
 discard 3592f77  Needs to be public for unit tests
 discard 36901f5  Allow Proxy to work with HTTPSampler2
 discard 0a717bb  Bug 41873 - Add name to AssertionResult and display AssertionResult in ViewResultsFullVisualizer
 discard 50815cf  Bug 40371 - response assertion "pattern to test" scrollbar problem
 discard 5aa427a  Log max connection retry count
 discard 0c77f93  Add standard deviation to Summary Report
 discard 39f48cf  Add http.java.sampler.retries for HTTP sampler retries
 discard 98be0dc  noshade has no value
 discard 5d42fbc  Bug 41259 - Comment field added to all test elements
 discard 74b578c  Fix minor layout problem
 discard 7c1cb32  More download details
 discard 457445a  Basic jmeter script for JVMs that do not support all the -X options
 discard 3b0383b  Fix typo; remove GC debug
 discard d6ddf9d  Use pushd/popd to change to script directory rather than CD Fixup log file names
 discard a75fc7a  Document -j option
 discard 29de8d5  Added oro.patterncache.size
 discard 7224770  Clarify comma escaping
 discard 905e110  New -j option to easily change jmeter log file
 discard be71879  New -j option to easily change jmeter log file
 discard 06e96d3  Start to add logfile option INCOMPLETE
 discard f93fbee  Split up getProperties to allow startup to change the log file name.
 discard d923f4f  Add findFile method which also checks bin directory
 discard 3dc7427  Bug 39864 - BeanShell init files now found from currrent or bin directory
 discard 29731a0  Remove stale import
 discard d08dde8  Update to velocity 1.5; add commons-lang-2.3
 discard 36f7369  Change HttpClient proxy definition to use NTCredentials; added http.proxyDomain property for this
 discard 2742dc9  Align messages
 discard dbca835  Bug 40325 - allow specification of proxyuser and proxypassword for WebServiceSampler
 discard 82e9de5  Ensure that sampler endtime is always set even if an Exception occurs
 discard cac580f  Document change to LDAP
 discard 19f6405  Fix tag nesting (hopefully)
 discard b0929f3  Sorted by key
 discard 5d58adc  Bug 40103 - various LDAP enhancements
 discard 64eb409  New XMLBuffer utility class (currently only used by LDAP)
 discard 9143942  No longer ALPHA
 discard 0618481  Remove CVS tag
 discard 0b17301  Allow access to index
 discard c52d6dd  Bug 41704 - Allow charset encoding to be specified for CSV DataSet
 discard 563cd13  Bug 40933, 40945 - optional matching of embedded resource URLs
 discard 080cd16  Document logkit used by rmi
 discard 324d6ce  Tidy up image directories
 discard ccf863a  Tidy the changes
 discard 90684a5  Bug 41705 - add content-encoding option to HTTP samplers
 discard 7363768  Exclude ObsoleteGui from Menus
 discard 0b35e7c  Exclude ObsoleteGui from tests
 discard 50440ee  SQLConfigGUI has been deleted; add a dummy GUI element so testplans don't cause errors
 discard 89cc7f9  Move Active MQ jar details to getting started Clarify JMeter lib and lib/ext directories
 discard 1a806ee  Update Eclipse instructions
 discard 6663ddc  Beanshell is still optional
 discard f6151d0  Fix up missing items from archives
 discard 8b8b4ee  Add API build jars
 discard fd8ee44  Moved to lib/doc
 discard e2bd5aa  Fix up to allow for new API jars
 discard 2f66f46  Add Geronimo API jars to the build
 discard 3a90621  Add build-only jars
 discard 99ccad8  Directory for ASF jars defining external APIs
 discard fa3a7da  Make counter volatile (else can return wrong value)
 discard bf6a819  Update version check
 discard a908567  Update Javadoc - explain why delta can take longer than reporting interval
 discard a793a76  Give a bit more information when samples fail
 discard ff88943  Update Javadoc to say when testStarted/testEnded are called
 discard 68763a0  Move documentation jars to lib/doc
 discard e1ad164  New directory for documentation jars
 discard bcd885e  Bug 41781
 discard c0716e6  Bug 41787 - update JMS documentation [N.B. JMS jar details to be added to get-started.]
 discard 717aed9  Document fixed classes
 discard c62d2a4  Fix up some messy comments
 discard 51476e3  Add some timestamp output
 discard e80ca70  summariser only for non-GUI mode
 discard 8e26906  Assumed that the timstamp was always at the end ...
 discard 274898b  Assumed that the timstamp was always at the end ...
 discard b5aa52e  addSample() assumed that the timstamp was always at the end
 discard bcad47d  Must use PureJavaReflectionProvider to ensure maximum compatibilty
 discard bc60ff3  Unmarshall is needed after all
 discard e3dd115  Reverting change to constructor - did not help
 discard 1051a16  Update version check
 discard a15ef33  Downgrade unnecessary log message
 discard 1fefa3f  Now no need for unmarshall routine
 discard 5b35162  Set non-saved members in constructor
 discard 128e900  Make the svnant taskdef optional by enclosing it in the target that uses it
 discard 6facb1b  Fixed this earlier
 discard d32ec51  Allow for errors on headless boxes
 discard bc66d28  Add task to allow fetching of current revision from SVN [Requires svnant jars to be downloaded to lib/opt]
 discard d72a0b8  Add some build info
 discard 34b27c5  Clarify purpose of nightly builds
 discard 5d76c04  Remove old targets Add nightly target
 discard 6bc60f6  Oops - not neeeded (and causes Gump fail)
 discard 86970c8  Add hashCode() so Findbugs does not complain about derived classes TODO: still needs to be fixed ...
 discard 6dd392e  Document cookie flag
 discard 63311b9  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@514347 13f79535-47bb-0310-9956-ffa450edef68
 discard bb81de8  Fix up another test
 discard 933788d  Remove a JDK 1.3 work-round
 discard bab83fb  Not used
 discard 19e7983  Add serialVersionUIDs
 discard a6acbc3  Updated version checks (XStream Mapper changes)
 discard f29528e  Need at least one test..
 discard 34c4f4b  Remove deprecated JMeterUtils.split()
 discard 4b9534d  Remove deprecated JMeterUtils.split()
 discard 0dcbd7c  Catch CachePattern Exception instead of all Exceptions
 discard c99fa45  Use JMeterUtils pattern Cache
 discard 8fd563b  No point in this being serializable
 discard 604a3db  No point in this being serializable
 discard d3c9aa4  Replace deprecated Xstream ClassMapper with Mapper
 discard e176d21  Revert to Boolean.valueof()
 discard 1429571  Tidy exclusion list
 discard eb700a5  Updated jar versions
 discard 1d7c60e  Updated various jars Changed build to use a properties file and specific jar versions
 discard 28e84ae  Initial very simple batch test task and script TODO: add more elements to the test plan
 discard 3497997  Bug 41707 - HTTP Proxy XML-RPC support
 discard eb32a0b  Update copyright year
 discard 0ba6e2b  Bug 40696 - retrieve embedded resources from STYLE URL() attributes
 discard 555dd01  Use Matcher and PatternCache from JMeterUtils instead of private versions
 discard b7ac9fb  Remove unused imports
 discard 7f4af60  Remove unused imports
 discard bb91a1e  Remove unused private method
 discard 5439bf7  Remove formatting from Calculator classes Add unit tests for Functor method calls
 discard 4780772  Remove all String routines; formatting is now done by the Renderers
 discard ea8916f  Use new ObjectTableModel constructor; add testFunctors() - unit test hook Apply local renderers instead of relying on Calculator routines
 discard 87e97c4  Use new ObjectTableModel constructor; add testFunctors() - unit test hook
 discard bb63ad9  Initial version of JTable rendering utility classes
 discard 39b492a  Add check that only appropriate objects are added Add unit test helper methods
 discard 781ab58  Add unit test helper methods
 discard fea2f37  Added __V variable function to resolve nested variable names [Forgot to add new file last time; added example]
 discard 90c3182  Added __V variable function to resolve nested variable names
 discard b216db6  Reformat mangled comments
 discard 9e3f779  Document incorrect avg. Bytes value in 2.2
 discard 7a30265  Put more detail into the JMeterError throwable
 discard 9e11031  Put more detail into the JMeterError throwable
 discard a537c63  Session name may contain meta characters
 discard 9392755  Allow for spaces in JMeter installation directory
 discard 9c3e81f  Bug 39717 - use icons in the results tree instead of colors
 discard 607a2d8  Bug 39717 - use icons in the results tree instead of colors
 discard 3f01458  Unused import
 discard 94ffae1  Xstream 1.2.1 & xpp3_min-1.1.1.3.4.O
 discard 1aae078  Show time if test fails
 discard 34caa65  Update to htmlparser 2.0
 discard 91c54f9  Update to htmlparser 2.0
 discard 30ff684  Update to htmlparser 2.0
 discard 468b472  Update to xalan-j_2_7_0
 discard 50e76e6  Bug 40103 - extraneous /operation tag
 discard 430db8c  Document Bug 22510
 discard 0cd1ea9  Update tag list
 discard 60bc343  Not sure why the Map was static
 discard 5f4068f  Bug 41663 - dead links on ASF/JMeter page
 discard 90526d5  Bug 36959 - Shortcuts "ctrl c" and "ctrl v" don't work on the tree elements
 discard 0de7281  Make non-serialisable field transient
 discard a84551e  Make non-serialisable field transient
 discard 199b96a  Make non-serialisable field transient
 discard 0d09a84  Make non-serialisable field transient
 discard 948fa0c  Make non-serialisable field transient
 discard e8f0405  Make non-serialisable field transient
 discard 0d95639  Make non-serialisable field transient
 discard f5e48da  Make non-serialisable field transient
 discard 91530d4  Make non-serialisable field transient
 discard 6e97af1  Make non-serialisable field transient
 discard dbbfc6e  Make non-serialisable field transient
 discard d93439a  Make non-serialisable field transient
 discard 7f0a25d  Make non-serialisable field transient
 discard 60c4d4d  Make non-serialisable field transient
 discard f7c3760  Bug 41523 - extend XPathExtractor to work with non-NodeList XPath expressions
 discard 9eea91f  Bug 41523 - extend XPathExtractor to work with non-NodeList XPath expressions
 discard 28a0c6f  Extract filename once
 discard 5388d5f  Fix some possible file close failures
 discard 1a8fbc3  Protect against possible NPE
 discard 1b8e41d  Add some more Auth tests
 discard be0f231  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@506163 13f79535-47bb-0310-9956-ffa450edef68
 discard 6d27304  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@506126 13f79535-47bb-0310-9956-ffa450edef68
 discard 409b2fe  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@506125 13f79535-47bb-0310-9956-ffa450edef68
 discard 474a9f3  Ensure file is closed; remove useless instance of Properties()
 discard b81df14  Tidy unused classes
 discard cc06f70  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@506100 13f79535-47bb-0310-9956-ffa450edef68
 discard d4b150c  Document and simplify some code
 discard 3dfb61d  Ensure test element is updated by Test button
 discard 292c7c2  A few more ignore resources for use in testing
 discard c14399b  Document lack of support for testplan=2.1
 discard 5bbf872  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@505692 13f79535-47bb-0310-9956-ffa450edef68
 discard 8d69a75  Bug 40383 - only set content-type if not already set Also apply to file upload. [HttpClient behaves the same way]
 discard 892ee9b  Bug 40383 - only set content-type if not already set
 discard 7c95740  Added Clearable (which it supports), so subclasses don't need to
 discard d637dd6  Added Clearable (which it supports), so subclasses don't need to
 discard 387bde1  New method in Response Assertion
 discard cfd28b1  Bug 40369 (partial) add equals matching to Response Assertion Also tidied up the interfaces somewhat
 discard 0d51887  Bug 40381 - LDAP: more descriptive strings
 discard d539b67  Fix quoting
 discard 4f30e0f  Update version check for property file
 discard e78bd1c  Say which nameMap
 discard 7984479  Add HttpMirror class names
 discard bf4d92c  Adding HTTP Mirror server workbench item
 discard 079bbb1  Bug 33964 - send file as entire post body if name & type are omitted
 discard 0b59328  Content type string moved to parent class
 discard d64ba5d  Comment File fields; add getSendFileAsBody() method.
 discard 21f0f80  PostWriter methods are static
 discard 616096f  Add closeQuietly() methods for [Server]Sockets remove JDK1.3 encode/decode work-rounds
 discard cccf5c2  Replace JOrphanUtils.encode with URLEncoder.encode
 discard 0fdd668  Replace JOrphanUtils.encode with URLEncoder.encode
 discard 93a2186  Fix test case for new Domai/Realm fields
 discard acb6ce2  Use new Domain/realm fields in HttpClient sampler
 discard bcf3a0c  Add Domain and Realm to Authorisation Manager
 discard 83e88ac  Bug 39827 - SOAP Sampler content length for files
 discard e5a3dda  Bug 39827 - set correct content length; and allow override if necessary
 discard 1dfa40f  Don't allow the Content-Length to be overridden
 discard 6eb8a97  Use bytes, not characters! See Bug 39827
 discard e9da123  More updates
 discard f0592c5  Bug 41416 - don't use chunked encoding for XML provided in the text box
 discard 66603cb  Bug 41543 - exception when webserver returns "500 Internal Server Error" and content-length is 0
 discard 36867bd  Remove unused items
 discard ed7e168  Tidy links
 discard 1965d8c  Various documentation clarifications
 discard c743f92  Add Index/Next/Prev to site documentation
 discard cfae314  Align some log lines
 discard e83f1c9  Remove internal AlwaysTrustManager in favour of CustomTrustManager
 discard fcd5565  Allow for use of standard Java truststore (will be needed to support conditional trust management)
 discard 0fcb942  Initial implementation of trust manager
 discard 86e858d  Downgrade detailed logging to debug level
 discard 3b48c3a  Improve logging messages
 discard a683727  More changes
 discard 34da4f8  Reduce logging output
 discard 1c5b6e1  Add call to SSLManager which sets up the same https handling as for the Java stack
 discard df71131  Add HttpClient socket setup
 discard ed87866  New class to handle HttpClient secure sockets for use with SSLManager
 discard 70a5f82  Tidy up logging; remove GUI warning popups
 discard 47bb16f  Remove unused log and imports
 discard e0317d9  Update comments
 discard 75be56f  Tidy up some messages
 discard 06d90cd  Remove unnecessary SVN tag
 discard 6654639  JAVA 1.4 now handles all keystore types, so just use default
 discard 3c879ba  No point checking an empty keystore and then complaining if it is empty.
 discard d01be61  Update documentation
 discard ab44c7c  Don't prompt for password if there is no keystore
 discard 9083ec9  Replace Sun-specific com.sun.net classes with javax.net
 discard ac863c9  Make log messages clearer; give access to string constant
 discard 7bd7d5b  Now only one type of connection class
 discard 8707d12  Narrow catch clause; set system property directly
 discard cb7441f  Update version check
 discard ec327e5  Move SSL properties to system.properties
 discard e425992  Update ASF licence headers
 discard feac373  Update ASF licence headers
 discard 01c87af  Update version check
 discard 6c63478  Replace Sun-specific com.sun.net classes with javax.net
 discard 2caeea0  Remove unused import
 discard f913170  Java1.4+ no longer requires java.protocol.handler.pkgs to be set
 discard 2613835  Add comments re javax.net.debug settings
 discard d408115  Bug 41522 - Use JUnit sampler name in sample results
 discard a97b9aa  Bug 41457 - Add TCP Sampler option to not re-use connections
 discard b586285  Add some missing implementations to the interface
 discard 8620b27  Remove catches for unthrown throws
 discard c14f640  Elimimate various JDK 1.3 work-rounds
 discard 0f3f415  Remove unthrown throws
 discard 759be50  Elimimate various JDK 1.3 work-rounds
 discard 57c81b9  Deprecate JDK 1.3 work-rounds
 discard 883385b  No need to change back to LINE_END ...
 discard 68fbeab  No need to change back to LINE_END ...
 discard 170f86a  Start list iterator at beginning for the forward scan.
 discard f3e2a45  updating the component doc to warn users about setUp and tearDown peter
 discard af4803e  I've added a NOTE in red to warn users the setUp and tearDown methods must be public. peter
 discard 89f64c7  Fix version check
 discard c71f21c  Bug 40100 - check FileServer type before calling close
 discard 5c44ba4  Clarify what is meant by batch mode
 discard 1ada125  Bug 34261 - NPE in HtmlParser (allow for missing attributes)
 discard 5df9028  New jmeter -n -r command file
 discard f3121c7  Remove $id
 discard 66885ae  Remove $id
 discard c456550  Remove $id
 discard 29e99ca  Fix NPE in active thread counts for remote tests
 discard 0cc9c1a  Bug 41414 - Mac OS X may add extra item to -jar classpath
 discard fc0611c  Bug 41277 - add Latency and Encoding to CSV output
 discard c82e407  ThreadCounts are saved as two values Don't bother setting unused string variable
 discard ec4f4e1  Bug 40461 - document CSVRead restriction embedded commas
 discard 4df348c  Add image width and height
 discard 5108a3f  Add image dimensions for faster rendering
 discard db0950a  New file for testing htmlparser 1.6/2.0
 discard ff6938a  Remove unused throws clauses
 discard b513ff6  Remove unused import and throws
 discard 4a8f60a  Replace == with string.equals()
 discard b23ab93  Add size to logo
 discard f030c29  Ensure all the required HTMLParser16 classes are picked up; Add temporary test for htmlparser16
 discard d1dffac  Allow parsing of "bad" javascript
 discard 9529f4e  Update JS to rhino1_6R5 (MPL/GPL dual license)
 discard 151bce1  Refer to top-level LICENSE files
 discard 370bb4c  Update copyright years
 discard 026be4c  Update to 1.6R5
 discard c3de909  Update JS/Rhino
 discard e70c95d  Update JS to rhino1_6R5 (MPL/GPL dual license)
 discard bfc8bec  Move licenses to top-level directory
 discard 169c165  Update versions
 discard 38f26ad  Update license (remove copyright)
 discard c86bf68  Update license (remove copyright)
 discard 4cf30d3  Update license (remove copyright)
 discard 813419e  Update license (remove copyright)
 discard 9e7352a  Update license (remove copyright)
 discard 751d4c4  Update license (remove copyright)
 discard 6c003ce  Add ALV2
 discard e523216  Update license (remove copyright)
 discard 971a46e  Update license (remove copyright)
 discard db8dedb  Update license (remove copyright)
 discard 222bf2a  Update license (remove copyright)
 discard c8fa548  Update license (remove copyright)
 discard a49954d  Update license (remove copyright)
 discard df20637  Update license (remove copyright)
 discard 6e168b7  Update license (remove copyright)
 discard bd5d121  Update license (remove copyright)
 discard e416bae  Update license (remove copyright)
 discard cb8075d  Update license (remove copyright)
 discard a41ee83  Remove old CSV tag ($Header$)
 discard 2df7c92  Remove old CSV tag ($Header$)
 discard 7b6e96c  Remove old CSV tag ($Header$)
 discard b706445  Ignore Findbugs marker file
 discard d5fd08c  Remove old CSV tag ($Header$)
 discard c958f9d  Update license (remove copyright)
 discard 5a963ea  Update license (remove copyright)
 discard ed54ac3  General excludes were being ignored; move to specific entry
 discard be00b0c  Bug 41140 - run PostProcessor in forward order
 discard 4fbd8ef  Documentation updates
 discard 5661bd0  Some updates
 discard d2f21fa  Replace thread number with name
 discard 4f32ded  Oops forgot JMS (also uses mail)
 discard d57521c  Bug 41160 - exclusions and libraries were out of date
 discard 339f4de  Fix uneven distribution of end values, see: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200609.mbox/%3cloom.20060928T021049-454@post.gmane.org%3e
 discard 27117b8  Add details of JDBC settings (from building a db test plan)
 discard 2c5f8f4  Minor typos
 discard 11be9a0  Add notes that BeanShell must be downloaded
 discard 05265a8  Bug 41100 - PUT files not being closed
 discard dac133a  Better behaviour when BeanShell jar is missing Update serialVerId
 discard 579cc18  Better behaviour when BeanShell jar is missing
 discard 270f047  BeanShell Post-Processor no longer ignores samples with zero-length result data
 discard 990727a  Don't ignore samples with zero-length data
 discard 88476f3  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@481824 13f79535-47bb-0310-9956-ffa450edef68
 discard 7408aea  Fixup version check
 discard ce61966  Ensure compiler.done() is called even for null samples
 discard f26dd05  HTTP version (httpclient.version) defaults to 1.1
 discard 9802e11  More memory for Findbugs
 discard ffa51b5  More fixes documented
 discard b396c41  40804 - Change Counter default to max = Long.MAX_VALUE
 discard 1f94b8f  Bug 40954 - ensure start time gets started
 discard c05a84b  Bug 41029 - JMeter -t fails to close input JMX file
 discard 41ea67b  fixing a bug with the initConnection. Some JMS providers have issues if getTopicConnectionFactory isn't called first.
 discard 61a2a13  Bug 40773 - XML JTL not parsed correctly
 discard 1f186f5  Bug 40772 - correctly parse missing fields
 discard eba1b9d  Bug 40791 - Calculator used by Summary Report
 discard bc52bbe  Fix deserialisation bug
 discard c46e2c3  Fix deserialization bug
 discard 6913fa4  Replace generic Exception with specific ones
 discard 6543ba1  Replace generic Exception with specific ones
 discard 33918ee  Replace generic Exception with specific ones
 discard 00b9f36  Replace generic Exception with specific ones Remove unused import
 discard b618649  Fix possible NPE
 discard 574d971  Replace generic Exception with specific ones
 discard 11ecf43  Unused import
 discard 42571a4  Fix deserialisation bug
 discard 10f486e  Fix deserialisation bug
 discard e59a7f1  Replace generic Exception with specific one
 discard 778bd96  Replace generic Exception with specific ones
 discard f7a2f25  Unused import
 discard 2b712fb  Unused import
 discard ea07c1f  Unused import
 discard 2cf3d11  Unused import
 discard 244e4e7  Make sure code called by constructors cannot be overridden
 discard 0d57af4  Added timeout to WebService (SOAP) sampler
 discard 7b368e2  Fix NPE in Remote mode (transient field was not set up)
 discard cdcf4a4  Fix NPE in Remote mode (transient field was not set up)
 discard 135d91d  Bug 40451 - set label if not set by sampler
 discard 5bce4b5  Bug 40451 - set label if not set by sampler
 discard 42a3520  Document recent changes
 discard 6414ad0  Bug 40562 - redirects no longer invoke RE post processors
 discard 4aef752  Clarify redirect descriptions (hopefully)
 discard 16813d0  Add some hidden form element tests
 discard 655e445  Fix do to agree with picture. TODO - fix example and picture to be more useful (login should be outside SimpleController)
 discard bba9110  Bug 39861 - fix typo
 discard e5b09bb  Bug 40419 - Chinese messages translation fix
 discard 9d741aa  Add optional BeanShell init file
 discard 7d00af1  Minor tidyup
 discard 917e488  Ensure HostConfig is fully set up before use Add default http parameter setup
 discard 6bf1184  Add details of httpclient parameters file
 discard c64f581  Update property
 discard 5c2f732  Example httpclient parameters file
 discard bca0930  Utility class to populate HttpClient parameters
 discard 14ebd5f  Add fixAmps() sample method
 discard 00b3926  Fix problem where While Controller gets stale value for condition
 discard 399d67f  Re-enabling test as it seems to have been fixed
 discard 84cc08f  Fix typo - see http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200606.mbox/%3ce6jn52$l9a$1@sea.gmane.org%3e
 discard c4d4563  Update NOTICE for new format
 discard cb3d073  40438 - setting "httpclient.localaddress" has no effect Added hostconfig to httpclient object
 discard 49fdba0  Initial commit; describe SVN status
 discard 98b04a7  Initial commit; describe SVN status
 discard c618bac  Bug 39773 - NTLM now needs local host name - fix other call
 discard 751ec9a  Clarify JDBC pool name usage
 discard 4cfad2c  Fix remaining 2.1 branch reference
 discard 51da385  applying the https contribution from Carl Nygaard <cn...@google.com>
 discard 199c75e  applying the https contribution from Carl Nygaard <cn...@google.com>
 discard 989f2d6  applying the https contribution from Carl Nygaard <cn...@google.com>
 discard a9b4b17  Htmlparser 1.6 is not currently in Gump
 discard ff6a94c  Created by accident
 discard 40ce573  Start branch for 2.2 development
 discard 0e85958  Start branch for 2.2 development
 discard 959f16d  Add sample override properties files
 discard e799040  Change distribution to pack the site docs as well
 discard 2a315dd  Log the local host name being used
 discard 4855135  Bug 39773 - NTLM now needs local host name
 discard 606b9e8  Bug 39773 - NTLM now needs local host name
 discard e562ed4  Need to assume htmlparser1.6 is present
 discard 0af29ee  Fix some td->th
 discard 0512ee7  Add some Ingres (2006) details
 discard 87740bd  Get data from Callable statement result
 discard 0359509  Show file name if cannot be found or read
 discard f8f9722  Fix for Bug 39729 - Replace URLConnection with Commons HTTPClient in SOAP/XML-RPC sampler
 discard 064ad03  Change how default parser is handled
 discard 1d8859a  Document embedded response parsing
 discard 3b1b1e6  Add poolname to config screenshot;
 discard 6b0c566  Add poolname to config screenshot; SQL query config no longer used
 discard 34703e8  Bug 39735 - remove unnecessary thread array
 discard 087a304  Add tests for split() edge behaviour
 discard 7e97aa7  Fix behaviour with trailing delimiters
 discard aa5fbc9  Fix Java 1.3 compilation error
 discard 96ac72d  Fix Java 1.3 compilation error
 discard c1d9e20  Fix Java 1.3 compilation error
 discard 9d0a9b5  Use 1.3-compatible KeyEvent
 discard 3bf899f  Fix Java 1.3 compilation error
 discard d77d03d  More tests TODO fix failing split() test
 discard b5d20a6  Add parsing of additional media types
 discard 944768b  Add parsing of additional media types
 discard 0f47767  Add getMediaType() method
 discard e25bd02  Add trim() method
 discard 69a2565  Add HTTPResponse.parsers property; htmlParser.types; wmlParser.types
 discard 79b1bd0  Update docn
 discard f544861  More tests
 discard aa9c53b  Add start time to Table Visualiser
 discard 6d22c12  Add getStartTimeFormatted() method for Functors to use
 discard c36ad70  Doc
 discard f1955e7  More tests
 discard 0971480  Add Cookie policy to Cookie Manager Gui
 discard 4a4ec76  Implement isPathSpecified and isDomainSpecified; delegate cookie policy setup to the GUI; move cookie save formatting to be near load method
 discard 8217dea  Use same method as HTTPSampler for extracting cookies so we are sure the same policy is used
 discard da5dc55  Add domain- and path-specified properties. These are needed for some cookie policies
 discard 7952654  Add Cookie Policy message
 discard 7597d0c  Test file for testing cookie loading
 discard c075b4f  Use new superclass method
 discard dc36b1d  Add getPropertyAsString(key,default) utility method
 discard 6a138d5  We're using HttpClient cookie management
 discard fb32e01  Use ExpiresMillis() method
 discard ca742ea  Update cookie handling to use updated CookieManager methods
 discard df68ffe  Extract some constants
 discard 3522112  Add some more HTTP constants
 discard fad1aef  Test multiple cookies
 discard 7eb955c  Convert to Commons HttpClient cookie parsing and matching
 discard 6c79a3b  Document expiryTime
 discard e31a082  Minor tidyup
 discard 2081980  Bug 39707 - allow Regex match against URL
 discard b37979e  Bug 39707 - add URL radio button label
 discard 99da692  Add getUrlAsString() utility method
 discard 6268a4c  Add isSecure() utility methods
 discard befafa8  Add getDefaultPort() utility method
 discard c113674  Update to httpclient 3.0.1
 discard b26a3de  Update to httpclient 3.0.1
 discard 92873bf  Change order of additonal property loading to be before options
 discard 034d2f7  Sample user and system properties files
 discard 3748073  Change load.user_properties to user.properties Add system.properties
 discard 54f5455  Make setLoggingLevels() public
 discard 85aa1c8  New addPath() utility method
 discard 1158a48  Add JEXL to output lib jar
 discard fc2df41  Document __jexl function
 discard f1e88ea  Automatically load properties from user.properties file
 discard 7af3043  Ensure that search_paths is added to the classloader list
 discard cba2098  Bug 39677 - allow for space in JMETER_BIN variable
 discard 1046ea0  Add start time method
 discard 768e916  Add Jexl function TODO: update functions.xml/changes
 discard 53b24b1  Update version check
 discard 66eef14  Bug 39656 - always use SOAP action if it is provided
 discard 14ebc17  added try/catch to the setup method so that the sampler captures any failures. peter
 discard 7a0c487  Create hmtlparser16 directory always
 discard b57aac5  Bug 30267 - handle AutoRedirects properly
 discard 5c126dc  Bug 29481 - fix reloading sample results so subresults not counted twice
 discard 7eac84b  Htmlparser 1.6 is not present for Gump runs
 discard 944144d  Bug 26337 - show date of sample
 discard 4ddde0a  Add support for using htmlparser version 1.6 Tidy build.xml (remove optional BSF stuff)
 discard 893da44  Add support for using htmlparser version 1.6 Tidy build.xml (remove optional BSF stuff)
 discard cac1dd3  Bug 39652 - Allow truncation of labels on AxisGraph
 discard a814cf7  Update version check
 discard 3c24603  Remove transient fields
 discard 7d00027  Can't currently configure the delimiter or timeformat via the config dialog, so ensure that they can be picked up from jmeter.properties
 discard 7f5002b  Use named constant to document purpose
 discard 71711cb  Bug 39626 - Loading SOAP/XML-RPC requests from file
 discard 62d3ba1  Flag bug
 discard 8ab564c  Add findbugs html output
 discard 52272cd  Comparators should implement Serializable [Findbugs]
 discard 8e3ef31  Remove finalize calls [Findbugs]
 discard 45fdd49  Clarify Test Action behaviour
 discard cb59b84  Rework to make pause independent of the target - how (and does it make sense) to pause other threads?
 discard ced5a04  Remove unusable pauseTest() method - it does not do what was intended
 discard 96c9b34  Remove unnecessary pause method
 discard c9f4a06  Make some fields transient [Findbugs]
 discard 01f6817  No need for array to be public Make some fields transient [Findbugs]
 discard 59d789d  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@408528 13f79535-47bb-0310-9956-ffa450edef68
 discard fcb6229  Oops - need to check if Header exists
 discard 3cef054  No need for array to be public [Findbugs]
 discard 927f14b  Remove useless log of array.toString() [Findbugs]
 discard 1f42b48  Calculation needs dbl variable [Findbugs]
 discard d4bdcd9  No need for array to be public [Findbugs] Also privatised other variables
 discard cf5acde  Properly convert char array to string [Findbugs]
 discard affac7d  Move null check to where it might do some good ... [Findbugs]
 discard 3f69d9c  Math.round() needs float variable [Findbugs]
 discard 516e7a2  readObject/writeObject methods need to be private [Findbugs]
 discard 50fc9b9  Compare against value, not Header; close stream [Findbugs]
 discard 5b4642f  Add AjpSampler (bug 37652)
 discard 1e2de79  Add AjpSampler (bug 37652)
 discard 40a1a0c  Add AjpSampler (bug 37652)
 discard b11df77  Ensure recycle is set by default
 discard 2cdbc2d  Preload the START.* properties into variables
 discard 865fda1  Bug 38707 - encode spaces in extracted URLs
 discard c36400b  Update HTTP details
 discard f2332a1  Bug 39580 - recycle option for CSV Dataset
 discard 12421eb  Bug 39580 - Add recycle option (defaults to true)
 discard 3633c9c  Document how to use bsh to change throughput
 discard 7de713f  Remove BeanShellClient classes from core.jar
 discard ebbc761  Move bsh.prompt redefinition to client, so ordinary telnet works as before
 discard 18025f0  Add bshclient.jar
 discard b228bde  No longer needed
 discard 6b39d37  Updated sample
 discard 121a7e7  BeanShell client for sending scripts to the server
 discard b44f766  Use print() rather than System.out.println so output returns to caller
 discard 15863f5  Remove prompt; stop exit() from exitting JMeter. Add system property methods
 discard 5445211  Update bsh documentation and scripts
 discard fbe3abf  Update to Commons Logging 1.1
 discard 39d837b  Move commons logging setup earlier so works in GUI mode
 discard a74d19d  Use standard JMeter logging package
 discard e5d1078  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@407645 13f79535-47bb-0310-9956-ffa450edef68
 discard 3750776  Bug 39599 - ConcurrentModificationException Remove disabled items from loaded tree before returning it
 discard 7025040  Copyright belongs nearer start
 discard ac9b78b  Is this class still needed?
 discard bf37f4f  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@407630 13f79535-47bb-0310-9956-ffa450edef68
 discard ce484fd  Set Autoredirects correctly Add cookie debug logs
 discard a19491d  Check for wrong class
 discard b32b8af  Simplify
 discard 8d4844a  Add new get/set methods; change order of HTTP methods
 discard 0e4af26  Minor tweak
 discard df58796  Fix typo causing count to not update...
 discard aaf052c  Remove SSL debug setting
 discard 9b83b02  Document Test Action as a Timer
 discard 96538a8  Use pop-up dialog instead of error sample Allow for CSV header line
 discard 2c17959  Allow for CSV header, and additional new fields
 discard d7834fe  Move Calculator so it can access Result fields; Allow for multiple samples in a Result
 discard b45606d  Add utility showMessage methods
 discard d391160  Document CSV parsing
 discard 6c0c2e6  Add parameters to requestEntity otherwise they are lost
 discard 2f6ce30  Can't access SampleResult from jorphan code
 discard 000b7a8  Updated saveservice.properties SVN version
 discard 577f55e  Add SummaryReport
 discard 5673b06  Create Summary Report visualiser
 discard b1c6320  Add some checks for incorrect parameters
 discard e11f126  Document special use of ObjectTableModel
 discard 0f59943  Log error if possible
 discard 35a948a  loadExistingFile() no longer throws an Exception
 discard 0d3fb1c  Add Summary Report resource
 discard 446357e  Simplify startTime setting; document badly named method
 discard d56c5a7  Document getTimeStamp()
 discard 40ae4a2  Don't continue using connection if an error occurred; don't log error response content
 discard a95bbdc  Document Java Request sleep mask
 discard 4b492a3  loadExistingFile() no longer throws an Exception
 discard 5d21af3  Better handling of different JTL file formats
 discard 72c7f23  Bug 39533 - items added from wrong object
 discard fd2f32a  Bug 39533 - items added from wrong object
 discard 54dc7d0  Remove unnecessary elses
 discard 8574470  Use new Calculator instead of StatCalculator
 discard e16545d  Use new Calculator instead of StatCalculator
 discard fa4fc7c  Add cheaper calculator (no need to save results)
 discard 6d91c5f  Remove unnecessary PostWriter instance
 discard 56dc870  Remove unnecessary else
 discard 74b4ee6  Remove extra /ul
 discard 8fbf858  Bug 39447 - new Constant Throughput Timer algorithm
 discard 87298a5  More updates
 discard f06af1f  Add runtime debug switching
 discard 284be87  Add NON-NLS markers
 discard ee0e1a9  Fix some test errors
 discard f6efa4b  Improved delay calculation. No need to synch delay.
 discard 17bc3c6  Add information on line mode
 discard 6433e89  Update Constant Throughput Timer docs
 discard 5683456  Remove GC debug output
 discard c1e21b6  Add extra information to Exception trace
 discard e8a9568  Gui must implement Clearable if the Test Element does
 discard 793d9e3  Update GUI after updating group thread count
 discard da63206  Always disconnect
 discard 8f1772d  Protect against NPE with empty filename
 discard c3c9f14  Bug 37125
 discard 34e65e7  Oops! forgot that GUI might not exist
 discard 4f9b0ed  Replace strings by class names
 discard e36c2f9  Include BSF in distribution
 discard 23fb755  Include BSF in distribution
 discard 26beeb6  Include BSF in distribution
 discard 8f549e1  Unused import
 discard 1f2b764  Keep track of total threads
 discard a84857d  New HTTP screen dump; better explanation of file section Parameter name
 discard d798053  Print JMeter home dir on failure
 discard fa14c0d  Add HTTP Implementation message
 discard a8a0dbf  Show active / total threads in Menu bar
 discard 15280c5  Keep track of total threads
 discard 4ff9df9  Don't change visibility of overridden methods
 discard 45ddb49  Methods might as well be static
 discard bc16594  Use use boolean method instead of if/else; use property method
 discard 13e003f  Use use boolean method instead of if/else
 discard 7264019  Update file version
 discard 83446a3  Remove duplicated entry
 discard 0122e48  Minor tidyup
 discard e359a08  Add threadName to TableVisualizer
 discard 6976401  Log more info when the call fails
 discard ee240d1  Add Thread Name to Sampler Result Panel
 discard ea80516  Fix typo ($->#) Default to CSV output
 discard 52d5332  Document usage
 discard dd71a69  Define START.xxx properties; document internal JMeter variables
 discard c77ddba  Document System property file
 discard 5f96f9b  Add new __time() function
 discard 2b70900  Only fetch variables if needed
 discard f47a33f  Utility method for functions to check argument counts
 discard 423d4ec  Allow variables in Listener file names
 discard 9ba81ed  Renamed _StringFromFile as __StringFromFile (keeping old name as alias)
 discard e5b31c8  Add TODO
 discard 2d6e37c  Update versions
 discard 3dc88b3  Add active thread counts to result files
 discard 2836153  Move thread count increment to after startup delay Set up thread group in JMeterContext
 discard f5ce83d  Save ThreadGroup in the context
 discard f31f41e  Update versions
 discard 56ac53b  Document bug 33145
 discard 3a20b51  Bug 38250 - allow locale of zh_CN and zh_TW Close properties files after use
 discard 402a520  Show both default and JMeter locales
 discard 7ecec04  Bug 38824 - clarify behaviour of Ignore Status
 discard 258f728  USe multipart post as per bug 30509; this is how the default HTTP Sampler does it
 discard f6bdef6  Use new encodeBackSlashes method; Split string concatenation into separate write() calls
 discard 9a91f65  Add utility routine from post code
 discard fd58831  Documentation updates
 discard f1017f5  Documentation updates
 discard dca18cb  Allow spaces in dropped file names
 discard 531f004  TAG_URL now not used
 discard 710c715  Save URL separately from samplerData
 discard 4689c9e  Use writeitem() to save the URL
 discard af88575  Set up SampleResult fields
 discard d6ac68d  Ensure responseCode is never null
 discard 4c43178  Log exception message when file loading fails
 discard e305799  Allow TAG_URL to be used by HTTPResultConverter
 discard 13d52ab  Add the PUT content and headers
 discard 570d130  Unused import
 discard 30864d6  Add the PUT content
 discard 74a63ce  Add more HTTP methods
 discard 3a09a37  Allow default sampler to be changed TODO: enable this from the GUI
 discard bb66557  Add support for HEAD and PUT methods
 discard 85081b5  Add support for HEAD and PUT methods PUT may need further work
 discard af3ae03  Fix typo
 discard 84f9944  Empty string = default
 discard 529287a  Fix possible NPE if no WSDL present; add NON-NLS markers
 discard 3b13724  Tidy
 discard a267c7f  Rename variable to clarify use
 discard 74b5863  Bug 38234 - try to prevent / 0 crash
 discard 2c7e5a1  Bug 38234 - try to prevent / 0 crash
 discard 0d7709b  Bug 25236 - remove double scrollbar from Assertion Result Listener
 discard 621c201  Rename table column, as it contains the label, not the URL
 discard 24cd12c  Debug class
 discard e1e3ba2  Debug class
 discard 0f2c43e  Rearrange fields to same order as HTTP Samplers
 discard 7df8051  Document update
 discard 5692ba3  Use HTTPSamplerFactory to create the sampler
 discard 90e1ca9  Add https test
 discard 1084c61  Document update
 discard 6f009e4  Use HTTPSamplerFactory to create the sampler
 discard 469dc88  Use HTTPSamplerFactory to create the samples
 discard a9eefd3  Document update
 discard 4b49bbd  Use HTTPSamplerFactory class aliases
 discard fed40b5  Make alias names public
 discard 1510f05  Don't serialise ThreadLocal
 discard 5ca1f5d  Document abstract method
 discard e20e4c5  Clarify
 discard a062018  Allow Counter value to be formatted
 discard ff52982  Allow text to use whole screen
 discard 0bfa885  Assertion Result now show Label always
 discard 15bcba0  VMS FDL to fix JMX files
 discard dbd6a9d  Create year symbol for use in Copyright foooter
 discard c8beabe  Fix up nightly build URL
 discard fe7c292  Update property SVN version
 discard 555c3bf  Update version; remove temporary tar files
 discard 3769ba9  Remove deleted and test classes
 discard c1f776e  Fix TestSuite() name
 discard 37116ad  Ensure TestSuites are named
 discard f11242b  Not needed
 discard 4ea9caa  Unused import
 discard 49cb51b  Bug 15025 - URL Rewriter can cache Session ID
 discard f528a21  Update screenshot to add questionmark checkbox
 discard c27e80a  Minor documentation tweaks
 discard c45a300  Minor documentation tweaks
 discard 2741f7b  Fix compiler warnings
 discard a74df0a  Change to add HTTPArgument, as required by HTTPSamplerBase
 discard 305dec7  Don't log error if only 404
 discard f278be7  Add encoding test
 discard 5985c3c  Proxy-generated query parameters now saved as is to prevent unnecesary encoding
 discard 29279dc  Should not have made class private
 discard 98d179d  NLS changes; general tidyup
 discard 4380c69  Fix Assertion parameter order
 discard 10d5fcc  Ignore non HTTP Samplers
 discard c2d9ac9  Ignore non HTTP Samplers
 discard 7e09f92  Move to test tree
 discard 60d0b01  Dummy Sampler for testing
 discard ee7212f  Tidy up
 discard d4ea217  Expand tree by default when loading a test plan
 discard f5948c4  Expand tree by default when loading a test plan
 discard 6f0d22f  added explanation for the columns in the aggregate report.
 discard 9ee4fc1  Simplify, now that PKCS12KeyStore class is no longer used
 discard 0f500a6  Add user variables section
 discard 61b6074  Replace package variables with method returns
 discard 9f120d1  Explain Graph terms in more detail
 discard 9efdd36  Renamed label in component reference
 discard 1a99384  Clarify Aggregate Report throughput calculation Document which Listeners don't save each sample
 discard 755231a  Now with two different samplers
 discard b825d87  Resources are lower-case
 discard bb932a2  Update
 discard 36920be  Remove some remaining ISASILK references
 discard 605d9b2  Remove more IAIK references
 discard a666828  Need to initialise SSL Manager before creating the connection Bug 25505 - First HTTP sampling fails with "HTTPS hostname wrong: should be <localhost>"
 discard 2f81239  Replace static section by field initialisation
 discard f244847  Remove IAIK references and non-default SSL settings
 discard db953ed  Ensure files are closed. Remove IAIK references.
 discard abe289c  Add closeQuietly utility methods
 discard 52e135f  Bug 26136 - allow configuration of localHost for HttpClient connections
 discard 621b5f7  Document more fixes
 discard df7f95e  Sort out some NLS strings
 discard 82af36d  Close input file
 discard 6a5bce0  Bug 38694 - WebService sampler does not set encoding correctly
 discard c796499  Move method to parent class as it only affects fields in the parent class anyway
 discard 414de05  Improve error reporting/handling
 discard e19f666  Bug 39252 - need to save data in Query string
 discard 5437fd9  Tidy up
 discard c87e2af  Rename Win2K-only files as .cmd
 discard af152a5  Rename Win2K-only files as .cmd
 discard f6d230b  Allow text input fields to use up rest of screen width
 discard da6679b  Make protocol field a bit larger (for use with variables)
 discard f3d1af1  Show default protocol
 discard a8d4c3d  Add string version of int constant
 discard 73f7150  Add -S option - load system properties from file Add -N option - define nonProxyHosts list
 discard a4fdebc  Bug 39252 set SoapSampler sample result from XML data
 discard ee7cda9  Check for null replacement entry (can happen if include file is missing)
 discard 8605118  Fix version check
 discard a207be2  Improve error reporting. Close input file after use.
 discard 91cffd8  CD to directory containg the file
 discard f5dd7f0  Skip directories when scanning for XML files
 discard bf2cf49  Add option to exclude directories from the filter
 discard 1259f29  Document which embedded resources are extracted from HTML pages
 discard 502c300  Document latest fixes
 discard b8bdbe2  Update test list to allow for changed shared .set/.all files Shorten assertion messages
 discard 779ad27  Need to continue after finding a background attribute - otherwise body with background is not scanned
 discard da409c6  Add body, table, td, tr background images
 discard 657c454  Remove duplicated code
 discard 84d95a9  Pick up any background images, e.g. from table, tr td etc
 discard 71e20b7  Update JavaScript doc
 discard b9e58cf  Allow DOS batch files to work from any directory
 discard 6301095  Update version check
 discard 028b09d  Document Save Responses to a file
 discard f3e1be6  Don't save responseData unless it is text
 discard 2e9c968  Read back the Resultfile when loading the log file
 discard 62183a4  Save Response file name in sample; optionally save in log file
 discard b48158f  Add fileName save option for ResultSaver
 discard c8891cb  New updates
 discard 08fea37  Document sample log formats
 discard 08d8d11  Explain file_format better
 discard 7ff0416  Move SaveServiceConstants into OldSaveService Update CSV header: time->elapsed Add bytes and URL to output
 discard 3dcd598  Save filename in sample
 discard 3866031  Add resultFileName for keeping track of ResultSaver files
 discard bb58096  Does not use SaveServiceConstants
 discard 0914a3e  Ensure domain and user are never null for NTCredentials
 discard 9a73997  Tidy up; add NLS markers
 discard fd518c4  Tidy up; add NLS markers
 discard 4485a28  Tidy up; add NLS markers
 discard 63f8bd2  Tidy up; add NLS markers
 discard 5a916e2  Tidy up
 discard a91d15e  Tidy up; add NLS markers
 discard 9832cb9  Tidy up; add NLS markers
 discard 25fd814  Fix access problem for test case
 discard 4aa6e56  Tidy up; add NLS markers
 discard 91a99d3  Tidy up; add NLS markers
 discard a1e40fc  Tidy up
 discard a18baf6  Tidy up; add NLS markers
 discard c313e25  Tidy up; add NLS markers
 discard e95b519  Tidy up; add NLS markers
 discard 3a53afb  Tidy up; add NLS markers
 discard 1dfdbbe  Tidy up
 discard a304837  Tidy up; add NLS markers
 discard 788be5c  Tidy up; add NLS markers
 discard 39691be  Tidy up; add NLS markers
 discard c0a5f62  Tidy up; add NLS markers
 discard ce59816  Tidy up; add NLS markers
 discard 7f0237c  Tidy up
 discard 53a470a  Tidy up; add NLS markers
 discard 24b18ca  Tidy up; add NLS markers
 discard 27ee8e6  Tidy up; add NLS markers
 discard 3316988  Tidy up; add NLS markers
 discard 803213e  Tidy up; add NLS markers
 discard a82532d  Tidy up; add NLS markers
 discard 0fe5813  Tidy up; add NLS markers
 discard fd0824f  Tidy up; add NLS markers
 discard 00c9166  Tidy up; add NLS markers
 discard a784348  Tidy up; add NLS markers
 discard 25151fe  Tidy up; add NLS markers
 discard e808f15  Tidy up; add NLS markers
 discard 2d02fbf  Tidy up; add NLS markers
 discard 1c0b3fc  Tidy up; add NLS markers
 discard e74002b  Tidy up; add NLS markers
 discard f1df7e8  Tidy up; add NLS markers
 discard b096ca8  Tidy up; add NLS markers
 discard ba04167  Tidy up; add NLS markers
 discard b9ebc51  Tidy up; add NLS markers
 discard f925db7  Ensure the transient object is recreated by the server
 discard 5d5cfea  Ensure the transient object is recreated by the server
 discard 72efb76  Ensure the transient object is recreated by the server
 discard a416aeb  Tidy up; add NLS markers
 discard d378531  Tidy up; add NLS markers
 discard 8464dd2  Ensure the transient object is recreated by the server
 discard 1ad4027  Tidy up; add NLS markers
 discard 2f81686  Tidy up; add NLS markers
 discard bcabda6  Tidy up; add NLS markers
 discard 9a506a9  Tidy up; add NLS markers
 discard d12a4d1  make log final; remove transient
 discard 48e86c5  Stop RMI registry when server exits
 discard 0eb7fbb  Add some support for MimeMultipart TODO - create subsamples for each message
 discard 471e0d1  NTCred domain cannot be null; try the empty string Remove empty method and call
 discard 155f886  Ensure the transient object is recreated by the server
 discard d4cd5d2  Should not have been committed to SVN
 discard fe5cead  Save proxy user and password for HttpClient Sampler
 discard 422fa9d  Remove unused code
 discard 33e283b  Document "feature"
 discard 5a2c12c  Bug 39205 - stack overflow with empty document
 discard 03704e7  Clarify that REs don't need /RE/
 discard 2a2342e  Move call to SaveService.getVERSION() out of static class init - it is called during SaveService init, so causes a hang.
 discard b284281  Tidy up source/binary packaging Add MANIFEST to archives to help identify them
 discard 5c0efa0  Add new converter to list; update version for scriptwrapper
 discard dd9c3cf  Replace direct access to static final strings with accessors to prevent problems with stale versions if dependent classes are not recompiled
 discard d1eef0c  Move MANIFEST to top-level directory
 discard 5ac5dbe  Fix saveservice.properties version
 discard 056cde7  Fix minor doc error
 discard 5b5539b  Establish new converter
 discard 5acc593  Initial implementation of converter to skip default new fields
 discard 7979c88  Upgrade to xstream 1.1.3
 discard 574feb2  Update ignores
 discard 12800fb  Update ignores
 discard 9f916c5  Make 2.1 JTL version the default; add byte output
 discard c415032  Add bytes to detail display
 discard c3264d4  Sample test for demonstrating JMeter Ant script/stylesheet
 discard a366ecc  Update version checking
 discard 5f16572  Add multiple node XPath extraction
 discard 3729d8d  Forgot to update clone method
 discard eaa962e  Allow for null URL
 discard fe603ee  ResponseData can never be null; use length instead
 discard e8a4e0e  Deprecate getResponseDataAsBA - no longer needed, as RD is never null
 discard 00f28b1  Make some fields private, as not needed elsewhere
 discard da06fc8  Use getBytes() instead of responseData().length so it works with reloaded JTL files which don't have the actual data
 discard 3617382  Save URL
 discard 0520d82  Fix naming convention
 discard 55604c2  Calculate byte size if not already set up
 discard 443cb98  Add bytes to output; TODO add URL
 discard b68aba5  Add bytes/Url save options
 discard ccbc42f  Document execution order
 discard e1c1d64  Improve timer documentation
 discard 9bdba27  Fix version check
 discard be3e643  Add optional xml preprocessing line
 discard 0b835a7  Add optional xml preprocessing line
 discard 9f41bcd  Add optional xml preprocessing line
 discard bf28c78  Add optional xml preprocessing line
 discard 5a2d7d0  Documentation update
 discard 2e86fcc  Mark strings as non-languge-specific (NLS)
 discard e7b5f84  Document soap:Envelope
 discard c66e0cd  Revert unwanted change
 discard b2a3920  Handle null URL; use better method of detecting binary data
 discard e7ab757  Ignore all htmlparser jars
 discard 44bd83a  Add link to httpclient logging page
 discard 4b81c66  Add tutorials to printable_docs
 discard 7f5eba0  Document changing RMI server port
 discard 623c522  Correct the link
 discard 1d45393  Make it easier to change the RMI/Server port
 discard cdda50f  More documentation updates...
 discard 4a07d10  Some more reorganisation
 discard f04c4d1  Document environment variables; add JVM_ARGS to Unix script
 discard c6f816a  Reorganise properties into related sections TODO - more reorg needed ...
 discard 4c8b53e  Remove unused string constant
 discard 62c14a8  Bug 38682 - add CallableStatement functionality to JDBC Sampler
 discard ccdb85c  Use TextArea for scripts
 discard e99feb4  Remove SQL Config GUI documentation Re-order Configuration section
 discard 9cd02df  No longer needed - did not work with the Bean version of JDBC anyway
 discard e886a44  Used wrong image constant - just as well we have the Junit tests...
 discard fcc20ff  Move common strings to parent class
 discard 5cec18b  HtmlParserHTMLParser now in separate jar
 discard 5d236e1  Add Manifest, NOTICE and LICENCE to all jars
 discard 894aa01  Skip certain tests for the examples
 discard 041836b  Add examples to build
 discard 0c368c0  Fix TestBean Examples so that they work
 discard 202c534  No need for two MANIFEST files
 discard 9378f6c  Add common details to shared MANIFEST
 discard cf51ac2  Fix counter function to use independent per-user counters
 discard 98d01b8  Point to top-level of SVN, not trunk
 discard 4cc5882  Reorganised to group related items together Put name as first attribute so they display in Eclipse outline
 discard 186712e  Copy deprecation code from site.vsl add optional numbers to second level index
 discard c593f7b  Replace <br/> with <br></br>; add Top links
 discard 3454bf2  Add JS version details
 discard cf03b85  Document rc/rs changes
 discard b7e4f18  Allow either rc or rs as response code
 discard 05e2178  make field private to avoid hiding by subclass
 discard fd5f7d3  Rename local vars to avoid hiding others
 discard 3bc4280  Rename local vars to avoid hiding others
 discard 7604093  Rename local vars to avoid hiding others
 discard 2c24d68  Remove unused imports
 discard 5d7055e  Remove unnecessary casts
 discard 57a62b7  Remove unnecessary casts
 discard 1578e97  Remove unnecessary casts
 discard ca50e75  Remove unnecessary casts
 discard 21dfbfe  Remove unnecessary casts
 discard 81eaeb2  Remove unnecessary casts
 discard ba191d4  Remove unnecessary cast; rename local var to avoid hiding another
 discard 5cbd988  Remove unnecessary cast; rename local var to avoid hiding another
 discard c3ec0d7  Remove unnecessary casts
 discard 17a4dff  Remove unnecessary cast; rename local var to avoid hiding another
 discard a2b3f2f  Remove unnecessary casts
 discard a860393  Update tags
 discard ff545fb  Preparing for 2.1.2 release
 discard 55f011d  Add file to assert message
 discard fe356d9  Update alias version
 discard b079798  Update details
 discard 35c0993  Test for missing aliases
 discard aa669b5  Add missing TestElement and GUI aliases
 discard fea287d  Add Jakarta to name
 discard 00c5fd0  Extract Property file load as public method for use in testing
 discard f757caa  Add more TCP documentation
 discard 08afe56  Improve handling of missing mail jar
 discard 0c1b894  Add write(OS,IS) implementation
 discard 1c5c843  Update converter version
 discard 11ad6a3  Don't write binary responseData to the file
 discard 4030bb8  Change log levels to more suitable values
 discard 6628feb  Oops - forgot to assign the value
 discard bc36b9d  Ensure that subresult thread names are set up
 discard 1b1e416  Previous change caused a test failure; undo it TODO: probably still need to fix some double-(de)-coding issues, but need test cases first
 discard 4c60312  Update tags
 discard 99336ba  Add Known Bugs section
 discard a3601fa  __split() now deletes next free variable to make it work better with ForEach controller
 discard 8f9f843  Add BeanShell Listener docs; update HTTP re login forms
 discard 1b11c69  Clarify __split() quoting
 discard d9db593  Add BeanShell Listener
 discard 9fb28fc  Allow for missing set method
 discard af79835  Allow TestBeans to be SampleListeners
 discard 6cfcd9d  Only update each entry once
 discard 01c094c  Allow for missing property attribute
 discard 5ff9aa6  Avoid NPE when writing JTL if threadName does not get set
 discard f005f7d  Strip any leading data to allow display of XML where the marker is not at the start of the buffer TODO: perhaps trim only white-space
 discard 122efff  Bug 38681 - Include controller now works in non-GUI mode
 discard f2a96c14 Add Beanshell documentation for new test elements
 discard c386935  Images for new BeanShell elements
 discard 33d02df  Allow for slightly slow running
 discard 6562a9a  Rename BSH test elements. Include basic process() code. TODO: add file handling and script arguments
 discard 9b0f8a1  Fix potential NPE
 discard f3753d9  Initial stubs for additional BeanShell test elements Note: they do nothing except fail at present
 discard ff433a2  Start of test cases for timers
 discard 4c2831b  Start of test cases for timers
 discard cb18537  Initial implementation of BeanShell Timer
 discard b06c19f  Forgot to initialise class ...
 discard 45a141c  Eliminate some unused items
 discard d91ae38  Additional utility constructor
 discard 2d3ca51  Update JDBC docs
 discard c087e52  Bug 18359 - avoid double encoding
 discard 71255c0  Replace Base64 test (red herring) with special character test
 discard 2988afa  Bug 18359 - avoid double encoding
 discard 974f72d  Add utility method for adding pre-encoded Arguments
 discard 708874e  Make JUnit happy
 discard f7bb246  Use Arrays.equals to compare string arrays
 discard ef6e2d4  Document some TODOs
 discard 892bb16  Fix naming convention and incorrect parameter re-use
 discard 0e2ee84  Make string array private
 discard 3cc42f5  Remove some unused items
 discard 25a3c82  Remove unused items
 discard c3a49ed  Remove unused call
 discard 9a17813  Document some Findbugs info
 discard 9338773  Make parser an instance variable
 discard b3e7797  Moved test into separate tree
 discard 34314fc  Moved test code to test tree
 discard f2b23fb  Tidy Exceptions; move thread start from ctor
 discard abab421  PatternCacheLRU is not Serialisable, so make transient and create in readResolve()
 discard 11106b7  Replace generic Exception with specific one
 discard 821ed9b  Moved test code to test tree
 discard 0870d63  Moved test code to test tree
 discard c843c42  Replace generic Exception with specific one
 discard e42e376  Make strings final (and private, since they appear to be local)
 discard f0a3930  Replace generic Exception with specific one
 discard 4f45ef7  Bug 38840 - make XML Assertion thread-safe
 discard 4761fa6  Bug 38901 - Add optional SOAPAction header
 discard 2b69e1e  Bug 38902 - analyse response code -1
 discard 253b98b  Various docN updates
 discard 505c67f  Initial stab at documenting regular expressions
 discard 717ea2a  Add new page to chain
 discard ef4a0f8  Add new page to chain
 discard c1b8ae2  Various docN updates
 discard be5959a  New layout for sampler
 discard 960cd63  Start of mailreader sampler documentation ...
 discard 90e73c1  Update jdbc-request screenshot
 discard f52eb5a  Add test for bug 2063 - Cookie with = in value
 discard 751fbee  Remove broken method
 discard 0906128  Allow table to expand to window size
 discard 8eb40c2  Replace with current versions of GUI layout
 discard 0477fbc  Tidy up documentation
 discard 0b1bc4e  Add Password editor for TestBean support
 discard 2a6886a  Remove unnecessary main()
 discard c4f1d83  Update various images
 discard d62c8e2  Update various images
 discard ef35122  Add Save All As Image - saves entire JMeter screen
 discard f10ea1f  Fix asfext namespace
 discard 4247b75  moved to trunk
 discard c246e5d  Move doap to trunk
 discard d7ec782  Trailing / seems to be necessary for PMC to appear
 discard 050883c  Remove reference to GlobalMouseListener
 discard 0bf5038  Action names are now all in ActionNames class
 discard af873eb  Action names are now all in ActionNames class
 discard 9aff4f1  Action names are now all in ActionNames class
 discard 0564639  Action names are now all in ActionNames class
 discard 0610578  Action names are now all in ActionNames class
 discard 0da9d02  Action names are now all in ActionNames class
 discard 183bc73  Action names are now all in ActionNames class
 discard 802eaac  Move action name strings to ActionNames class
 discard cec6ffc  Action names are now all in ActionNames class
 discard 888ae63  Action names are now all in ActionNames class
 discard 44b7b26  Tidy log definition
 discard feb5917  Not needed
 discard 9deff4c  Move action name strings to ActionNames class
 discard ddaf0c7  Collect all action names together
 discard f1d0aa8  Correct typo
 discard 7f600df  Documentation tweaks
 discard c17b6cc  Threads = users
 discard a93a42f  Update to new layout
 discard 1019ae1  Build needs commons-codec
 discard 1af484d  More info in the assertion messages
 discard fc23b8c  No longer needed
 discard cadb121  No longer needed
 discard 94c42e9  Move to more suitable package name
 discard a89f668  Move to more suitable package name
 discard bfc2245  No longer needed
 discard a9e57e3  Base64 now used in testing AnchorModifier
 discard eb87936  Move all AnchorModifier tests to same class; add new Base64 test
 discard 7c97def  Use sample encoding
 discard 22e99e0  More closely simulate run-time by setting up XPath in separate test
 discard 2942d8f  Setup/correct reference to JUnit test class
 discard cc600a2  Bug 38764 - incorrect check for https protocol
 discard 9db1109  Set sampler time-stamps to start-time
 discard 84634af  Update copyright; add os details to log
 discard ee9fbbd  Bug 38748 - JDBC DataSourceElement fails with remote testing
 discard 8fe9de2  Use static Map to ensure same nodelist is used for all threads
 discard 6330b6c  Document usage of Maps
 discard 845069d  Expanded testfile for multi-thread test
 discard fa53e78  Move XPath tests to package test; add multi-threaded tests
 discard 64e051a  Bug 38302 - fix XPath function
 discard c052a10  Remove redundant code; update Javadoc
 discard fd1803b  Add some tests for XPath function
 discard a55023a  Add some tests for XPath function
 discard 82cda72  Bug 36430 - Counter now uses long rather than int to increase the range
 discard 1ae9caf  Bug 38474 - HTML Link Parser doesn't follow frame links
 discard 4fb8616  Bug 38640 - fix WebService Sampler pooling
 discard 4800d50  Bug 38646 - remove stale values if match fails Also set refname_g to number of groups in regex
 discard d861ea6  Convert some detailed logging to debug level
 discard fce2b68  updating the component docs
 discard 9db6001  updated the webservice sampler screenshot
 discard e188b91  updated the change log
 discard 189a3e1  fixing the Webservice sampler so it uses the binding address from the wsdl peter lin
 discard c00a3a4  Initial release of DOAP file
 discard d5e3bdb  Document includecontroller.prefix property
 discard 9e4c31f  Add optional includecontroller.prefix for locating files
 discard 96949da  Log document usage; demote some class fields
 discard 7c88ed4  Remove previous bug fix comments
 discard b6d288b  Revert previous change as it did nothing
 discard 4a29936  Revert previous change as it did nothing; add filename to log
 discard 1942409  Make Sample a read-only class
 discard 4f94673  Better layout of Request Data text
 discard e82ba0e  Tidy up samplerData layout
 discard 0f8d5b9  Comment out unused items
 discard d18f089  Bug 35792 - Fix WebService Sampler to allow functions/variables in string fields
 discard 8cc1fc2  Bug 37278 - Fix Include controller to allow functions/variables in file name field
 discard 571b55a  Ignore JMeter_*.jar as well
 discard 4de85c6  Bug 35224 - allow multiple attributes for LDAP sampler
 discard 468b146  Bug 38554 - Random function now uses long variables
 discard be2d5e7  Found some more tests
 discard 3c57a83  Move last of unit test code to test tree
 discard 85e38bb  Move last of unit test code to test tree
 discard 9267443  Bug 38391 - use long to accumulate delays
 discard 0415393  Bug 38391 - use long to accumulate delays
 discard 124f047  log JMeter Home directory
 discard 30d6b00  Remove htmlparser test from main test (bad idea anyway) Update testparser classpath to allow for test cases not in htmlparser.jar anymore
 discard d4e431f  Remove tests from htmlparser.jar Add htmlparser tests to main test suite
 discard 97fbc28  Move test code to test tree
 discard df4dabd  Remove test code (already in test tree) Also comment out unused fields
 discard c697a0a  Move test code to test tree
 discard 740cc8e  Move test code to test tree
 discard 1e4f3c3  Move test code to test tree
 discard f42f511  Move test code to test tree
 discard 516faa4  See bug 38256 - handling of missing cookie path
 discard 93c02ff  See bug 38256 - handling of missing cookie path
 discard 77ead82  See bug 38256 - some more test cases
 discard 6129b55  Tidy a bit
 discard a41e1b0  Add reference to JMeterThread.last_sample_ok
 discard 002ce4d  Move test code to test tree
 discard 8e173e7  Move test code to test tree
 discard 7cf6e66  Move test code to test tree
 discard 11b2df9  Move test code to test tree
 discard 18c3ed1  Move test code to test tree
 discard c49832f  _lib jar needs bin/*.properties files
 discard bdc55e5  Move test code to test tree
 discard ee5d29e  Improve Installation and build documentation
 discard 1808a69  Changes for HttpClient 3.0
 discard 521fea2  Move test code to test tree
 discard 7f43b55  Move test code to test tree
 discard 66252a9  Move test code to test tree
 discard 3143a30  Move test code to test tree
 discard 6d185b8  Fix Base Href to not remove trailing slash
 discard c09f478  Fixes for httpclient 3.0
 discard ce53e7e  New test for base href with full URL
 discard bd8baeb  New test for base href with full URL
 discard 0f3266d  Update tests to use sub-directory for some images
 discard 87f3150  Fix Base Href to not remove trailing slash
 discard 03ed59c  Add response field to description of Regex Extractor
 discard 6e6dbbd  Add response field to screenshot
 discard 27ab5af  HttpClient 3.0
 discard 43f28cf  Remove unused imports
 discard 1dc338f  Package name change for collections 3.1
 discard 1301ed3  Document jar updates
 discard 6573734  Update comments
 discard 6c6cc76  Update httpclient to 3.0; this also needs commons-codec
 discard aeebdb1  Add dummy implementation of abstract method from httpclient 3.0
 discard 09dc62d  Change of package name for collections 3.1
 discard abb4b4d  Update to collections 3.1
 discard 79f7bdf  Clarifying the notice to address concerns. The developers of htmlparser voted to give jmeter permission to use it under apache license in 2004. this change attempts to clarify this fact and address percieved ambiguity.
 discard 5b39dd5  No longer needed
 discard cfa2b92  Don't set Regex Extractor variable on no match if default is empty
 discard add5db2  Bug 37942 - updated build instructions
 discard 17953cd  Bug 38031 - add mnemonic for Edit
 discard 0fc306a  Remove English text from non-English resource files
 discard 59651d4  Detect duplicated values
 discard eba89b4  Remove English text from non-English resource files
 discard 073f072  Remove English text from non-English properties files
 discard 93e5841  Bug 38032 - clarify should_save message
 discard 23cad58  checking in an enhancement contributed by Giuseppe C. <qu...@libero.it>. I tested the changes and they look good.
 discard e95ac25  checking in a patch so we decode the value. the next step is to update the GUI so the user can choose. peter
 discard 7cf959d  Add gzip decoding
 discard 721fde7  Ensure sampleEnd() is always called
 discard 7cec599  Does not need to be serializable
 discard c06cd2d  Make class local and static
 discard f0af33e  Tidy up gui test
 discard def2b01  Check for headless test
 discard 8045e17  Removed unused items
 discard a602e28  Another possible return
 discard af1488b  Now using SVN (bug 37754)
 discard ec3c1ef  Allow gump to better override where to find test classes
 discard 0c768e4  Restore System.exit() to allow non-GUI remote tests to exit.
 discard c0121e2  Remove default definition of log_file so can be provided via Java property
 discard 21d6ed1  Document sample attributes in JTL files
 discard b769c50  New Sample Result Config example
 discard 31aae46  Document recent changes
 discard 3903ee2  Rename back to substitute
 discard aa5d9a9  Bug 37705 - reset counter at end
 discard fa75b09  Make inner classes static where possible
 discard 2bf3e82  Fix tests to fail if they don't fail when they should!
 discard 493ed27  More gump info
 discard 7635c81  Fix typo and mutable string problem
 discard cdbc7a3  Fix up some strings; close PrintWriter stream
 discard bc96498  Add Content-Length
 discard a0b0127  Bug 37716 - Proxy request problem - wrong field used
 discard 79554e1  Bug 37716 - Proxy request problem - wrong field used
 discard f07fb6a  Always use build.test rather than build.dir/test
 discard 4f2cee8  Temporary: add check to see if /usr/local = /x1 in gump
 discard 76e9886  Show JMeter version in log
 discard ba33896  Document latency
 discard c1e2951  Save latency (time to first response)
 discard 2809a04  Copy code from StringUtilities to JOrphanUtils so jorphan classes can use it
 discard 8b90188  Tidy up the code and make it a bit more efficient
 discard c576cf0  Fix missing properties
 discard cd9644c  Add pointer to StringUtilities
 discard 48b8dc2  New StringUtilities test for repeated patterns
 discard 27e9d82  Add documentation and tidy up a bit
 discard e9e4451  Add logging
 discard d815e87  Remove empty directories
 discard 01fe553  Files have been moved to test tree
 discard e37a09d  No longer needed
 discard d47e5c5  Fix self-wait bug introduced in move of test code
 discard 1d9d304  Move more tests to test tree
 discard 8186899  Move more tests to test tree
 discard a79fbcc  Move more tests to test tree
 discard 53818d3  Move Test cases to the test tree
 discard ff2536b  Move Test cases to the test tree
 discard 3268ea5  Catch tree compile errors
 discard 3d41548  Allow reportErrorToUser to work in non-GUI mode
 discard 1e5aa5c  Switch off debug again
 discard 40fd587  Avoid NPE if running JavaScript on TestPlan element
 discard 5aa2cd1  Still trying to find why Gump runs so few tests
 discard 8d3407b  Still trying to find why Gump runs so few tests
 discard 6c41766  Test depends on reports
 discard 76ca470  updated the unit tests so they are insync with the changes to the reporting tool peter
 discard ab71633  now the implementation uses either date or filename for the x data labels peter
 discard 9db361a  added some more methods to the dataSource interface for convienance. the implementation has changed a bit. instead of allowing arbitrary input for the x data labels, now there's 2 options: filename or date peter
 discard 563686f  Update ignore for test output files
 discard eb7af89  Add some more output to try and trace why Gump finds so few tests
 discard 183d324  implemented the nextPaint method to return the next color. currently the implementation has 12 colors for the linechart. if there's more lines, we can add them later. for now, 12 should satisfy most needs. peter
 discard b120aaa  changing the output directory to testfiles. will update svn ignore for the generated files
 discard 7d87747  Replace println with log.info
 discard 6c1697a  Remove println(); extract constant string
 discard 52ba349  Need to close the files or other tests fail
 discard 2432d25  remove duplicated line
 discard 68db3d1  Test for CSV Data Set
 discard 095a778  Test for CSV Data Set
 discard 6f6e388  Move expensive operation out of loop
 discard eb9335c  Add some debug; move one time calculation out of loop
 discard 097347a  adding the sample log files used to test the new reporting tool unit tests
 discard f614c8b  adding unit tests for the report chart TestElements. Right now they use some sample logs in the testfiles directory peter
 discard 4ed3086  adding unit tests for the report chart TestElements. Right now they use some sample logs in the testfiles directory peter
 discard 3fe02f1  updated the LingGraphGui, since I renamed the corresponding TestElement. peter
 discard 8a0231e  now the chart TestElements basically work and generate the graphics. Right now the classes use the Graph class in the components directory.
 discard e222780  adding a new Graph class that is responsible for generating line graphs. I used the same naming convention as AxisGraph, though I should rename it to BarGraph to make it clearer peter
 discard 497788f  Describe use of JavaTest Sampler
 discard c2524ad  JavaTest Sampler example
 discard 0ef010a  Add missing tr tag
 discard b7aea07  Add getVariables() method
 discard 2b0b4ee  Allow read-only access to Map iterator
 discard 077fe10  Ensure classpath is last, so classes in the build tree take precedence
 discard fd2c76a  Remove unused imports
 discard e710883  Fix apparent bug in getQueryString. Use StringBuffer instead of String append.
 discard 9b809a4  Fix CookieManager test
 discard db2b5b6  No longer need to delete cookie separately Tidy up use of threadlocal
 discard 084d1c3  Always remove matching cookies; tidy some constant strings
 discard b02bf55  Tidy up use of strings; extract some common code
 discard fcd5a84  Use setEncodingAndType etc
 discard a268e4f  CSV Dataset now supports absolute file names
 discard 945c374  Allow FileServer files to be absolute
 discard a34a940  Add tests for FileServer
 discard 42fa3b0  Add tests for FileServer
 discard 54839e1  Move creation of Basic authorisation string Authorization class
 discard 9ecb706  Add setEncodingAndType() utility method
 discard 176a751  Simplify parseArguments() and encodeSpaces() methods
 discard eda1035  Testcases for parseArguments()
 discard ccdb35d  Add replaceAllChars method
 discard 4f842d0  Tidy up a bit
 discard a9d95a4  Add comment for debugging CookieManager etc
 discard 0f18958  Calculate nano-seconds as well; reorganise slightly
 discard b3a8c38  updating the documentation for junit sampler to explain the new features. peter
 discard 1482d73  updating the change log with the enhancements I made this week peter
 discard cb9db18  I've enhanced the sampler with 2 new options. Now by default, the sampler will not append the junit error and exception to the message. To see the message, users have to explicitly check it in the sampler. This was done so that those using jmeter in CSV format will see the results in one line. peter
 discard af39a4f  adding 2 additional properties for the Junit sampler. peter
 discard d306aa1  Slow connection emulation for HttpClient
 discard 685dac5  Classes to support slow sockets (modem emulation)
 discard bf6f9b4  Add missing report_bar_graph_url property
 discard 5a56ff9  Report depends on components
 discard 9f55140  Add properties for saving subresults, assertions, latency, samplerData, responseHeaders, requestHeaders & encoding
 discard b0a6f9b  Add properties for saving subresults, assertions, latency, samplerData, responseHeaders, requestHeaders & encoding
 discard c0c86ea  updated the javascript docs to mention escaping special characters like comma
 discard 4bac184  updating the soap webservice sampler doc to explain how to use it with CSVDataSet peter
 discard e630907  Bug 37490 - Allow UDV as delay in Duration Assertion
 discard a730059  Bug 37490 - Allow UDV as delay in Duration Assertion
 discard a78d5b1  changed BarChart to use AxisGraph, since that class already reders bar charts
 discard 5269401  forgot to remove un-used import. peter
 discard 9866560  cleaned up the AxisGraph a bit to make the paint method a bit easier to read peter
 discard 7258620  Add duplicate cookie test; move test code to test tree
 discard 188d6fc  Add duplicate cookie test; move test code to test tree
 discard 6859acb  No longer needed (checked that svn:ignore agrees)
 discard 7b3ec3e  first cut the basic implementation that should work. need to get the unit test working to verify it works correctly. peter
 discard 49586c4  previous fix wasn't right either. now it should be fixed and the code to clean up the resultCollector is in the final block peter
 discard 357e407  Show full name if IOError occurs
 discard d977db1  Set success after loading old XML format correctly (fix spurious warning message)
 discard bbe5c21  thanks to sebb for catching the two bugs. it's fixed now. peter
 discard a07e8c1  Remove String.toString(); add NON-NLS; tidy constant usage
 discard c87bbdb  Tidy up constants; move test code to separate file
 discard f399138  Fix possible NPE
 discard 229b0e0  Extract String contants
 discard 189cf65  Use setResponseCodeOK()
 discard 30d3312  Add OK methods to avoid using "200" everywhere
 discard f38ae95  log is used by derived classes
 discard 6e7ddc9  Use entrySet iterator instead of keySet + get
 discard c08ec5b  Use entrySet iterator instead of keySet + get
 discard 63eb039  Tidy up a bit; comment out test code as no tests exist yet
 discard 9e6f8cd  Make strings final and add NON-NLS
 discard 5caabc1  Make strings final and add NON-NLS
 discard d165b72  Tidy up
 discard 0cafb71  Tidy up a bit; comment out test code as no tests exist yet
 discard ed184de  Merge HTTP Sampler tests (currently only base is tested)
 discard c3a3c7d  Merge HTTP Sampler tests (currently only base is tested)
 discard 705f988  Removed test code to test tree
 discard c7a15b3  Add ASF L V 2; remove empty setUp() method
 discard 8c25509  Move null check before first reference Test code extracted for move to test tree
 discard f09d01b  Remove unnecessary typecheck
 discard b9d7fd9  Remove unnecessary casts
 discard 55efbae  new Boolean() -> Boolean.valueOf()
 discard 6235158  Use .equals for String comparisons
 discard c37ad8c  Remove redundant toString() methods Extract common string constants and add NON-NLS comments
 discard 9375933  Replace new Boolean with Boolean.valueOf Extract common string constant and add NON-NLS comments
 discard d073a42  More changes
 discard 704a470  Bug 36898 - apply encoding
 discard 6d0a3e1  Use getResponseDataAsString
 discard bfec779  Add getResponseDataAsString() convenience method
 discard 6732d5c  log.equals -> log.error
 discard 07ad2c1  Fix incorrect null check
 discard a21b881  Add ASF Licence
 discard 1ff0457  More changes
 discard 4ec9d71  Version 2.2 format Change svn:eol-style to LF, as this is how the files are created
 discard cf0266d  Update version checks
 discard 71b1339  Improved error messages when script loading fails
 discard 09aa3de  JMX file format 2.2 - compress output further Replace inline strings with constants Fix bug in SampleResultConverter (used "rs" instead of "rc")
 discard f901344  Comments new file format
 discard 8509575  Add other aliases
 discard 0e4ebc0  Check element is reloaded correctly
 discard b9fecd0  Not ready to move this yet
 discard 3d20f38  Not ready to move this yet
 discard 960410b  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@332787 13f79535-47bb-0310-9956-ffa450edef68
 discard c786c2b  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@332786 13f79535-47bb-0310-9956-ffa450edef68
 discard a6292d2  Move test code to test tree
 discard 9adcbed  Clarify where log message is generated
 discard eecfcad  Httpclient now at 2.0.2
 discard b6105fe  Move test code to test branch
 discard 15b796b  Move test code to test branch
 discard 7736030  Comment out unused imports (used by commented code) Add NON-NLS markers
 discard 381326c  Add format properties (commented out)
 discard 61cf2d3  Allow Sampler to set Response Data directly
 discard ec8a1b8  Add setResponseData(String) method for use with BeanShell
 discard 69ccdac  adding more entries for the reporting tool
 discard f8b1339  checking an enhancement to create the field with white background peter
 discard 6d12726  fixed a NPE with the BarChartGui and LineGraphGui. also changed the design of the reporting tool a bit. now instead of having the charts linked to a table, they can be added to a page directly. peter
 discard a0ef732  checking in the latest code. still not functional yet, but the code compiles
 discard 2b0d28b  decided to rename path to datasource. this way, it's more generic. JTLData is now basically implemented. peter
 discard 17c6f2d  checking in some changes and 2 new classes. one is a base interface for dataset and the other is a base implementation. peter
 discard 8f3acf2  Remove NON-NLS comment as it upsets SVN.
 discard d0dfad2  Try to fix string. SVN seems to swallow the comment sometimes...
 discard dbd027e  after I updated from SVN, the string appeared to be missing the closing double quote and semicolon. fixing it so it compiles peter lin
 discard 4b7aa6a  Allow serialisation to be checked
 discard d28fcae  Allow serialisation to be checked
 discard 2f0c58f  Allow serialisation to be checked
 discard 5cb7214  Add 2.2 format; fix default logic; extract constants
 discard f33744d  Return empty array rather than null
 discard d45de03  Clarify the debug logging messages
 discard 8170e6d  checking in the TreeTableModel stuff so that Mike can take a look. right now it compiles, but it's not functional. peter lin
 discard 3418d1b  Added place holders for report elements.
 discard edcc587  Change getText() and getSelectedItems() to never return null This fixes two errors in JUnit tests.
 discard b511472  adding comment to the properties for the new statistical mode
 discard 3cef5f3  checking in part of the contribution submitted by Lars Krog-Jensen. I still need to go over the visualizer and change it to use JCharts peter lin
 discard f3311d2  Fix XPath title case
 discard cb67189  Add XPath Extractor documentation (Bug 37183)
 discard 3427593  Tidy up Request Data output; fix NPE in HTTPSampler2
 discard f6470a6  Tidy up Request display
 discard fab05bb  Add debug log of classpath
 discard 11d6a4d  Add NTLM commentary
 discard 49843f2  ok, apparently, you have to check the items to have subversion add them. peter lin
 discard 9d9e7a8  trying to add the class again
 discard 20dbbdb  checking in a bunch of updates to the reporting tool peter lin
 discard 288f964  Patch from Thomas Kessler: Message-ID: <2F...@frpaex01.emea.bea.com> - also fixed Cookie expires handling. - added hack to support NTLM authorisation (if user is like domain\user@realm)
 discard 3d968f2  No longer needed
 discard 7c5270f  Deprecate split() - but fix the potential loop Remove deprecated getXMLParser(Properties)
 discard 1ad2c8c  Start of test suite for JMeterUtils
 discard f2ecde3  Start of test suite for JMeterUtils
 discard 36d11b6  Use JOrphanUtils.split()
 discard 2e78e8d  Update test for Split Function
 discard a8d354a  No longer needed
 discard ca36345  Use JOrphanUtils.split(); document that this means trailing delimiters count towards the limit
 discard 8fd883a  Update Cookie Manager Screenshot; document that Cookies are saved as variables
 discard 1db1969  Use new JOrphanUtils.split() method
 discard 5a9b811  Add new String split(input,delims,default) method to replace the one in JMeterUtils Update test suite accordingly
 discard 1e7ff52  Update to Commons Logging 1.0.4
 discard 137dd7e  Fix Class Cast Exception when fetching elements
 discard 928ab50  Document recent changes
 discard 0d73c64  Move to HTTPClient 2.0.2
 discard c1cdfba  Path fix was slightly wrong - trailing slash only needed for Set-Cookie2. Fix ClassCastException when loading cookies from file - get(i)
 discard 5713af0  Load all cookies, not just the first
 discard eed1257  adding more keys for reporting tool peter lin
 discard c4da949  Cookie path should terminate at last slash
 discard c4a99e3  compile-http depends on components
 discard 179534d  Fix expected file version
 discard abfd002  Lower-case variable names to distingush better from CONSTANTS
 discard 1759e25  Oops! remove accidental import
 discard c791ca7  Bug 37183 - new XPath Extractor
 discard b1f73c7  Fix versions to work better with SVN and JTL files
 discard bfed60b  How to convert HTTP Sampler to HTTP Sampler2
 discard 040be88  Fix version checks
 discard 6804ab3  Fix broken image
 discard 00e5ace  Document command-line flags; other doc tweaks
 discard 172c629  Document more changes
 discard ca5c0a9  Bug 37140 - handle encoding better
 discard 4c59a8c  Add a bit more debug logging
 discard db245cc  Does not make sense to save formatter
 discard bf6133a  Fix check for which CSV time format to use
 discard 1a99164  Add note of SOAP version
 discard f9b2840  changed getDayString to use Calendar class instead of java.util.Date to fix deprecation warning.
 discard 89eb870  Document some changes since 2.1.1
 discard 18ebe3d  Bug 37117 - setProperty() function should return ""; added optional return of original setting
 discard 6293a13  Add jCharts-0.7.5.jar
 discard dc97593  Remove <?xml prefix when running Java 1.5 without the x-jars
 discard d08ea08  Remove unused imports
 discard 0ffe310  Avoid NPE in XStream - ensure dataType does not default to null
 discard 712522c  Don't clobber JAVA_HOME
 discard 4fe034e  Should be ascii
 discard 1125169  Add reports
 discard e52a54e  adding the report tool bat and shell scripts peter
 discard ca9d8eb  adding report tool tasks to the build peter
 discard 3b31f68  adding a short tutorial for the new include controller peter
 discard ab44657  cleaning up the classes to make sure they have the right copyright dates and cvs tag peter
 discard 61b2e2b  replace resize() call with setSize, since resize is deprecated and added the $header to axisGraph. peter
 discard 0007e01  cleaned up the code and added copyright for AxisGraph. forgot to add it when I checked it in. peter
 discard 914e6f4  Avoid NPE when no module is selected
 discard a7d91d8  updating more core classes with changs for the reporting tool. peter
 discard 8475b11  more updates to core classes for reporting tool peter
 discard 0b720a2  updates needed by reporting tool peter
 discard 9243f23  adding the reporting tool classes to 2.1 branch. haven't added the build task yet, so it shouldn't impact things. peter
 discard cea966f  Add jcharts.jar and velocity.jar defines Add various missing files to binary and source distributions Remove bin/testfiles from binary distribution
 discard 1f3bc3c  No longer relevant
 discard 6252772  Add licence to same directory as jar
 discard c98366e  Prepare for 2.1.1 release
 discard da6ade4  Add Access Log tutorial; fix tutorial relative references
 discard 92bf277  updating the docs-site task to copy the pdf to the correct location peter
 discard 3b10492  adding menu items for the website. peter
 discard 2df5110  adding these files to the 2.1 branch peter
 discard 888889a  Add Test Action explanation
 discard 51029a4  Add links between CSV Data Set and CSVRead/StringFromFile
 discard d0d22d7  Add ORO Pattern matching page reference
 discard 64a2981  Rename setClassPath(String[]) as setClassPathArray(String[]) to agree with getClassPathArray() Simplify concatenation of strings Use constant String for separator Document what appear to be unused items
 discard 41aa3ab  moved the code from setTestPlanClassPath to testStarted, so that it works in nongui mode.
 discard e252c15  user classpath new feature
 discard 933c93a  Move user.classpath setup to JMeter start
 discard d2799fe  New addURL(URL) method
 discard 88a41a9  Add updateLoader() convenience method
 discard 2093c30  Ignore *.jmx.out (optional test output files)
 discard b779394  version 2.1.1.date
 discard 370c730  *** empty log message ***
 discard 346630b  JMeter should run under 1.3
 discard cba6b70  Test target now only compiles and runs tests
 discard 18f6fc7  updating the testplan description with a short explanation of classpath feature peter
 discard 3c934e0  updating the screen capture of testplan now that I've added classpath feature peter
 discard 51218cc  slight change for better performance suggested by sebb.
 discard d6df03d  checking in the changes for the new Classpath feature. need to update the docs tonight and explain how it works, so that users don't get confused peter
 discard 265504d  checking in some minor cleanup peter
 discard 3c0da22  updated the sampler so errors and stack traces are reported better to the listeners peter
 discard 862320c  adding updates so users can easily save the table data as CSV with 1 click peter
 discard e96aad4  adding a new method for saving a Vector of vector, this is used to save table data from the new aggregate graph listener peter
 discard 13c465d  updating the properties with a new entry for user classpaths peter
 discard 2ed0006  applying patches from HEAD to 2.1 so the model handles things better peter
 discard bb89c3d  adding a new gui component used for the classpath enhancements peter
 discard a46985a  fixed a bug with setUp/tearDown being called twice. This was because I changed the sampler to call run(TestResult), which calls setUp/tearDown. To fix that I finally figured out how to call the test method directly. Know it should work properly reporting assertion pass/fail and logging the results to the listener. peter
 discard 8b37b29  Add jcharts reference
 discard 0340b0b  Make 1.3 compatible by using JOrphanUtils.split()
 discard 52d74c9  Remove unnecessary 1.4 dependency
 discard f8b7d88  Replace 1.4 Locale() call with equivalent 1.3 version
 discard e459728  Save Time -> Save Elapsed Time to avoid possible confusion with Save Time Stamp
 discard 750cb04  more fixes ...
 discard 6bd00c0  ensure distribution graph help works
 discard 86b9dbc  Bug 36618 - CSV file header not matching data
 discard ca79e74  Bug 36642 - Summariser stopped working in 2.1
 discard 51695f1  Bug 36642 - Summariser stopped working in 2.1
 discard 91cece5  fixed a bug with the sampleresults not getting saved. the sampler wasn't setting the response data, so the resultCollector was getting a NPE. peter
 discard 8240a62  adding the jar file, license and updated jar_usage.txt now that apache legal has approved it. peter
 discard 6c3b4a4  Make title agree with component reference
 discard 82c834d  adding an entry for the new aggregate graph added to 2.1 branch peter
 discard 26c34a6  adding screen cap for aggregate graph peter
 discard 80142c6  adding an entry in component doc for the aggregate graph peter
 discard 67b6f1f  fixed the redraw issue. now clicking on display graph works correctly even if the size of the graph is larger than the current panel. peter
 discard fe91071  cleaned up the visualizer a bit so it looks better peter
 discard b7f8e91  checking in the aggregate graph listener. To get it to build, jcharts jar file is needed peter
 discard a03a0f2  adding entries for the aggregate graph listener peter
 discard 05f2427  Add fixes as per bug 33403
 discard 27da3bf  Bug 33403 - thread safety problems
 discard 81a7222  Show Locale in log
 discard b7c8fbd  Fix mismatch of label and componenet docs
 discard ecab6ae  more updates to the reporting tool peter
 discard 1f9b913  This commit was manufactured by cvs2svn to create branch 'rel-2-1'.
 discard b24d300  adding entries for the report writers peter
 discard ecdae6b  adding icons for the report writers peter
 discard 7e1bf0c  updating the class so I can set the background to white peter
 discard 687db23  adding an entry for the new include controller and junit sampler peter
 discard eb65bb0  adding a quick explanation of the include controller with a screen cap peter
 discard 976d206  removed extraneous label in the GUI peter
 discard 4857c3f  updates for the include controller peter
 discard f91c45a  merging the include controller from HEAD to 2.1 branch peter
 discard 60de050  Some more fixes ...
 discard 887f476  Bug 35546 - add merge to right-click menu
 discard 321ca9e  Clarify behaviour of "." in StringFromFile when using DecimalFormat
 discard 2f7ef68  Bug 36500 - handle missing data more gracefully
 discard 1ef7ed8  fixing a typo. this fixes bug 36516 peter
 discard 96128a7  more updates to the reporting tool. made some more progress on the tool peter
 discard f2a647b  Add links for optional software downloads
 discard afaee03  Bug 36499 - fix Typo
 discard 767b73f  adding message for junit related errors peter
 discard 3085399  now the sampler correctly checks for constructors that are not private peter
 discard 950b7f5  now the sampler handles constructor correctly, using isAccessible was wrong and results in NPE. peter
 discard be273cc  adding entries for reporting tool peter
 discard da02831  adding icons for reporting tool peter
 discard 9edefc5  updating the reporting tool. making steady progress peter
 discard 0292609  Only look for JUnit tests in lib/junit directory
... 2680 lines suppressed ...