Donate Share

curl-loader - web application testing

File Release Notes and Changelog

Release Name: curl-loader-0.47

Notes:
version 0.47, unstable
1. Template URL;
2. Fetching of HTTP-response tokens and using them in requests
3. Bugfixes

Changes: version 0.47, unstable, December 2, 2008, svn 551 * Fixed a POST-binary bug, where an extra check was preventing direct posting. Thanks to Alex <alex2048@gmail.com> and Gary Fitts <gary@intouchgroup.com> * Fixed a bug on 64-bit ubuntoo, originating most probably from the wrong compiler optimization and running on an SMP machine, where configuration files has failed to be loaded. Thanks to Sergei Shnaidman <sergei.shnaidman@qik.com> for reporting, debugging and testing the fix. * Integrated a great contribution from Gary Fitts <gary@intouchgroup.com> - template URL, where throusands URLs specifying by a single template is an option; - fetching of response tokens from the bodies of responses and usage them in template URL; - usage of statically defined in file tokens for template URL; - fixing of several bugs in that area - introduced new tags: URL_TEMPLATE, RESPONSE_TOKEN, URL_TOKEN, URL_TOKEN_FILE * UPLOAD_FILE bug fixed, where the same file-pointer for uploading was shared among mulitple clients. Thanks to Gary Fitts <gary@intouchgroup.com>. * Added for "Template URL" README and man pages, usage examples.