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

Usage of URI::HTTP vs URI::Generic in baseUri discovery #6

@jptalton

Description

@jptalton

inside of the _validate_base_uri method it uses URI::HTTP for testing if the type is kind_of.

With the understanding that the 1.0 spec may change this to be baseUrl and not baseUri - 0.8 spec defines the open ended uri. and thus, testing kind for URI::HTTP instead of URI::Generic breaks this.

for most this is a low issue, as most use urls in there baseUri, however, for those of us that follow a different path in life, urn seems appropriate. which is one case to keep the spec agnostic.

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