Post

NS_ERROR_NET_PARTIAL_TRANSFER AND include(req,resp)

1
2
RequestDispatcher target = req.getRequestDispatcher("/WEB-INF/pages/index.jsp");
target.include(req, resp);

would cause NS_ERROR_NET_PARTIAL_TRANSFER in browser,
But some browser still could show page, whereas others couldn’t.

This post is licensed under CC BY 4.0 by the author.