(Also posted to the Karaf mailing list) With Karaf 4.3.0, using Aries JAX-RS 1.0.10, how can I enable multi part support?
I am adding configuration file
“org.apache.aries.jax.rs.whiteboard.default.cfg” to the “etc” directory with
property:
osgi.http.whiteboard.servlet.multipart.enabled=true
But I am still getting error:
java.lang.IllegalStateException: No multipart config for servlet
When getting parts from HttpServletRequest.
Any help will be appreciated.
Best regards,
Alex soto
