Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.5.2
-
None
-
None
Description
We're using the SoapUI Maven plugin 5.2.1 and have found that it sets the default proxy selector for https://docs.oracle.com/javase/7/docs/api/java/net/ProxySelector.html to null. According to JavaDoc this is legal ("[...] unsets the proxy selector"), but now getDefault() returns null.
As a consequence a NullPointerException can be observed:
SystemDefaultRoutePlanner.java:79
List proxies = this.proxySelector.select(targetURI);