[wp-trac] [WordPress Trac] #43035: Url Trailing dot value Remove Automatic In My Url when I update New version 4.9.1

WordPress Trac noreply at wordpress.org
Tue Jan 9 04:42:11 UTC 2018


#43035: Url Trailing  dot value Remove Automatic In My Url when I update New
version 4.9.1
--------------------------+----------------------
 Reporter:  adnan.limdi   |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Canonical     |     Version:  4.9
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:
--------------------------+----------------------
Changes (by dd32):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 Dots are not supported in WordPress URLs.

 The [https://developer.wordpress.org/reference/hooks/redirect_canonical/
 redirect_canonical filter] can be used to alter the canonical redirection
 behaviour.

 `add_filter( 'redirect_canonical', '__return_false' );` will disable
 redirects completely, and may cause unintended consequences.

 I'm marking this as `wontfix` as it's an intentional change, and `.` has
 never been supported in a WordPress URL (and won't be any time soon).

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43035#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list