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

removed dependency on camel-http4 #32

Closed
wants to merge 2 commits into from
Closed

removed dependency on camel-http4 #32

wants to merge 2 commits into from

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Jan 8, 2015

This addresses https://jira.duraspace.org/browse/FCREPO-1278

removed runtime dependency on camel-http4
add unit tests for new classes
removed code duplication, as per sonar suggestions

add unit tests for new classes
removed code duplication, as per sonar
*/
public FcrepoOperationFailedException(final URI url, final int statusCode, final String statusText,
final URI location, final Map<String, String> responseHeaders, final String responseBody) {
super("HTTP operation failed invoking " + url.toString() + " with statusCode: " + statusCode +
Copy link

Choose a reason for hiding this comment

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

Should we protect ourselves from a NullPointerException on url.toString()?

@awoods
Copy link

awoods commented Jan 9, 2015

Resolved with: 1d164a1

@awoods awoods closed this Jan 9, 2015
@acoburn acoburn deleted the decouple-camel-http4 branch January 14, 2015 02:25
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