Skip to content

testrunner: originalUri can trigger nu.xom.MalformedURIException: Double slash (//) in path #853

@stefandrissen

Description

@stefandrissen

Our REST uris are configured as https://resource/{template1}/{template2} - due to human error (template1 was not set), the originalUri can end up being stored in the soapui-project.xml as:

<con:originalUri>https://resource//B</con:originalUri>

This trips up the testrunner which throws:

ERROR:nu.xom.MalformedURIException: Double slash (//) in path

The SoapUI user interface does not have a problem with this, so it is strange seeing errors thrown when testrunner is executing which are not reproducible when executing the test manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions