Actions
Bug #2351
closedInconsistent Down-casing causes host page to 404
Description
When adding a client to Foreman that has a mixed case hostname (HostName.localdomain), the host details page for this client would display a 404 error. The debug logs showed this when trying to load the host details page:
https://gist.github.com/natewalck/5238787
even though the reports log worked as expected:
https://gist.github.com/natewalck/5238798
gwmngilfen on #theforeman walked me through all the above troubleshooting and narrowed the issue down to the following line of code:
https://github.com/theforeman/foreman/blob/develop/app/controllers/hosts_controller.rb#L508
I commented out that line of code, restarted the foreman and it began to work as expected.
Thanks to gwmngilfen for all the help on this!
Updated by Greg Sutcliffe about 12 years ago
- Assignee set to Greg Sutcliffe
- Priority changed from High to Normal
Updated by Greg Sutcliffe about 12 years ago
- Category set to Importers
- Target version set to 1.2.0
Updated by Greg Sutcliffe about 12 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions