Page MenuHomePhorge

D25178.1732294022.diff
No OneTemporary

D25178.1732294022.diff

diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -391,7 +391,8 @@
break;
}
} catch (ConduitClientException $ex) {
- if ($ex->getErrorCode() == 'ERR-INVALID-SESSION') {
+ if ($ex->getErrorCode() == 'ERR-INVALID-SESSION' ||
+ $ex->getErrorCode() == 'ERR-INVALID-AUTH') {
// Phabricator is not configured to allow anonymous access to
// Differential.
$this->authenticateConduit();

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 22, 16:47 (12 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
989246
Default Alt Text
D25178.1732294022.diff (586 B)

Event Timeline