mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Fix problem searching users on Shibboleth Server. Add OC_API_HEADER to GetRemoteShareesOperation
This commit is contained in:
committed by
David A. Velasco
parent
0acd17d8ac
commit
a9ada0b508
@@ -131,6 +131,7 @@ public class GetRemoteShareesOperation extends RemoteOperation{
|
||||
|
||||
// Get Method
|
||||
get = new GetMethod(uriBuilder.build().toString());
|
||||
get.addRequestHeader(OCS_API_HEADER, OCS_API_HEADER_VALUE);
|
||||
|
||||
status = client.executeMethod(get);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user