I don't think I am pointing to a refrence that has already been closed, I am using the request and response objects passed into the servlet like so: protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletException, IOException{ this.request = request; ...