Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UriRetriever::combineRelativePathWithBasePath() does not qualify UriResolverException #106

Merged

Conversation

openfryer
Copy link
Contributor

The UriResolverException class is not qualified or aliased when it is thrown in UriRetriever::combineRelativePathWithBasePath(), and it is likely to fail to load.

(This is the first pull request I've created, so please let me know if I've erred.)

…UriResolverException

Added full qualification to UriResolverException in
UriRetriever::combineRelativePathWithBasePath().
Added a test to verify that a UriResolverException is thrown when a
relative path contains more level-ups than the base path segments.
justinrainbow added a commit that referenced this pull request Aug 25, 2014
Fix UriRetriever::combineRelativePathWithBasePath() does not qualify UriResolverException
@justinrainbow justinrainbow merged commit 87b54b4 into jsonrainbow:master Aug 25, 2014
hakre pushed a commit to hakre/json-schema that referenced this pull request Mar 26, 2015
…olverexception

Fix UriRetriever::combineRelativePathWithBasePath() does not qualify UriResolverException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants