From:             dmb27 at cornell dot edu
Operating system: Debian unstable 2.6.15 kernel
PHP version:      5.1.4
PHP Bug Type:     HTTP related
Bug description:  URL parsing problem with query string and anchor in IE

Description:
------------
This is basically bug #9699, but it is marked as closed, and I can't
comment on it, and it still exists in PHP 5.1.2

A redirect to a URL with both a query string and an anchor reference
treats the anchor portion as part of the query string.

For example, in my application, using IE 6, a redirect to:
http://adventurersguild.wikispaces.com/message/view/Trading+Board/23190?o=0#28590
has a [QUERY_STRING] => o=0#28590
however in Firefox, [QUERY_STRING] => o=0

If I hit refresh at the error, it doesn't do a redirect and everything is
fine.

This happens only in Internet Explorer 6, not in Firefox 1.5.0.3


-- 
Edit bug report at http://bugs.php.net/?id=37609&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37609&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=37609&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37609&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37609&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37609&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37609&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37609&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37609&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37609&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37609&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37609&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37609&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37609&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37609&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37609&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37609&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37609&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37609&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37609&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37609&r=mysqlcfg

Reply via email to