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-value>
|
||||
/api/device-mgt-config/v1.0/configurations,
|
||||
/api/device-mgt-config/v1.0/configurations/ui-config,
|
||||
/api/device-mgt-config/v1.0/tenant
|
||||
/api/device-mgt-config/v1.0/configurations/ui-config
|
||||
</param-value>
|
||||
</context-param>
|
||||
|
||||
@ -125,4 +124,4 @@
|
||||
<url-pattern>/*</url-pattern>
|
||||
</filter-mapping>
|
||||
|
||||
</web-app>
|
||||
</web-app>
|
||||
|
||||
@ -53,7 +53,7 @@ import java.util.Enumeration;
|
||||
import java.util.List;
|
||||
|
||||
@WebServlet(
|
||||
name = "RequestHandlerServlet",
|
||||
name = "OTPRequestHandlerServlet",
|
||||
description = "This servlet intercepts the otp-api requests initiated from the user interface and validate "
|
||||
+ "before forwarding to the backend",
|
||||
urlPatterns = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user