Bug #129
Link from hostname on the hosts page is absolute instead of relative (breaking https)
| Status: | Closed | Start: | 12/11/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Web Interface | |||
| Target version: | 0.1-3 | |||
| Backlog: | Difficulity: | |||
| Votes: | 0 |
Description
I have an apache https site that is doing a local proxy to foreman running on localhost only (so we can do auth + ssl easily) turns out the link from the hostname doesn't get the https cause its absolute instead of relative.
http://wrenchies.net/~karl/Automator/ScreenShots/20091211153918.png
(left link is http:// right one (and rest on page) are https://)
<td class="name-column sorted" >
<img alt="Linux" height="18" src="/images/hosts/Linux.jpg?1257349654" title="Linux" width="18" /><a href="http://mysite.com/hosts/26/edit">hostname</a>
</td>
<td class="operatingsystem-column " >
<a href="/operatingsystems/1/edit?_method=get&parent_controller=hosts" class="edit action operatingsystem" id="as_hosts-operatingsystems-edit-1-link" position="after">Debian 8.04</a>
</td>@
Associated revisions
Revision 935cc75821ffbce31e59b039768901c21528f7d8
fixes #129 - Link from hostname on the hosts page is absolute instead of relative (breaking https)
History
Updated by Ohad Levy about 2 years ago
- Target version set to 0.1-3
Updated by Ohad Levy about 2 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 935cc75821ffbce31e59b039768901c21528f7d8.
Updated by Ohad Levy about 2 years ago
- Status changed from Ready For Testing to Closed
