Commit 9b8293c
Quote multipart form parameter names by default (RFC 7578)
Change MultipartFormQuoteParameters default from false to true so that
parameter names in Content-Disposition headers are quoted consistently
with file parameter names, as required by RFC 7578.
Fixes #2271
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent acdf9af commit 9b8293c
2 files changed
Lines changed: 4 additions & 5 deletions
File tree
- src/RestSharp/Request
- test/RestSharp.Tests.Integrated
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
92 | 91 | | |
93 | | - | |
| 92 | + | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
0 commit comments