@Override
public boolean handleRequest(HttpServletRequest request,
HttpServletResponse response, IPath path) throws ServletException {
ILogService logService = LogsActivator.getDefault().getLogService();
if (logService == null)
/* unsupported functionality */
return false;
switch (getMethod(request)) {