Opened 17 years ago
Closed 15 years ago
#5663 closed defect (bug) (duplicate)
URL sanitization is too restrictive
Reported by: | nbachiyski | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | |
Component: | Permalinks | Keywords: | needs-patch early |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
See also: #9591