[wp-trac] [WordPress Trac] #10475: wp-blog-header.php wiping out $_REQUEST array

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 24 17:29:32 UTC 2009


#10475: wp-blog-header.php wiping out $_REQUEST array
--------------------------+-------------------------------------------------
 Reporter:  mitchkramez   |       Owner:                         
     Type:  defect (bug)  |      Status:  new                    
 Priority:  high          |   Milestone:  Unassigned             
Component:  General       |     Version:  2.8.1                  
 Severity:  normal        |    Keywords:  REQUEST, wp-blog-header
--------------------------+-------------------------------------------------

Comment(by mitchkramez):

 here's the result with the require commented out:

 {{{
 Array
 (
     [handle] => 1
     [MintUnique] => 1
     [kramez-shoutbox-name] => mitch
     [wp-settings-time-1] => 1243301960
     [wp-settings-1] =>
 m0=c&m1=o&m2=c&m3=c&m4=c&m5=o&m6=c&m7=c&m8=c&m9=c&m10=c&mfold=f&editor=html&imgsize=full
     [wp-settings-time-0] => 1228958321
     [MintAuth] => 15ecb76a151e77be34b11a2ebd8f0fd7
     [testvar1] => 1
     [testvar2] => 1
     [testvar3] => 1
 )

 Array
 (
     [postvar] => 1
 )

 }}}

 here's the result with the require in place:

 {{{
 Array
 (
     [handle] => 1
     [postvar] => 1
 )

 Array
 (
     [postvar] => 1
 )

 }}}

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


More information about the wp-trac mailing list