Closed (fixed)
Project:
Drupal 8 Contrib Porting Tracker
Version:
8.x-0.x-dev
Component:
Module
Priority:
Minor
Category:
Plan
Assigned:
Reporter:
Created:
3 Nov 2015 at 02:26 UTC
Updated:
8 Dec 2015 at 20:54 UTC
Jump to comment: Most recent
Comments
Comment #2
mgiffordComment #3
mgiffordComment #4
mfbNot sure what this is? It's already been ported.
Comment #5
mfbDon't think I can call it release candidate yet as there are pending core bugs like #2595695: 4xx handling using subrequests: no longer able to vary by URL that if fixed would allow me to remove some workarounds, so setting to "beta" status.
Comment #6
mfbComment #7
mfbGiven the d8 release I'll have to release Secure Login as-is (the code I want to remove would cause a security vulnerability on 8.0.0).
Comment #8
mfbComment #9
mgiffordNice!
Comment #10
mfbUnfortunately, for sites on both HTTP and HTTPS there are in fact some issues in core regarding base URLs in render caches and aggregated CSS files causing mixed content warnings:
Comment #11
mfbI ended up working around these issues by using hook_file_url_alter(): #2622382: Work around core bugs re: base URLs in render caches and aggregated CSS Fingers crossed things are basically working now, i.e. still needs more testing.