Author: fschumacher Date: Sat Jul 7 12:23:28 2018 New Revision: 1835304 URL: http://svn.apache.org/viewvc?rev=1835304&view=rev Log: Markup changes Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1835304&r1=1835303&r2=1835304&view=diff ============================================================================== --- jmeter/trunk/xdocs/changes.xml [utf-8] (original) +++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Jul 7 12:23:28 2018 @@ -88,7 +88,7 @@ this behaviour, set httpclient.res
  • 58757HTTP Request : Updated deprecated methods of HttpComponents to last APIs of httpclient-4.5.X. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • 62212Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • 62248HTTP Request : Parameters entered in Parameters Tab should be used in body instead of being ignored. Partly based on a patch by Artem Fedorov contributed by Blazemeter.
  • -
  • 60015Multipart/form-data works only for POST using HTTPClient4 while it should for PUT, DELETE... Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • +
  • 60015Multipart/form-data works only for POST using HTTPClient4 while it should for PUT, DELETE, … Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • 62317HTTP(S) Test Script Recorder: allow to add ResultSaver to created sampler
  • @@ -144,7 +144,7 @@ this behaviour, set httpclient.res
  • 62238Add ability to Switch to next iteration of Current Loop. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • 62239Add ability to Break Current Loop
  • 62470CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • -
  • 62473Setting "saveservice_properties" has counter intuitive behaviour
  • +
  • 62473Setting "saveservice_properties" has counter intuitive behaviour
  • 62065Use Maven artifact for JAF Module instead of embedded module
  • 379 Improve chinese translations. Contributed by XmeterNet
  • 61714Update Real-time results documentation
  • @@ -176,7 +176,7 @@ this behaviour, set httpclient.res
  • 62114HTTP(S) Test Script Recorder : Client certificate authentication uses the first SSLManager created. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • 61058HTTP Request : Add option httpclient4.deflate_relax_mode to avoid "Unexpected end of ZLIB input stream" when deflating what seems to be invalid streams. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • 43612HTTP PUT does not honor request parameters. Implemented by Artem Fedorov (artem.fedorov at blazemeter.com) and contributed by BlazeMeter Ltd.
  • -
  • 60190Content-Type is added for POST unconditionally. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • +
  • 60190Content-Type is added for POST unconditionally. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • 62462387Make delegation of credentials in SPNEGO possible again.
  • @@ -202,7 +202,7 @@ this behaviour, set httpclient.res

    Timers, Assertions, Config, Pre- & Post-Processors

      -
    • 61664HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented. Contributed by Ubik Load Pack (support at ubikloadpack.com)
    • +
    • 61664HTTP Authorization Manager : Digest works only with legacy RFC 2069, RFC 2617 is not implemented. Contributed by Ubik Load Pack (support at ubikloadpack.com)
    • 62252HTTP header merging logic does not correspond to the documentation