Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.3.X, Master
-
7.3.x, 7.2.x
-
Committed
-
3
Description
Now you always get the cdn host from the cdn.host.http property because the web.server.forwarded.protocol.enabled property is ignored and thus the "X-Forwared-Proto" header too.
However when the web.server.forwarded.protocol.enabled property is true, the protocol should be obtained from the "X-Forwared-Proto" header and with this information, return the cdn host of the specyfic property: cdn.host.http or cdn.host.https.
You can see here that this check is not enough.