Bug 1003152

Summary: Incorrect parsing of gnome proxy ignore-hosts setting
Product: [Fedora] Fedora Reporter: Vladislav Grigoryev <vg.aetera>
Component: control-centerAssignee: Control Center Maintainer <control-center-maint>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 19CC: control-center-maint, mkasik, ofourdan, rstrode, tiagomatos, vg.aetera
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: control-center-3.8.5-1.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-12 11:33:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vladislav Grigoryev 2013-08-31 08:08:51 UTC
Description of problem:
Editing proxy ignore-hosts setting adds spaces to each element in the list, so setting doesn't work.

Version-Release number of selected component (if applicable):
control-center-3.8.3-2.fc19.x86_64

How reproducible:
Always.

Steps to Reproduce:
1. $ gsettings reset org.gnome.system.proxy ignore-hosts 
2. $ gsettings get org.gnome.system.proxy ignore-hosts 
['localhost', '127.0.0.0/8', '::1']
3. $ gnome-control-center network
Go to proxy settings and add "*.example.com".
4. $ gsettings get org.gnome.system.proxy ignore-hosts 
['localhost', ' 127.0.0.0/8', ' ::1', ' *.example.com']

Actual results:
$ gsettings get org.gnome.system.proxy ignore-hosts 
['localhost', ' 127.0.0.0/8', ' ::1', ' *.example.com']

Expected results:
$ gsettings get org.gnome.system.proxy ignore-hosts 
['localhost', '127.0.0.0/8', '::1', '*.example.com']

Comment 1 Rui Matos 2013-09-12 11:33:46 UTC
Forwarded upstream.

Comment 2 Fedora Update System 2013-09-13 14:16:17 UTC
control-center-3.8.5-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/control-center-3.8.5-1.fc19

Comment 3 Fedora Update System 2013-09-24 22:56:58 UTC
control-center-3.8.5-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.