LDEV-4691 Fix file uploads MultipartFilter was introduced for LAMS servlets to work with Spring MVC. It appears that for WildFly 14 it is no…
Show more
LDEV-4691 Fix file uploadsMultipartFilter was introduced for LAMS servlets to work with SpringMVC. It appears that for WildFly 14 it is not required anymore.Furthermore, without it will not work without extra configuration. Itwas removed.Also a controller method was rewritten to Spring MVC style.
Show less