Commit e44b17a
committed
fix: resolve URL encoding issues in OFREP client flag key handling
- Fix test expectation for special characters (!@#) to match Uri.EscapeDataString behavior
- Update test verification to check multiple URI properties for encoded content
- Ensure proper URL encoding preservation in HttpRequestMessage construction
Signed-off-by: Weyert de Boer <[email protected]>1 parent e5447e4 commit e44b17a
File tree
2 files changed
+31
-4
lines changed- src/OpenFeature.Providers.Ofrep/Client
- test/OpenFeature.Providers.Ofrep.Test/Client
2 files changed
+31
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
278 | 281 | | |
279 | | - | |
| 282 | + | |
| 283 | + | |
280 | 284 | | |
| 285 | + | |
| 286 | + | |
281 | 287 | | |
282 | 288 | | |
283 | 289 | | |
| |||
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
428 | 433 | | |
429 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
430 | 451 | | |
431 | 452 | | |
432 | 453 | | |
| |||
0 commit comments