Open
Description
Steps to reproduce
- Configure a maven proxy with a wildcard non proxy hosts, e.g.
*.google.de
(see DefaultNpmRunnerTest.java)
Expected result
- npm is called with
--noproxy=*.google.de
Actual result
- npm is called with
--noproxy=.google.de
. The asterisk is missing.npm does not understand this syntax.
Analysis
Metadata
Metadata
Assignees
Labels
No labels