Opened 9 years ago
Closed 5 years ago
#36369 closed enhancement (fixed)
esc_url(): strip leading whitespace characters
Reported by: | toszcze | Owned by: | pento |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Formatting | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
I to strip leading whitespace characters form the URL passed to esc_url() function.
At the moment if we pass an URL with leading spaces (or other whitespace characters) to esc_url(), it returns an empty string, even if the URL is correct.
Attachments (3)
Change History (9)
#3
in reply to:
↑ 2
@
9 years ago
Trailing spaces are correctly replaced by %20. I don't know if there is any case when trailing spaces in an URL would be necessary, but personally I would leave them, because they are not causing any issues.
#4
@
9 years ago
- Keywords has-unit-tests added; needs-unit-tests removed
- Milestone changed from Awaiting Review to Future Release
- Version changed from 4.4.2 to 2.8
#5
@
5 years ago
- Milestone set to 5.3
- Owner set to pento
- Status changed from new to assigned
36369.2.diff combines and refreshes the patches to apply cleanly against trunk.
Note: See
TracTickets for help on using
tickets.
What about trailing whitespace?