Actions
Bug #67
closedno route to host error
Description
This occurs when the fqdn hostname has a '-' before the first '.'
So test01.company.local works, but test-01.company.local does not.
Fix is to replace the regex in config/routes.rb with :name => /(.+\.)+\w+/
Updated by Ohad Levy about 15 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 757a21ad26ca1f42fbc53eef2c73852a8e989486.
Updated by Ohad Levy about 15 years ago
- Status changed from Ready For Testing to Closed
- Assignee changed from Matt Moran to Ohad Levy
Actions