The proxy_headers feature added in #2611830: Allow set http headers for request (which is a great feature, thanks) doesn't seem to have made it into either of the 2.x branches.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ksenzee created an issue. See original summary.

ksenzee’s picture

Status: Active » Needs review
StatusFileSize
new2.98 KB

Looks like this patch applies to both branches.

smustgrave’s picture

Status: Needs review » Needs work

Couldn’t tell how that got taken out. But was an update hook not included? Will need one for the new config.

May have time later this week.

  • smustgrave committed 92d70087 on 2.1.x authored by ksenzee
    Issue #3385745 by ksenzee: The proxy_headers feature is missing from 2.0...
smustgrave’s picture

Status: Needs work » Fixed

Took me longer to get back but merged!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

sergeimalyshev’s picture

Related issues: +#2611830: Allow set http headers for request
StatusFileSize
new1.21 KB

You added proxy headers to deprecated ProxySubscriber.php in version 2.1, but forgot about StageFileProxySubscriber.php.