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)
Mon, Nov 11, 11:50 AM
Unknown Object (File)
Sat, Nov 9, 4:16 PM
Unknown Object (File)
Sat, Nov 9, 2:53 PM
Unknown Object (File)
Sat, Nov 9, 1:20 PM
Unknown Object (File)
Thu, Oct 31, 4:50 PM
Unknown Object (File)
Fri, Oct 25, 1:34 PM
Unknown Object (File)
Oct 20 2024, 8:28 AM
Unknown Object (File)
Oct 19 2024, 3:26 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