Opened 4 years ago
Closed 4 years ago
#1485638 closed Bugs (fixed)
rawurlencode() is not called for ie >= 7
| Reported by: | tensor | Owned by: | |
|---|---|---|---|
| Priority: | 4 | Milestone: | 0.2-stable |
| Component: | Core functionality | Version: | 0.2-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
r2177 introduced a change not to truncate the filenames for IE7. rawurlencode() is still needed for IE7 for non-Latin1 characters.
Change History (1)
comment:1 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [e943e1a9]