The Grinder Changelog

What's new in The Grinder 3.5

Aug 23, 2011
  • Fix bug 2913297 - Memory leak in SSLControlImplementation. Thanks to
  • Guido Serra for the report.
  • Fix bug 1619450 - HTTPClient.TestCookie.testParse unit test fails.
  • Thanks to amachang for re-opening this bug and providing a patch.
  • Fix bug 2911790 - HTTP filter generates invalid code for Jython 2.5+.
  • Thanks to the anonymous reporter.
  • Fix bug 2921612 - DCR instrumentation did not work with
  • HTTPRequest. Thanks to Anil Jacob for the report.
  • Fulfil feature request 2914703 - Multipart form data support. Thanks
  • to Hitoshi Amano for the request and the implementation.
  • Fix bug 2919190 - setTimeout method does not effect read timeouts.
  • Thanks to Hitoshi Amano for the report and the fix.
  • Fulfil feature request 2923975 - added valuesFromHiddenInput() and
  • valuesFromBodyURI() methods to HTTPUtilities. Thanks to Anil Jacob
  • for the request.
  • Fulfil feature request 2841789 - added valueFromBodyInput() and
  • valuesFromBodyInput() methods to HTTPUtilities. Thanks to Satheesh
  • Babu Vattekkat for the request.
  • Fix bug 2816501 - Test numbers larger than 6 digits get truncated
  • in out file. Thanks to Vivin Paliath for the report.
  • Fix bug 2501418 - Handle socket lingering properly. Thanks to Dawid
  • Weiss for the report and suggested fixes.
  • Fix bug 2837600 - Content-type header written instead of Content-Type.
  • Thanks to Guido Serra for the report.
  • Implement feature request 887214 - the console now optionally includes
  • the totals line in saved results. Thanks to Karol Muszynski for
  • prompting me to implement this.
  • Fix bug 2945358 - Fail gracefully if the agent jar file can't be
  • found.
  • Fix bug 2947509 - Improve algorithm that finds agent jar.
  • Fix bug 2936167 - Script execution hangs when using Jython 2.5.1 and
  • Windows. Thanks to Mark Cleveland, Dave Martin, and svalkanesko for
  • their reports and assistance with the diagnosis.
  • Fix bug 2980291 - "Resolve host" time incorrect. The HTTP plug-in time
  • To Resolve Host and Time To Establish Connection statistics no longer
  • include the time taken for automatic redirects. Time To First Byte is
  • still based on the time the HTTPRequest call was initiated. Thanks to
  • Travis Bear for the report, and to Bryce Howard for the patch.