Opened 19 years ago
Closed 17 years ago
#5663 closed defect (bug) (duplicate)
URL sanitization is too restrictive
| Reported by: | nbachiyski | Owned by: | ryan |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Permalinks | Version: | |
| Severity: | minor | Keywords: | needs-patch early |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
See also: #9591