summaryrefslogtreecommitdiff
path: root/tests/contentDisposition.urp
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@csail.mit.edu>2016-05-05 16:55:03 -0400
committerGravatar Adam Chlipala <adamc@csail.mit.edu>2016-05-05 16:55:03 -0400
commita0686c30f1315a6ca8c10acfca386df468f172a8 (patch)
tree8f6e2386a3dd64f2fff6537644503e47756e8bf1 /tests/contentDisposition.urp
parent00243e03c336302d8ca4e819e0a896436b2bdc95 (diff)
Add some tests for Content-Disposition
Diffstat (limited to 'tests/contentDisposition.urp')
-rw-r--r--tests/contentDisposition.urp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/contentDisposition.urp b/tests/contentDisposition.urp
new file mode 100644
index 00000000..92b02871
--- /dev/null
+++ b/tests/contentDisposition.urp
@@ -0,0 +1,5 @@
+rewrite all ContentDisposition/*
+allow responseHeader Content-Disposition
+allow mime text/plain
+
+contentDisposition \ No newline at end of file