Ticket #2527 (closed feature: fixed)
be liberal when encountering "+" in URI components
| Reported by: | tschaub | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.9 Release |
| Component: | Util | Version: | 2.8 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
IETF 2396 says spaces should be encoded as %20. However, in practice, + is often used. Properly encoded, the + should be %2B in a URI component (value in a query string pair). When we encounter a + before decoding, we could safely replace it with a space.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

