Re: [Geotools-devel] Set HTTP proxy for XML SchemaCache

2024-06-03 Thread Cécile Vuilleumier
Great, yes the change would be in the method doing the actual download (https://github.com/geotools/geotools/blob/main/modules/library/xml/src/main/java/org/geotools/xml/resolver/SchemaCache.java#L235) and the XML caching mechanism would not / should not be impacted. I will work on a PR but fur

Re: [Geotools-devel] Set HTTP proxy for XML SchemaCache

2024-05-31 Thread Jody Garnett
That is … amazing you can get in there and make the change. Wow. For normal XML parsing does it use the cache? -- Jody Garnett On Fri, May 31, 2024 at 2:22 AM Cécile Vuilleumier < cecile.vuilleum...@camptocamp.com> wrote: > Hi all > > This is a follow-up to: https://osgeo-org.atlassian.net/b

[Geotools-devel] Set HTTP proxy for XML SchemaCache

2024-05-31 Thread Cécile Vuilleumier
Hi all This is a follow-up to: https://osgeo-org.atlassian.net/browse/GEOT-7576 (Make SchemaCache use the HttpClient from the GeoTools hints) The goal would be to be able to configure an HTTP proxy for XML schema requests using the GeoTools hint HTTP_CLIENT_FACTORY (similarly to OWS requests