Actions
Bug #36019
closedPass URL parameters to foreman_url as hash
Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Some templates add URL params to the foreman_url like this:
<%= foreman_url('provision') + "&static=yes" %>
That cause issues when token_duration setting is set to 0,
generating URL '.../unattended/provision&static=yes'
instead of '.../unattended/provision?static=yes'
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2123835
Updated by Leos Stejskal about 2 years ago
- Subject changed from Pass URL parameters to foreman_url as hash to Pass URL parameters to foreman_url as hash
- Category set to Templates
- Assignee changed from Lukas Zapletal to Leos Stejskal
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9608 added
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Target version set to 3.5.2
Updated by Leos Stejskal almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|95196091f7835ed3de015728859819274a0d6911.
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Category changed from Templates to Unattended installations
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 2 years ago
- Pull request https://github.com/theforeman/foreman/pull/9614 added
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/9614)
Actions