[wp-trac] [WordPress Trac] #12316: WP_HTTP doesnt handle 'HttpOnly' cookies correctly

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 21 17:07:35 UTC 2010


#12316: WP_HTTP doesnt handle 'HttpOnly' cookies correctly
--------------------------+-------------------------------------------------
 Reporter:  dd32          |       Owner:  dd32                   
     Type:  defect (bug)  |      Status:  new                    
 Priority:  normal        |   Milestone:  3.0                    
Component:  HTTP          |     Version:                         
 Severity:  normal        |    Keywords:  has-patch needs-testing
--------------------------+-------------------------------------------------

Comment(by nacin):

 I imagine this would work as well?
 {{{
 list( $key, $val ) = strpos( $pair, '=' ) ? explode( '=', $pair ) : array(
 $pair, '' );
 }}}

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


More information about the wp-trac mailing list