#1487672 closed Bugs (fixed)
URLs with square brackets [ are not fully recognized as a URL
| Reported by: | caplod | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.5-stable |
| Component: | PHP backend | Version: | 0.4-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
links in email body that have square brackets stop at the opening bracket.
for example the following confirmationlink is only clickable till the first square bracket near 'user':
http://example.com/index.php?id=45&tx_felogin_pi1[user]=5&tx_felogin_pi1[forgothash]=1294369414
Attachments (1)
Change History (4)
Changed 2 years ago by caplod
comment:1 Changed 2 years ago by thomasb
- Milestone changed from later to 0.5-stable
- Owner set to thomasb
- Status changed from new to assigned
comment:2 follow-up: ↓ 3 Changed 2 years ago by alec
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 in reply to: ↑ 2 Changed 2 years ago by caplod
Replying to alec:
Thunderbird is doing the same, because brackets should be encoded. However, fixed in [0ff554d1].
thanks for fixing this.
in the typo3 bugtracker however i found this
'According to http://www.ietf.org/rfc/rfc3986.txt square brackets are allowed in URLs'
Note: See
TracTickets for help on using
tickets.

Thunderbird is doing the same, because brackets should be encoded. However, fixed in [0ff554d1].