Commit 4f1e741
committed
[UNDERTOW-2740] Make the parsing of client Cookie header at server fully compatible with RFC6265 regardless of UndertowOptions.ENABLE_RFC6265_COOKIE_VALIDATION config
Notice that we are keeping legacy compatibility to some extent here, as long as Undertow works by default with RFC6265
Signed-off-by: Flavia Rainone <frainone@redhat.com>1 parent e632ac0 commit 4f1e741
2 files changed
Lines changed: 5 additions & 9 deletions
File tree
- core/src
- main/java/io/undertow/util
- test/java/io/undertow/util
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | 279 | | |
281 | 280 | | |
282 | 281 | | |
| |||
465 | 464 | | |
466 | 465 | | |
467 | 466 | | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
473 | 470 | | |
474 | 471 | | |
475 | 472 | | |
| |||
589 | 586 | | |
590 | 587 | | |
591 | 588 | | |
592 | | - | |
593 | 589 | | |
594 | 590 | | |
595 | 591 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
0 commit comments