2025-01-24 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the WebGet service that caused stale temp files to
	be left behind after processing.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2025-01-24 14:18:56 -05:00
parent f4c95da044
commit 7063810805
2 changed files with 4 additions and 1 deletions

View File

@ -24506,3 +24506,6 @@
* Fixed a bug in the WebGet service that caused uploads to fail when
using an Apache package with 'PrivateTmp=true' set in it's Systemd
service definition.
2025-01-24 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the WebGet service that caused stale temp files to
be left behind after processing.

View File

@ -111,7 +111,7 @@ MainObject::MainObject(QObject *parent)
//
// Generate Post
//
webget_post=new RDFormPost(RDFormPost::AutoEncoded,false);
webget_post=new RDFormPost(RDFormPost::AutoEncoded,true);
if(webget_post->error()!=RDFormPost::ErrorOk) {
rda->syslog(LOG_WARNING,"post parsing error [%s]",
webget_post->errorString(webget_post->error()).