Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 507275

Summary: https://git.eclipse.org/c/ has no CSS
Product: Community Reporter: Benjamin Cabé <contact>
Component: WebsiteAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chris.guindon, daniel_megert, denis.roy, markus.kell.r, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
URL: https://git.eclipse.org/c/
Whiteboard:

Description Benjamin Cabé CLA 2016-11-09 04:49:20 EST
It's trying to include /eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.css, hence https://git.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.css - which does not exist. Should it link to: https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.css?
Comment 1 Markus Keller CLA 2016-11-09 08:30:17 EST
The CSS does exist, but the server returns 403 - Forbidden, like in bug 506651.
Comment 2 Markus Keller CLA 2016-11-09 08:44:35 EST
When I hack https://git.eclipse.org/c/ to use the css from https://eclipse.org, then I get Same-Origin Policy violations when it tries to download web fonts.
Comment 3 Christopher Guindon CLA 2016-11-09 11:36:06 EST
(In reply to Markus Keller from comment #2)
> When I hack https://git.eclipse.org/c/ to use the css from
> https://eclipse.org, then I get Same-Origin Policy violations when it tries
> to download web fonts.

Correct, this is why we do not load the css from eclipse.org.

(In reply to Benjamin Cabé from comment #0)
> It's trying to include
> /eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.
> css, hence
> https://git.eclipse.org/eclipse.org-common/themes/solstice/public/
> stylesheets/barebone-footer.min.css - which does not exist. Should it link
> to:
> https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/
> barebone-footer.min.css?

No, https://git.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.css is correct. The problem is the www user did not have access to read the file.

Matt already fixed it this morning.
Comment 4 Benjamin Cabé CLA 2016-11-16 08:27:29 EST
the problem is back
Comment 5 Christopher Guindon CLA 2016-11-16 09:36:01 EST
(In reply to Benjamin Cabé from comment #4)
> the problem is back

Yep and it appears to be a permission issue again:
https://git.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.css

Assigning this to webmaster.
Comment 6 Denis Roy CLA 2016-11-16 14:15:53 EST
Fixed the CSS permissions.