Changes between Initial Version and Version 1 of Ticket #52865
- Timestamp:
- 03/19/2021 10:42:06 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52865
- Property Keywords performance removed
- Property Focuses performance added
-
Ticket #52865 – Description
initial v1 1 https://core.trac.wordpress.org/ticket/20383 made improvements that strip trailing punctuation from URLs. E.g., https://ma.tt/2012/03/productivity-per-square-inch%20 redirects correctly to the canonical URL.1 #20383 made improvements that strip trailing punctuation from URLs. E.g., https://ma.tt/2012/03/productivity-per-square-inch%20 redirects correctly to the canonical URL. 2 2 3 3 However, URLs like https://ma.tt/2012/03/productivity-per-square-inch%20/ (which 'enclose' the trailing space with a trailing slash) are ''not'' redirected. It, and others like it, typically return a 404 error.