-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.1.10 DXP FP4, 7.1.10.1 SP1, 7.1.2 CE GA3, 7.1.X, Master
-
Component/s: Core Infrastructure
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Git Pull Request:
We should not publish these two methods :
ServletResponseUtil.getRanges(HttpServletRequest request, HttpServletResponse response, long length) ServletResponseUtil.write(HttpServletRequest request, HttpServletResponse response, String fileName, List<Range> ranges, InputStream inputStream, long fullLength, String contentType)
since they are only used in current class, and the same function can be done by invoking ServletResponseUtil.sendFileWithRangeHeader().