mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
adding http api publisher for Android agent to work out of the box
This commit is contained in:
parent
664a85e805
commit
c4a2ba0cea
@ -280,7 +280,7 @@ public class APIPublisherUtil {
|
|||||||
log.debug("'managed-api-transports' attribute is not configured. Therefore using the default, " +
|
log.debug("'managed-api-transports' attribute is not configured. Therefore using the default, " +
|
||||||
"which is 'https'");
|
"which is 'https'");
|
||||||
}
|
}
|
||||||
transports = "https";
|
transports = "https,http";
|
||||||
}
|
}
|
||||||
apiConfig.setTransports(transports);
|
apiConfig.setTransports(transports);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user