Actions
Bug #4519
closedRenaming host with / in name causes "No route matches" error
Description
1. Edit an existing host
2. Change name to "foo/bar" (or add a "/" inside the name)
3. Submit form
You receive the following error:
No route matches {:action=>"toggle_manage", :controller=>"hosts", :id=>"foo/bar.example.com"}
The save doesn't occur as the name is invalid (since #3697), but the form fails to re-render.
Updated by Dominic Cleal over 10 years ago
- Related to Bug #3697: Field Validations Should be more Comprehensive added
Updated by Dominic Cleal over 10 years ago
- Related to Bug #4456: CVE-2014-0089 - Stored Cross Site Scripting (XSS) on 500 error page added
Updated by Dominic Cleal over 10 years ago
Updated by Dominic Cleal over 10 years ago
- Category changed from Security to Web Interface
- Private changed from Yes to No
Updated by Dominic Cleal over 8 years ago
- Related to Bug #9531: Removing host name from Host#edit throws routing error added
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/4179 added
Updated by Anonymous almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset adc931f2107eaf14f095193a03ebad6dc10e4d22.
Updated by Dominic Cleal almost 8 years ago
- Translation missing: en.field_release set to 210
Actions