response.setData(highlighted.getBytes("UTF8"));
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
response.setData(highlighted.getBytes());
}
response.resetRawHeaders();
return response;
}
private int getLineNumber(final HttpRequest req) {
String p = req.getParameter("n");