[wp-trac] [WordPress Trac] #63282: Inconsistent post name processing
WordPress Trac
noreply at wordpress.org
Tue Apr 15 14:22:56 UTC 2025
#63282: Inconsistent post name processing
--------------------------+------------------------------
Reporter: ArtZ91 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Permalinks | Version: 6.7.2
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by ArtZ91):
I tested this using a plugin Classic Editor v1.6.7
Note that character `№` and others non-ascii can be added also in quick
edit.
Server version: Apache/2.4.52 (Ubuntu)
conf sample:
{{{
<VirtualHost *:80>
ServerName domain.com
#ServerAlias www.domain.com
ServerAdmin admin at domain.team
DocumentRoot /var/www/domain.com
<Directory /var/www/domain.com/>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log vhost_combined
</VirtualHost>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63282#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list