Commit 08fea14
committed
test(e2e): hosting-entry-http arm-posture fix; widen method-405 probe set
review-3 on #33:
O1 MEDIUM — method-405 / parse-error-400 / no-session-id passed
{ entry: { legacy: 'stateless' } } to wire(), which spreads after the
arm posture and so overrode entryModern's legacy:'reject' with
'stateless'. The entryModern cells were config-duplicates of
entryStateless. Dropped the override entirely: the arm posture
('stateless' on entryStateless, 'reject' on entryModern) is exactly
what each cell should test, so no override is needed.
O2 LOW — method-405 now probes GET, DELETE, PUT, PATCH (was PUT, PATCH
only). Both legs answer 405 / -32000 / 'Method not allowed.' for every
non-POST method. Note reworded ('POSTed through' -> 'sent through');
behavior text updated to name the four methods now covered.1 parent c76dbc8 commit 08fea14
3 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2381 | 2381 | | |
2382 | 2382 | | |
2383 | 2383 | | |
2384 | | - | |
| 2384 | + | |
2385 | 2385 | | |
2386 | | - | |
| 2386 | + | |
2387 | 2387 | | |
2388 | 2388 | | |
2389 | 2389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
141 | | - | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments