Page MenuHomePhabricator

Correct Aphlict websocket URI construction after PHP8 compatibility changes
ClosedPublic

Authored by epriestley on Nov 13 2023, 7:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 8:48 AM
Unknown Object (File)
Tue, Apr 23, 8:24 AM
Unknown Object (File)
Tue, Apr 23, 7:04 AM
Unknown Object (File)
Mon, Apr 22, 3:02 PM
Unknown Object (File)
Sat, Apr 20, 12:41 PM
Unknown Object (File)
Fri, Apr 19, 4:40 AM
Unknown Object (File)
Fri, Apr 19, 3:24 AM
Unknown Object (File)
Fri, Apr 19, 3:24 AM
Subscribers
None

Details

Summary

See D21862. Ref T13700. D21862 affected notification server URI generation behavior when a notification server client is configured with:

  1. no "path" argument; and
  2. "cluster.instance" not set.

Condition (1) is not true default, and condition (2) is not true in my local environment, so it was easy for this to slip through the cracks. Apply the change suggested in D21862.

Also fix a couple other string-null issues I caught locally.

Test Plan

Generated notification server URIs under various simulated local conditions (no instance, path set) and everything seemed to be working correctly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable