Commit 5725817
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 ec4f0bc commit 5725817
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2405 | 2405 | | |
2406 | 2406 | | |
2407 | 2407 | | |
2408 | | - | |
| 2408 | + | |
2409 | 2409 | | |
2410 | | - | |
| 2410 | + | |
2411 | 2411 | | |
2412 | 2412 | | |
2413 | 2413 | | |
| |||
| 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 | | |
| |||
0 commit comments