Clone
Marcin Cieslak
committed
on 22 Oct 18
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 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. Show less