Closed jansorg closed 5 months ago
Closes https://github.com/getappmap/appmap-intellij-plugin/issues/725
This fixes a NullPointerException when a HTTP proxy server is enabled but not host exceptions are defined. It adds a test to verify that the proxy environment is properly created for a null value of proxy exclusions.
NullPointerException
null
:tada: This PR is included in version 0.68.0 :tada:
The release is available on:
v0.68.0
Your semantic-release bot :package::rocket:
Closes https://github.com/getappmap/appmap-intellij-plugin/issues/725
This fixes a
NullPointerException
when a HTTP proxy server is enabled but not host exceptions are defined. It adds a test to verify that the proxy environment is properly created for anull
value of proxy exclusions.