We're trying to extend org.apache.shindig.social.dataservice.integration.AbstractLargeRestfulTests from shindig/java/social-api, but we need to override the setup method. The problem though is that there isn't access to the servlet, req or res variables as they are private.
Does anyone have any issues to changing the visibility to protected instead (or adding setter methods if that is preferred) to the AbstractLargeRestfulTests class? That is: protected HttpServletRequest req; protected HttpServletResponse res; protected DataServiceServlet servlet; Cheers, Chico

