OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

Investigate switching Domino proxy to HttpURLConnection #86

Open jesse-gallagher opened 2 years ago

jesse-gallagher commented 2 years ago

Using Apache HttpClient is certainly not bad, and it does a lot of heavy lifting, but it could be helpful to remove the dependency and use the raw Java objects instead.

jesse-gallagher commented 2 years ago

It might also work to switch to the older Commons HTTP Client, which ships with Domino's OSGi stack. Wink also has an older versions of the newer HttpClient.