Unable to override AgentServlet methods and fields
I would like to override servlet_url, config, etc. as specified in the web.xml init and context parameters, but the methods and fields are private (not protected) so I can only override the whole servlet which would cause compatibility issues with future EVE distributions