ID:               44959
 Updated by:       [EMAIL PROTECTED]
 Reported By:      xuefer at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         URL related
 Operating System: gentoo
 PHP Version:      5.2.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




Previous Comments:
------------------------------------------------------------------------

[2008-05-10 08:04:57] xuefer at gmail dot com

Description:
------------
&#dddd; in href is not recognized correctly by url rewriter scanner

the original code was <a href="/def/"> and i encoded the first / to
trap some bot that don't recognize & and nofollow correctly so it is <a
href="&#47;def/" rel="nofollow">, nofollow is not required to reproduce
the bug

Reproduce code:
---------------
<a href="&#47;def/" rel="nofollow">

Expected result:
----------------
<a href="&#47;abc/?SID=kkS2Qatbjdjmoy-7joKkM2#47" rel="nofollow">

Actual result:
--------------
<a href="&?SID=kkS2Qatbjdjmoy-7joKkM2#47;abc/" rel="nofollow">


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=44959&edit=1

Reply via email to