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

Pre-validates paths for unregistered namespaces #480

Closed
wants to merge 2 commits into from

Conversation

whikloj
Copy link
Collaborator

@whikloj whikloj commented Sep 18, 2014

  • Adds FedoraInvalidNamespaceException type
  • New FedoraInvalidNamespaceExceptionMapper
  • Add new validatePath method to AbstractService
  • Fixes Unit Test that require a mock NamespaceRegistry

This resolves https://www.pivotaltracker.com/story/show/61500426

Jared Whiklo added 2 commits September 19, 2014 13:21
- Adds FedoraInvalidNamespaceException type
- New FedoraInvalidNamespaceExceptionMapper
- Add new validatePath method to AbstractService
- Fixes Unit Test that require a mock NamespaceRegistry

This resolves https://www.pivotaltracker.com/story/show/61500426
@Provider
public class FedoraInvalidNamespaceExceptionMapper implements ExceptionMapper<FedoraInvalidNamespaceException> {

private static final Logger LOGGER = getLogger(LockExceptionMapper.class);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change the class this logger is tracking for you.

@awoods
Copy link

awoods commented Sep 19, 2014

Resolved with: f374560

@awoods awoods closed this Sep 19, 2014
@whikloj whikloj deleted the pre-validate-uris branch October 22, 2016 02:23
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.

None yet

2 participants