Skip to content

Non-Proxy hosts with wildcards are incorrectly passed to npm #1172

Open
@StefanBauerTT

Description

@StefanBauerTT

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions