Looking at com.caucho.server.connection.AbstractHttpRequest and
com.caucho.server.http.HttpRequest I see that contentLength is being defined
as an "int", which limits file uploads to a size of 2,147,483,647.  

How painful would it be to convert this limit to a "long" so that we can
have substantially larger files?

Thanks,

Aaron Freeman



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to