Skip to content

Conversation

@enricovianello
Copy link
Member


public String getHTTPTURLPrefix() {
return cr.getConfiguration().getString(HTTP_TURL_PREFIX, "/fileTransfer");
return cr.getConfiguration().getString(HTTP_TURL_PREFIX, "");
Copy link
Member

Choose a reason for hiding this comment

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

or "/"?

return TTURL.makeFromString(sb.toString());
}

private TTURL buildDAVTURL(Protocol p, Authority authority) {
Copy link
Member

Choose a reason for hiding this comment

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

This function seems identical to buildHTTPTURL, apart from the logging, which may be parameterized. Cannot we reuse that function? also in the call site

@enricovianello
Copy link
Member Author

Replaced by #175

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