Skip to content

Cannot add path wish slashes #3

@reckart

Description

@reckart

It is not possible to set a path for the "piwik.php" script which is not at the root of a server, e.g. "tracking/piwik.php" because the slash is escaped here:

		HttpUrl.Builder urlBuilder = new HttpUrl.Builder().scheme(this.config.scheme())
				.host(this.config.host()).addPathSegment(this.config.path())

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