Closed david-waltermire closed 2 weeks ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Committer Notes
This PR fixes a bug caused when an already absolute or opaque URI is attempted to be resolved, when not necessary.
Typically this will be a no-op, but if the baseUri is not defined in the static context, this will cause an error.
The fix was to check if the URI is already absolute or opaque before attempting to resolve it. When already absolute or opaque, there is no need to resolve it.
Resolves #208.
All Submissions:
By submitting a pull request, you are agreeing to provide this contribution under the CC0 1.0 Universal public domain dedication.
Changes to Core Features: