Opened 8 years ago
Closed 8 years ago
#2007 closed enhancement (fixed)
Set content length when downloading files larger than 2GB
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.9 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The Java Servlet 3.1 specification was updated to allow content size larger than 2GB. It should be possible to use this with Tomcat 8.
http://docs.oracle.com/javaee/7/api/javax/servlet/ServletResponse.html#setContentLengthLong-long-
Change History (2)
comment:1 by , 8 years ago
Milestone: | → BASE 3.9 |
---|---|
Priority: | major → minor |
Type: | defect → enhancement |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7154]) Fixes #2007: Set content length when downloading files larger than 2GB