instiki/app/controllers
Jacques Distler 5d15e3f39d Security: Instiki 0.16.2
On Webs with file uploads enabled, uploaded files were stored
(in version 0.16.1 and earlier) in the public/ directory.

This was a security threat. A miscreant could upload a .html file.
When a user clicked on the link to the file, it was opened (unsanitized)
in the browser.

As of version 0.16.2, uploaded files are stored in the webs/
directory. Now, when the user clicks on the link, the file is sent
with the

    Content-Disposition: attachment

header set, which causes the file to be downloaded, rather than opened
in the browser. As always, files downloaded from the internets should be
treated with caution. At least, this way, they are not aoutomatically 
opened in the browser.

To move your existing uploaded files to the new location, do a

     rake upgrade_instiki
2009-01-26 00:21:30 -06:00
..
admin_controller.rb Manage Uploaded Files 2008-12-31 11:30:33 -06:00
application.rb Security: Instiki 0.16.2 2009-01-26 00:21:30 -06:00
cache_sweeping_helper.rb Cache file_list Action 2009-01-10 22:33:30 -06:00
file_controller.rb Manage Uploaded Files 2008-12-31 03:54:23 -06:00
revision_sweeper.rb Expire Pages that Include a Modified Page 2008-12-09 03:33:53 -06:00
web_sweeper.rb Boneheaded 2009-01-11 13:49:58 -06:00
wiki_controller.rb Export XHTML Pages 2009-01-23 11:02:16 -06:00