ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0009831 | ClearOS | app-network - Network Settings | public | 2016-08-04 11:04 | 2016-08-23 10:14 |
Reporter | bchambers | ||||
Assigned To | bchambers | ||||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 7.2.0 | ||||
Target Version | 7.2.0 Updates | Fixed in Version | 7.2.0 Updates | ||
Summary | 0009831: Trailing spaces in /etc/hosts causes grief for API | ||||
Description | Aliases can return blank entries which then cause validation errors when adding back. In function function _load_entries() Modify: $entries = preg_split('/[\s]+/', $line); to: $entries = preg_split('/[\s]+/', trim($line)); | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-08-04 11:04 | bchambers | New Issue | |||
2016-08-04 11:04 | bchambers | Status | new => assigned | ||
2016-08-04 11:04 | bchambers | Assigned To | => bchambers | ||
2016-08-04 11:25 | bchambers | Status | assigned => acknowledged | ||
2016-08-04 11:25 | bchambers | Status | acknowledged => confirmed | ||
2016-08-04 11:25 | bchambers | Status | confirmed => resolved | ||
2016-08-04 11:25 | bchambers | Fixed in Version | => 7.2.0 Updates | ||
2016-08-04 11:25 | bchambers | Resolution | open => fixed | ||
2016-08-23 10:14 | user2 | Status | resolved => closed |
There are no notes attached to this issue. |