Fix invoker loading issue

revert-70ac1926
tcdlpds@gmail.com 4 years ago
parent bf7316a3a8
commit ea6b8c7536

@ -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…
Cancel
Save