Don't erase pdata on 404 errors (#1778)

This commit is contained in:
Xavier 2019-05-28 21:58:22 +02:00
parent e4174be166
commit f0842569c2

View File

@ -154,7 +154,8 @@ sub refresh {
delete $data{$_} unless ( /^_/ or /^(?:startTime)$/ );
}
$data{_updateTime} = strftime( "%Y%m%d%H%M%S", localtime() );
$self->logger->debug( "Set session $req->{id} _updateTime with $data{_updateTime}" );
$self->logger->debug(
"Set session $req->{id} _updateTime with $data{_updateTime}");
$req->steps( [
'getUser',
@{ $self->betweenAuthAndData },
@ -876,7 +877,7 @@ sub lmError {
# Check URL
$self->controlUrl($req);
$req->pdata( {} );
$req->pdata( {} ) unless ( $httpError == 404 );
if ( $req->wantJSON ) {
return $self->sendJSONresponse(