data inconsistency on organization.website, missing http(s) sometimes
Summary
https://membership.eclipse.org/api/organizations/ has website field for organizations, but the URLs have different formats for different organizations.
For example, Kichwa Coders is missing https://:
"website": "www.kichwacoders.com",
Vector uses http:// (no s):
"website": "http://www.vector.com",
And sigasi uses https://: (This one is as expected)
"website": "https://www.sigasi.com",
These URLs are used in the notifications in Eclipse IDE. You can see such an example here although the company links are prefixed with eclipse+external: because this website is intended for use within Eclipse IDE itself.
The source code that generates the webpage is in Eclipse Oomph, so also see this related issue https://github.com/eclipse-oomph/oomph/issues/175
Steps to reproduce
See notifications view in the IDE and click on Kichwa Coders's icon and the wrong URL comes up.
What is the current bug behavior?
As above
What is the expected correct behavior?
Correct (consistent) URLs
Relevant logs and/or screenshots
(Add a link to or paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as it's very hard to read otherwise.)
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
Some of the links don't work, or redirect via http: instead of going to https: directly.