From commits-return-8942-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sat Jul 7 12:23:29 2018 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACE5D182C3 for ; Sat, 7 Jul 2018 12:23:29 +0000 (UTC) Received: (qmail 92404 invoked by uid 500); 7 Jul 2018 12:23:29 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 92375 invoked by uid 500); 7 Jul 2018 12:23:29 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 92366 invoked by uid 99); 7 Jul 2018 12:23:29 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jul 2018 12:23:29 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D767B3A0096 for ; Sat, 7 Jul 2018 12:23:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1835304 - /jmeter/trunk/xdocs/changes.xml Date: Sat, 07 Jul 2018 12:23:28 -0000 To: commits@jmeter.apache.org From: fschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180707122328.D767B3A0096@svn01-us-west.apache.org> 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