mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing Windows gatway issues
This commit is contained in:
parent
9e59993900
commit
a905f22651
@ -68,7 +68,7 @@ public final class PluginConstants {
|
||||
public static final String CXF_REQUEST_URI = "org.apache.cxf.request.uri";
|
||||
|
||||
//Web services media types
|
||||
public static final String SYNCML_MEDIA_TYPE = "application/vnd.syncml.dm+xml;charset=utf-8";
|
||||
public static final String SYNCML_MEDIA_TYPE = "application/vnd.syncml.dm+xml";
|
||||
|
||||
/**
|
||||
* Discovery service related other constants
|
||||
|
||||
@ -46,7 +46,7 @@ import javax.ws.rs.core.Response;
|
||||
@Extension(properties = {
|
||||
@ExtensionProperty(name = "name", value = "Windows 10 Device management"),
|
||||
@ExtensionProperty(name = "context",
|
||||
value = "/api/device-mgt/windows/v1.0/management"),
|
||||
value = "/api/device-mgt/windows/v1.0/management/devicemgt"),
|
||||
})
|
||||
}
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user