Opened 5 years ago
Closed 4 years ago
#5663 closed defect (bug) (duplicate)
URL sanitization is too restrictive
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Permalinks | Version: | |
| Severity: | minor | Keywords: | needs-patch early |
| Cc: |
Description
Url sanitization is too strict, it allows only character from the following class: [^a-z0-9-~+_.?#=!&;,/:%@]
A URL can contain every possible character, so we shouldn't strip them, but just escape accordingly.
Change History (3)
- Keywords needs-patch early added
- Component changed from General to Permalinks
- Owner changed from anonymous to ryan
- Priority changed from normal to low
- Severity changed from normal to minor
Note: See
TracTickets for help on using
tickets.

See also: #9591