2023-06-01 Fred Gleason <fredg@paravelsystems.com>

* Refactored the WebAPI HTML test harnesses to allow testing via both
	 'multipart/form-data' and 'application/x-www-form-urlencoded'
	  encodings.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-06-01 13:41:54 -04:00
parent c71389017f
commit ef6165184e
50 changed files with 4215 additions and 1962 deletions

View File

@@ -24198,3 +24198,7 @@
'application/x-www-form-urlencoded' encoding.
2023-05-31 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0rc3int2.
2023-06-01 Fred Gleason <fredg@paravelsystems.com>
* Refactored the WebAPI HTML test harnesses to allow testing via both
'multipart/form-data' and 'application/x-www-form-urlencoded'
encodings.