Re: 3.2.4 release candidate
Boris Kolpackov <[email protected]> Wed, 12 Oct 2022 17:39:47 +0200
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Organization | Code Synthesis |
| Message-ID | <[email protected]> |
Cantor, Scott <[email protected]> writes: > On 10/12/22, 9:09 AM, "Boris Kolpackov" <[email protected]> wrote: > > > 2. We build with ICU and Curl everywhere so other transcoders > > and netaccessors were not tested. > > Do you actually use them? Because in my testing, I haven't managed to > make any of the net accessors work (per the open bug that was reported). We run NetAccessorTest.cpp on every platform and it seems to work, at least over HTTP (HTTPS would require some further patching to deal with CA paths setup on some platforms): $ ./libxerces-c/tests/net-accessor/driver http://www.example.org ... <h1>Example Domain</h1> ...