in src/main/java/org/apache/sling/junit/remote/ide/SerializedRenderer.java [65:69]
public void setup(HttpServletResponse response, String pageTitle)
throws IOException, UnsupportedEncodingException {
response.setContentType("application/x-java-serialized-object");
outputStream = new ObjectOutputStream(response.getOutputStream());
}