﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10360,$_REQUEST's slashes may differ from $_GET/$_POST,dd32,markjaquith,"$_REQUEST is re-created from $_GET/$_POST on line 51 of wp-settings.php

However, $_GET/$_POST/$_COOKIE are slashed ~ line 580, The end result is that {{{$_POST['test']}}} may not equal {{{$_REQUEST['test']}}} depending on the server setup, and content of such globals.

My suggestion would be to move both code blocks from where they currently are, and place them in about line 260. (Or alternativly, Just add $_REQUEST to the deslash/addslash code block..)",defect (bug),closed,normal,2.8.3,Security,2.8,normal,fixed,has-patch commit,vladimir@…
