diff tests/test-webraw.out @ 6137:1c0e7afe824a

hgweb: Quote filenames when downloading raw files.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 16 Feb 2008 18:12:30 +0100
parents acfb9fa494e2
children 5bf465160632
line wrap: on
line diff
--- a/tests/test-webraw.out	Sat Feb 16 17:51:30 2008 +0100
+++ b/tests/test-webraw.out	Sat Feb 16 18:12:30 2008 +0100
@@ -1,10 +1,10 @@
 200 Script output follows
 content-type: text/plain
 content-length: 157
-content-disposition: inline; filename=sometext.txt
+content-disposition: inline; filename="some \"text\".txt"
 
 This is just some random text
 that will go inside the file and take a few lines.
 It is very boring to read, but computers don't
 care about things like that.
-host - - [date] "GET /?f=37afcac6d393;file=sub/sometext.txt;style=raw HTTP/1.1" 200 -
+host - - [date] "GET /?f=a23bf1310f6e;file=sub/some%20%22text%22.txt;style=raw HTTP/1.1" 200 -