Page MenuHomePhorge

D25229.1742864739.diff
No OneTemporary

D25229.1742864739.diff

diff --git a/src/applications/auth/storage/PhabricatorAuthChallenge.php b/src/applications/auth/storage/PhabricatorAuthChallenge.php
--- a/src/applications/auth/storage/PhabricatorAuthChallenge.php
+++ b/src/applications/auth/storage/PhabricatorAuthChallenge.php
@@ -56,7 +56,7 @@
AphrontRequest $request) {
assert_instances_of($challenges, __CLASS__);
- $token_list = $request->getStr(self::HTTPKEY);
+ $token_list = $request->getStr(self::HTTPKEY, '');
$token_list = explode(' ', $token_list);
$token_map = array();

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 25, 01:05 (1 d, 30 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1147146
Default Alt Text
D25229.1742864739.diff (549 B)

Event Timeline