Ticket #189 (closed enhancement: fixed)
Paste shouldn't raise exception on invalid cookies
| Reported by: | max | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | paste | Version: | released-version |
| Severity: | normal | Keywords: | |
| Cc: | ischenko@…, nozom.kaneko@… |
Description
If the cookie's content is invalid the underlying Cookie library will raise CookieError? when trying to load the cookie which is currently simply propagated by Paste.
Paste should catch it and do something meaningful.
See this thread for example.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

