Bug #67
no route to host error
| Status: | Closed | Start: | 11/05/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | External Nodes | |||
| Target version: | 0.1-3 | Estimated time: | 1.00 hour | |
| Backlog: | Difficulity: | |||
| Votes: | 0 |
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+/
Associated revisions
Revision 757a21ad26ca1f42fbc53eef2c73852a8e989486
fixes #67 - no route to host error in external nodes
History
Updated by Ohad Levy over 2 years ago
- Target version set to 0.1-3
Updated by Ohad Levy over 2 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 757a21ad26ca1f42fbc53eef2c73852a8e989486.
Updated by Ohad Levy over 2 years ago
- Status changed from Ready For Testing to Closed
- Assigned to changed from Matt Moran to Ohad Levy
