Opened 19 months ago
Closed 19 months ago
#1488168 closed Bugs (fixed)
Curly brackets in urls
| Reported by: | emilio@… | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.7-beta |
| Component: | PHP backend | Version: | 0.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
hello,
if you receive txt only email with url with curly brackets inside roundcube does not recognise it correctly (it take only the part before the bracket as an url, dropping the rest).
example: the link to this url
http://www.saratoga.it/ita/products_detail.asp?iProvenienza=2&IdProdotto={1297DE61-FD91-4EBE-9A41-83051B4A1ACF}
will be cutted to http://www.saratoga.it/ita/products_detail.asp?iProvenienza=2&IdProdotto=
Change History (1)
comment:1 Changed 19 months ago by alec
- Component changed from Other to PHP backend
- Milestone changed from later to 0.7-beta
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [f2292c3a].