On 2015/07/07 10:18:48, pneubeck wrote:
> seems that you got a unicode character \u003C (U+003C = '<') into the ONC by
> mistake.
>
> I just wonder where the quotation mark " after http://google.com went?
What quotation mark after what? The ONC exclude domains are
"google.com,<local>".
stevenjb
2015/07/07 18:30:36
Unfortunately due to a quirk of our parser if I in
On 2015/07/07 10:18:48, pneubeck wrote:
> seems that you got a unicode character \u003C (U+003C = '<') into the ONC by
> mistake.
>
> I just wonder where the quotation mark " after http://google.com went?
Unfortunately due to a quirk of our parser if I include < in the string, the
"expected" value looks like:
\\u003Clocal>
And the "actual" value looks like:
\u003Clocal>
After beating my head against this for an hour I decided it was easier just to
use the escape code in the .json, rather than figuring out where the extra
escaping is coming from.
Issue 1228543002: Translate ONC ProxySettings <-> Shill ProxyConfig
(Closed)
Created 5 years, 5 months ago by stevenjb
Modified 5 years, 5 months ago
Reviewers: jochen (gone - plz use gerrit), eroman, pneubeck (no reviews)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 61