LDEV-4691 Fix file uploads MultipartFilter was introduced for LAMS servlets to work with Spring MVC. It appears that for WildFly 14 it is not required anymore. Furthermore, without it will not work without extra configuration. It was removed. Also a controller method was rewritten to Spring MVC style.
LDEV-4440 Switch servlets to using autowired service beans Besides, RegisterAction was renamed to RegisterServlet. And one remaining constant was moved from AuthoringConstants to CentralConstants with subsequent removal of AuthoringConstants.java.