summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/uri_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-22/+0
| | | | | | | | | | This means, at the least, that we can now serve files via REST when they have spaces and other weird characters in their names. This involves a small change to many files. Signed-off-by: Luke Kanies <luke@madstop.com>
* File serving now works. I've tested a couple of ways toLuke Kanies2007-10-191-0/+22
use it, and added integration tests at the most important hook points. This provides the final class structure for all of these classes, but a lot of the class names are pretty bad, so I'm planning on going through all of them (especially the file_server stuff) and renaming. The functionality is all here for finding files, though (finally). Once the classes are renamed, I'll be adding searching ability (which will enable the recursive file copies) and then adding the link management and enabling ignoring files.