mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Adding cache prevention filter to emm-web-agent app
This commit is contained in:
parent
96cd41c634
commit
40907a954a
@ -93,5 +93,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"name": "URLBasedCachePreventionFilter",
|
||||||
|
"class": "org.wso2.carbon.ui.filters.cache.URLBasedCachePreventionFilter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filterMappings": [
|
||||||
|
{
|
||||||
|
"name": "URLBasedCachePreventionFilter",
|
||||||
|
"url": "/api/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "URLBasedCachePreventionFilter",
|
||||||
|
"url": "/enrollment/*"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user