webgui/t/PSGI
Scott Walters 7a994b59ce File assets should always give IO::File::WithPath objects to PSGI, instead of the current redirecting or streaming behavior. (#11688)
New API method:  WebGUI::Response::sendFile;  it, as appropriate, calls
setRedirect or setStreamedFile, depending on enableStreamingUploads config var.
setStreamedFile now kicks off the XSendfile process.
File.pm now uses this instead of trying to set both a redirect and a stream.
IO::File::WithPath blows up if a file doesn't exist so this raises an exception
now.
The http now no longer insist that '0' is not a valid filename to stream.
site.psgi, depending on enableStreamingUploads, enables either the Static
or XSendfile middleware.
2011-05-12 20:22:43 -04:00
..
ConfigMiddleware.t PSGI entry points (#11632) -- add a plackMiddleware section to the config file; modify share/site.psgi to load from it. 2011-05-10 14:40:06 -04:00
default-site.t Minor improvements 2010-04-18 14:51:24 -04:00
Http.t File assets should always give IO::File::WithPath objects to PSGI, instead of the current redirecting or streaming behavior. (#11688) 2011-05-12 20:22:43 -04:00
StackTrace.t Basic tests for WebGUI::Middleware::StackTrace 2011-05-05 15:55:55 -04:00