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

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

Open
jptalton opened this issue Mar 23, 2015 · 0 comments
Open

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

jptalton opened this issue Mar 23, 2015 · 0 comments

Comments

@jptalton
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant