Skip Menu |

This queue is for tickets about the Catalyst-Plugin-XSendFile CPAN distribution.

Report information
The Basics
Id: 32512
Status: new
Priority: 0/
Queue: Catalyst-Plugin-XSendFile

People
Owner: Nobody in particular
Requestors: stennie [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.03_001
Fixed in: (no value)



Subject: X-LIGHTTPD-send-tempfile should be optional behaviour, not default
Show quoted text
> Latest version of lighttpd (1.5.0) also support X-LIGHTTPD-send-tempfile, > that is almost same to X-LIGHTTPD-send-file except deleting sending > file when server sent file. > > This module automatically use this feature when content length is above 16kbytes.
X-LIGHTTPD-send-tempfile should not be the default behaviour as; - lighttpd removes the file after sending it - it only works with lighttpd 1.5.x, which is still in development We're using sendfile to deliver some protected files outside the web server root, and deleting is most definitely not an expected or sane default ;-). Thx, Stephen