mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'tenant-improve' into 'tenant-improve'
Fix invoker loading issue See merge request entgra/carbon-device-mgt!621
This commit is contained in:
commit
f0dbc4100e
@ -49,8 +49,7 @@
|
|||||||
<param-name>nonSecuredEndPoints</param-name>
|
<param-name>nonSecuredEndPoints</param-name>
|
||||||
<param-value>
|
<param-value>
|
||||||
/api/device-mgt-config/v1.0/configurations,
|
/api/device-mgt-config/v1.0/configurations,
|
||||||
/api/device-mgt-config/v1.0/configurations/ui-config,
|
/api/device-mgt-config/v1.0/configurations/ui-config
|
||||||
/api/device-mgt-config/v1.0/tenant
|
|
||||||
</param-value>
|
</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
|
|
||||||
|
|||||||
@ -53,7 +53,7 @@ import java.util.Enumeration;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@WebServlet(
|
@WebServlet(
|
||||||
name = "RequestHandlerServlet",
|
name = "OTPRequestHandlerServlet",
|
||||||
description = "This servlet intercepts the otp-api requests initiated from the user interface and validate "
|
description = "This servlet intercepts the otp-api requests initiated from the user interface and validate "
|
||||||
+ "before forwarding to the backend",
|
+ "before forwarding to the backend",
|
||||||
urlPatterns = {
|
urlPatterns = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user