Community
Participate
Working Groups
"location" attribute of javax.servlet.annotation.MultipartConfig and the location element of <multipart-config> must be interpreted as an absolute path and defaults to the value of the "javax.servlet.context.tempdir". If a relative path is specified, it will be relative to the tempdir location. The test for absolute path vs relative path must be done via java.io.File.isAbsolute
Fixed in jetty-8 for 8.0.0.M2.