Closed (fixed)
Project:
Aegir HTTPS
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Apr 2018 at 19:58 UTC
Updated:
9 May 2018 at 15:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
colanSee attached.
Comment #3
ergonlogicIt seems surprising to return a formatted string here:
This looks weird. Are we really concatenating a field name?
This looks like a typo ("CLient"):
Comment #5
colanIt's only a formatted string if there's no path set so that we can specify that the configuration is global.
Agreed. I added a TODO to fix that that the next time somebody's in there. We should be doing a
SELECT *, and then checking to see which fields come back.Fixed, although it looks like Apache doesn't care as it's been working like this for a while.