Bug 796621 - "Kernel Options" not populated correctly if "=" character is included inside parameter
Summary: "Kernel Options" not populated correctly if "=" character is included inside ...
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: cobbler
Version: 15
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Bill Peck
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 799508
TreeView+ depends on / blocked
 
Reported: 2012-02-23 10:47 UTC by Jan Stodola
Modified: 2012-09-13 14:56 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-12 13:06:40 UTC
Type: ---


Attachments (Terms of Use)

Description Jan Stodola 2012-02-23 10:47:22 UTC
Description of problem:

"Kernel Options" and "Kernel Options Post" doesn't work properly if "=" character is included inside any parameter (for example: my_parameter="my_option=enable").

Then, when one goes to the "Provision" tab and selects appropriate distro, "Kernel Options" fields are not populated correctly:
parameter="my_option
is appended, but second part:
=enable"
is missing

Version-Release number of selected component (if applicable):
Beaker-0.8.0 

How reproducible:
always

Steps to Reproduce:
1. In the "Install Options" tab, add new item with "Kernel Options" or "Kernel Options Post" field in form:
my_parameter="my_option=enable"
2. go to the "Provision" tab and select appropriate distro
3. check parameters in "Kernel Options (Install)" / "Kernel Options (Post)" fields
  
Actual results:
parameter="my_option

Expected results:
my_parameter="my_option=enable"


Note You need to log in before you can comment on or make changes to this bug.