forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ocm: fixed domain not having a protocol scheme * changelog * changelog * fix possible bug due to uppercase and lowercase string in domain * lint: add space after // in comments * Instead of modifying domain, use a new var endpoint
- Loading branch information
1 parent
6cafefe
commit c324fb4
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Bugfix: ocm: fixed domain not having a protocol scheme | ||
|
||
This PR fixes a bug in the OCM open driver that causes it to be unable to probe | ||
OCM services at the remote server due to the domain having an unsupported | ||
protocol scheme. in this case domain doesn't have a scheme and the changes in | ||
this PR add a scheme to the domain before doing the probe. | ||
|
||
https://github.com/cs3org/reva/pull/4790 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters