Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 1023935[details]
searching failed for a domain created using html tags
Description of problem:
We are passing all kind of data for creating an entity via automation and found issue with domain. When we search a domain that was created by using html tags in name then UI is not rendering them properly and failing with error:
2015-05-10 03:49:11 [I] Processing by DomainsController#index as HTML
2015-05-10 03:49:11 [I] Parameters: {"utf8"=>"✓", "search"=>"lab.dom.<hr>SFzzRoUAdk</hr>.com"}
2015-05-10 03:49:12 [W] Operation FAILED: Field 'lab.dom.' not recognized for searching!
2015-05-10 03:49:12 [I] Rendered common/500.html.erb within layouts/application (8.5ms)
2015-05-10 03:49:13 [I] Rendered layouts/base.html.erb (171.1ms)
2015-05-10 03:49:13 [I] Completed 500 Internal Server Error in 1111ms (Views: 566.6ms | ActiveRecord: 16.0ms)
Version-Release number of selected component (if applicable):
sat6.1 GA snap3 compose2
How reproducible:
always
Steps to Reproduce:
1. create a domain with html tags
2. search the domain
3.
Actual results:
Expected results:
search should be successful
Additional info:
This is an older bug which I do not envision being fixed in the near term. I am closing this out. If you believe doing so is an issue, please feel free to re-open and provide additional business information. Thank you.
Created attachment 1023935 [details] searching failed for a domain created using html tags Description of problem: We are passing all kind of data for creating an entity via automation and found issue with domain. When we search a domain that was created by using html tags in name then UI is not rendering them properly and failing with error: 2015-05-10 03:49:11 [I] Processing by DomainsController#index as HTML 2015-05-10 03:49:11 [I] Parameters: {"utf8"=>"✓", "search"=>"lab.dom.<hr>SFzzRoUAdk</hr>.com"} 2015-05-10 03:49:12 [W] Operation FAILED: Field 'lab.dom.' not recognized for searching! 2015-05-10 03:49:12 [I] Rendered common/500.html.erb within layouts/application (8.5ms) 2015-05-10 03:49:13 [I] Rendered layouts/base.html.erb (171.1ms) 2015-05-10 03:49:13 [I] Completed 500 Internal Server Error in 1111ms (Views: 566.6ms | ActiveRecord: 16.0ms) Version-Release number of selected component (if applicable): sat6.1 GA snap3 compose2 How reproducible: always Steps to Reproduce: 1. create a domain with html tags 2. search the domain 3. Actual results: Expected results: search should be successful Additional info: