Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Basic Authentication with wsimport does not allow @ in username #1243

@dvilaverde

Description

@dvilaverde

To authenticate with the webservice I used something like http://user%40example.org:password@host:port/service?wsdl in the authfile of wsimport.

Issue #1101 addressed this issue in passwords by url-decoding the password after reading from the authfile. Same should be done for username.

Affects version

[2.3.0]

The command I used was:

wsimport -keep -d /output -verbose -Xnocompile -Xauthfile /temp/auth.txt http://localhost:8080/app/soap/Service?wsdl

ant the contents of auth.txt are

http://user%40example.com:password@localhost:4430/localhost:8080/app/soap/Service?wsdl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions