Links on front page losing port number in URL
@apertome is already working on this.
Since Feb 9, 2016.
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
In 3.5rc2, when the HTTPS port is anywhere other than the default, clicking on the Enable/Disable Services link or the Configure Tests link results in the browser being directed to the default port instead of whatever was in the original URL. (Just noticed that a number of other links on the front page do it as well.)
For example, the Configure Tests link points at https://localhost:44301/toolkit/admin/tests.cgi, but that link results in a 302 pointing at https://localhost/toolkit/auth/admin/tests.cgi.
This isn't a problem when using a regular machine that listens on 443, but I'm using VMs behind NAT and have to forward ports for HTTPS.
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.