eclipse-ee4j / metro-jax-ws

metro-jax-ws
https://eclipse-ee4j.github.io/metro-jax-ws/
BSD 3-Clause "New" or "Revised" License
72 stars 40 forks source link

Add parameter for non-proxy hosts #545

Open Tomas-Kraus opened 2 years ago

Tomas-Kraus commented 2 years ago

One can add -httpproxy:: but not -nonproxyhosts:localhost|*.company.com. The only alternative is not to use wsimport but construct the classpath manually, pass to java and add -Dhttp.nonProxyHosts=".... This is simply painful.

Affected Versions

[2.2.8]

Source: https://github.com/javaee/metro-jax-ws/issues/1154 Author: glassfishrobot