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-

http://tomcat.apache.org/whichversion.html

Change History (2)

comment:1 by Nicklas Nordborg, 8 years ago

Milestone: BASE 3.9
Priority: majorminor
Type: defectenhancement

comment:2 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: newclosed

(In [7154]) Fixes #2007: Set content length when downloading files larger than 2GB

Note: See TracTickets for help on using tickets.