Bug #244
Cookie parsing in webrick fails on too many semicolons
| Status: | Rejected | Start date: | 07/09/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | lib | |||
| Target version: | - | |||
| ruby -v: |
Description
Cookie parsing in webrick fails on too many semicolons. I've attached a patch with a test that fixes the problem.
History
Updated by tenderlovemaking (Aaron Patterson) almost 4 years ago
This also breaks in ruby 1.8
Updated by shyouhei (Shyouhei Urabe) almost 4 years ago
Extra semicolons are not allowed in RFC2965. I don't think webrick should take care of those malformed input.
Updated by yugui (Yuki Sonoda) over 3 years ago
- Category changed from YARV to lib
- Status changed from Open to Rejected
- Assignee changed from drbrain (Eric Hodel) to gotoyuzo (GOTOU Yuuzou)