mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-18 01:00:51 +02:00
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:
parent
f4c95da044
commit
7063810805
@ -24506,3 +24506,6 @@
|
|||||||
* Fixed a bug in the WebGet service that caused uploads to fail when
|
* 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
|
using an Apache package with 'PrivateTmp=true' set in it's Systemd
|
||||||
service definition.
|
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.
|
||||||
|
@ -111,7 +111,7 @@ MainObject::MainObject(QObject *parent)
|
|||||||
//
|
//
|
||||||
// Generate Post
|
// Generate Post
|
||||||
//
|
//
|
||||||
webget_post=new RDFormPost(RDFormPost::AutoEncoded,false);
|
webget_post=new RDFormPost(RDFormPost::AutoEncoded,true);
|
||||||
if(webget_post->error()!=RDFormPost::ErrorOk) {
|
if(webget_post->error()!=RDFormPost::ErrorOk) {
|
||||||
rda->syslog(LOG_WARNING,"post parsing error [%s]",
|
rda->syslog(LOG_WARNING,"post parsing error [%s]",
|
||||||
webget_post->errorString(webget_post->error()).
|
webget_post->errorString(webget_post->error()).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user