Fix file uploads with utf8 form field names. RT#113486
[catagits/Catalyst-Runtime.git] / t / optional_stress.yml
CommitLineData
ec54df42 1---
2component/controller/action/auto:
3 - http://localhost/action/auto/one
4 - http://localhost/action/auto/anything
5 - http://localhost/action/auto/deep/one
6 - http://localhost/action/auto/deep/anything
7 - http://localhost/action/auto/abort/one
8 - http://localhost/action/auto/abort/anything
9component/controller/action/begin:
10 - http://localhost/action/begin
11component/controller/action/default:
12 - http://localhost/action/default
13 - http://localhost/foo/bar/action
14 - http://localhost/action/default/arg1/arg2
15component/controller/action/detach:
16 - http://localhost/action/detach/one
17 - http://localhost/action/detach/path
18 - http://localhost/action/detach/with_args/old
19 - http://localhost/action/detach/with_method_and_args/old
20component/controller/action/end:
21 - http://localhost/action/end
22component/controller/action/forward:
23 - http://localhost/action/forward/global
24 - http://localhost/action/forward/one
25 - http://localhost/action/forward/jojo
26 - http://localhost/action/forward/with_args/old
27 - http://localhost/action/forward/with_method_and_args/old
28 - http://localhost/action/forward/args_embed_relative
29 - http://localhost/action/forward/args_embed_absolute
30component/controller/action/global:
31 - http://localhost/action_global_one
32 - http://localhost/action_global_two
33 - http://localhost/action_global_three
34component/controller/action/index:
35 - http://localhost/
36 - http://localhost
37 - http://localhost/index/
38 - http://localhost/index
39 - http://localhost/action/index/
40 - http://localhost/action/index
41 - http://localhost/action/index/foo
42component/controller/action/inheritance:
43 - http://localhost/action/inheritance
44 - http://localhost/action/inheritance/a
45 - http://localhost/action/inheritance/a/b
46component/controller/action/local:
47 - http://localhost/action/local/one
48 - http://localhost/action/local/two
49 - http://localhost/action/local/three
50 - http://localhost/action/local/four/five/six
51component/controller/action/multipath:
52 - http://localhost/action/multipath/multipath
53 - http://localhost/multipath
54 - http://localhost/multipath1
55 - http://localhost/action/multipath/multipath2
56component/controller/action/path:
ae955619 57 - http://localhost/action/path/a path with spaces
ec54df42 58 - http://localhost/action/path/åäö
59component/controller/action/private:
60 - http://localhost/action/private/one
61 - http://localhost/action/private/two
62 - http://localhost/three
63 - http://localhost/action/private/four
64 - http://localhost/action/private/five
65component/controller/action/regexp:
66 - http://localhost/action/regexp/10/hello
67 - http://localhost/action/regexp/hello/10
68component/controller/action/streaming:
69 - http://localhost/streaming
70 - http://localhost/action/streaming/body
71engine/request/body: []
72engine/request/cookies: []
73engine/request/headers: []
74engine/request/parameters: []
75engine/request/uploads: []
76engine/request/uri:
77 - http://localhost/engine/request/uri/change_path
78 - http://localhost/engine/request/uri/change_base
79 - http://localhost/engine/request/uri
80 - http://localhost/engine/request/uri?a=1;a=2;b=3
81 - http://localhost/engine/request/uri?text=Catalyst%20Rocks
82engine/response/cookies:
83 - http://localhost/engine/response/cookies/one
84 - http://localhost/engine/response/cookies/two
85engine/response/errors:
86 - http://localhost/engine/response/errors/one
87 - http://localhost/engine/response/errors/two
88 - http://localhost/engine/response/errors/three
89engine/response/headers:
90 - http://localhost/engine/response/headers/one
91engine/response/large:
92 - http://localhost/engine/response/large/
93engine/response/redirect:
94 - http://localhost/engine/response/redirect/one
95 - http://localhost/engine/response/redirect/two
96 - http://localhost/engine/response/redirect/three
97 - http://localhost/engine/response/redirect/four
98engine/response/status:
99 - http://localhost/engine/response/status/s200
100 - http://localhost/engine/response/status/s400
101 - http://localhost/engine/response/status/s403
102 - http://localhost/engine/response/status/s404
103 - http://localhost/engine/response/status/s500