webgui/t/Session
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
..
Cache.t remove use of FindBin in tests 2010-09-01 14:05:53 -05:00
CheckClient.t Comment out trouble some browsers not recognized by HTTP::BrowserDetect 2010-09-22 21:50:01 -07:00
DateTime.t Merge commit 'bfe9780ce0' into WebGUI8. Merged up to 7.10.3 2010-11-02 14:49:33 -07:00
ErrorHandler.t rename variables for consistency 2010-10-27 13:06:25 -05:00
Form.t remove use of FindBin in tests 2010-09-01 14:05:53 -05: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
Icon.t remove use of FindBin in tests 2010-09-01 14:05:53 -05:00
Id.t remove MIME::Base64::URLSafe as they do it reversely 2011-01-13 15:00:50 -06:00
Output.t Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Privilege.t almost done fixing addRevision tests 2010-12-03 15:01:31 -06:00
Request.t Testing code moved out of t/Session/Http.t into t/Session/Request.t 2010-11-29 16:51:19 -08:00
Scratch.t remove use of FindBin in tests 2010-09-01 14:05:53 -05:00
Setting.t remove use of FindBin in tests 2010-09-01 14:05:53 -05:00
Stow.t remove use of FindBin in tests 2010-09-01 14:05:53 -05:00
Style.t WebGUI::Session::Http should go away (#11647) 2011-05-11 16:17:54 -04:00
Url.t Don't look in the config file to get the gateway, look in the request object. Maybe someday we'll be able to use URI. 2011-01-13 13:33:31 -08:00