cloudfoundry / cloudfoundry/stratos
CF Routes that a displayed as links should default to https when port is 443
Open
Nobody has claimed this yet.
community
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
- cf routes don't contain scheme info, and there doesn't appear to be a solid way to determine it from the port
- at the moment we default everything to http. we should default to https when port is 443
- See https://cloudfoundry.slack.com/archives/C80EP4Y57/p1606138125060900
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the code that turns Cloud Foundry routes into displayed links and inspect how it chooses a scheme from the route port. Verify the behavior for port 443 and confirm that other ports retain their existing handling; the issue does not name a file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100