HomeDevCentral

Guard PUT requests against null exceptions

Description

Guard PUT requests against null exceptions

Summary:
Two cases can occur:

  • server-side issue where environment isn't configured
  • client-side issue where "" is sent as payload

Fixes T1734.

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1734

Differential Revision: https://devcentral.nasqueron.org/D2691

Details

Provenance
derecksonAuthored on May 22 2022, 12:25
derecksonPushed on May 22 2022, 12:28
Reviewer
dereckson
Differential Revision
D2691: Guard PUT requests against null exceptions
Parents
rAPISRVLOGS4cd5e83113c1: Avoid README ASCII art to be parsed as table
Branches
Unknown
Tags
Unknown
Tasks
T1734: Null exception in api-serverslogs