webgui/lib/WebGUI/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
..
DateTime.pm change docs for Session::DateTime to use form control 2011-02-25 15:45:39 -06:00
Form.pm Move logging level for validToken debugging from WARN to INFO. Fixes bug #11868 2010-09-23 16:11:36 -07:00
Http.pm WebGUI::Session::Http should go away (#11647) 2011-05-11 16:17:54 -04:00
Icon.pm Change occurances of user->profileField to user->get 2010-11-18 16:12:03 -08:00
Id.pm add WebGUI::GUID and make WebGUI::Session::Id a wrapper around that 2010-11-19 18:32:39 -06:00
Log.pm change ErrorHandler to Log 2010-10-27 12:50:12 -05:00
Output.pm Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Privilege.pm Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status. 2010-11-21 21:11:41 -08:00
Request.pm Move ifModifiedSince into WebGUI::Session::Request 2010-11-22 09:53:03 -08:00
Response.pm 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
Scratch.pm weaken all session refs 2010-06-01 16:23:48 -05:00
Setting.pm weaken all session refs 2010-06-01 16:23:48 -05:00
Stow.pm weaken all session refs 2010-06-01 16:23:48 -05:00
Style.pm WebGUI::Session::Http should go away (#11647) 2011-05-11 16:17:54 -04:00
Url.pm WebGUI::Session::Http should go away (#11647) 2011-05-11 16:17:54 -04:00