Backend API
public class UploadServlet extends HttpServlet
A servlet that provides an upload file service.
It provides PUT, POST & DELETE
Created by antoine on 26/06/17.
private boolean pathIsValid (String path)
Verify that the given path is valid
- Parameters:
path
— {String} the path to verify - Returns: {boolean} wether the path is valid or not