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

Respond with 400 status on request with empty path segments #840

Closed
wants to merge 6 commits into from

Conversation

awoods
Copy link

@awoods awoods commented Jul 14, 2015

protected static HttpHead headObjMethod(final String id) {
return new HttpHead(serverAddress + id);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Did you factor this into the subclasses of AbstractResourceIT every time a HEAD request occurs?

Copy link
Author

Choose a reason for hiding this comment

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

yes

Copy link
Contributor

Choose a reason for hiding this comment

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

Awesometastic.

@ajs6f
Copy link
Contributor

ajs6f commented Jul 21, 2015

Squash-merged via:
01305e2

@ajs6f ajs6f closed this Jul 21, 2015
@awoods awoods deleted the fcrepo-1537 branch July 21, 2015 19:59
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