You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: