-
Bug
-
Resolution: Done
-
Trivial
-
2.0.6.Final
-
None
Unless I missed anything, implementation of HttpServletResponseImpl.setContentLength(int) and HttpServletResponseImpl.setContentLengthLong(long) can be unified. Now each method performs same steps. Only difference is len argument type. I believe we can unifiy these implementation so that setContentLength(int) method calls setContentLengthLong(long) method.