Fixes T8982
Prevent empty parameters to overwrite default configuration
Differential D13745
Fixing Aphlict when using a proxified websocket in notification.client-uri tycho.tatitscheff on Jul 28 2015, 3:41 PM. Authored by Tags None Referenced Files
Subscribers
Details
Fixes T8982 Prevent empty parameters to overwrite default configuration Start Arcanist with a notification.client-uri without port like htttp://localhost/ws
Diff Detail
Event Timeline
Comment Actions @epriestley, @joshuaspence : is it possible to reveiw and merge this. It is very simple it prevent --key=value to override default key if value is empty string. It is related to T8982 which basically prevent aphlict to start when configured to https://phabricator.domaine.name/ws since in this case the port is null so defauted to 443 if https but after nginx routed it is wss protocol so at the end, an empty port replace the correct default aphlict server port ! |