You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File libraries support support writing their content to disk using
WAFileLibrary >> #deployFiles. It would be nice if we had an option on file
library or file handler that instead of sending the content would send
X-Sendfile header to that or a configurable location.
http://john.guen.in/past/2007/4/17/send_files_faster_with_xsendfile/
https://tn123.org/mod_xsendfile/
Original issue reported on code.google.com by [email protected] on 30 Jan 2011 at 6:39
The text was updated successfully, but these errors were encountered:
Attached is an implementation of this using WAFileHandler configuration.
Still needs to provide absolute paths for the X-Sendfile (retrieving absolute
path seems to be platform specific).
Name: Seaside-Core-as.692
Author: as
Time: 3 February 2011, 8:25:11 pm
UUID: 83856298-0574-6e4e-8127-3fd047443ce2
Ancestors: Seaside-Core-pmm.691
Added X-Sendfile support - Issue 637
http://code.google.com/p/seaside/issues/detail?id=637
Still missing complete file to X-Sendfile header.
Original issue reported on code.google.com by
[email protected]
on 30 Jan 2011 at 6:39The text was updated successfully, but these errors were encountered: