[Bb-trac] Re: [bbPress] #774: non-ascii characters in tags are
stripped
bbPress
bb-trac at lists.bbpress.org
Tue Jan 29 16:03:46 GMT 2008
#774: non-ascii characters in tags are stripped
------------------------+---------------------------------------------------
Reporter: nbachiyski | Owner:
Type: defect | Status: new
Priority: high | Milestone:
Component: Back-end | Version: 0.8.3.1
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by nbachiyski):
The problem was in permalink redirection. All the arguments were taken
from {{{$_SERVER['QUERY_STRING']}}}, where they are unescaped, thus if
they contained non-ascii characters {{{wp_redirect}}} would strip them and
redirect to the wrong place.
Here is a patch, which just escapes the query args before using them.
--
Ticket URL: <http://trac.bbpress.org/ticket/774#comment:1>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list