Changes between 1.0.0.3 and 1.0.1.0
-
The schema version has changed from "1.0" to "1.0b" in response to changes made to support HTTP digest authentication. Note: existing HTTP scenarios must be updated using the scenario migration tool:
$ ./scenario-migration.sh -migrate /path/to/your/http-scenario.scen
-
Add support for HTTP digest authentication. The currently supported algorithms are MD5 and MD5-sess. (HTTPSCEN-236)
-
Automatically determine the local address for client connections, rather than using the configured local endpoint address. This fixes outgoing connection failures for some configurations. (HTTPSCEN-244)
-
Updated the rhino-integration example scenarios to interwork with http-ra version 2.3.0 (HTTPSCEN-235)
Changes between 1.0.0.2 and 1.0.0.3
-
Workaround JVM issue which could prevent the HTTP schema from loading. (HTTPSCEN-239)
HTTP Scenario Pack 1.0.0.2
-
This is the first release of the HTTP scenario pack.