[wp-trac] [WordPress Trac] #10249: Page slug in cyrillic = Error 404 - Not Found!

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 7 21:43:53 UTC 2011


#10249: Page slug in cyrillic = Error 404 - Not Found!
------------------------------------+-----------------------
 Reporter:  kalifi                  |       Owner:  westi
     Type:  defect (bug)            |      Status:  accepted
 Priority:  normal                  |   Milestone:  3.3
Component:  Permalinks              |     Version:  2.7
 Severity:  major                   |  Resolution:
 Keywords:  has-patch dev-feedback  |
------------------------------------+-----------------------

Comment (by ryan):

 %r would be no outside quotes added as is done with %s and no
 escape_by_ref().  Writing a mini format parser to extract %r could become
 a fairly big chore.

 Actually, esc_sql() is a weak escape. It should not be used here. We
 probably need to make a public version of wpdb::_escape(). Maybe esc().

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10249#comment:51>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list