[wp-trac] [WordPress Trac] #25270: Search form on wp-admin/themes.php page should be POST instead of GET

WordPress Trac noreply at wordpress.org
Tue Sep 10 22:14:51 UTC 2013


#25270: Search form on wp-admin/themes.php page should be POST instead of GET
----------------------------+-----------------------------
 Reporter:  Otto42          |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  trunk
 Severity:  normal          |   Keywords:
----------------------------+-----------------------------
 Do a search on the wp-admin/themes.php page to search amongst installed
 themes.

 The first URL you get will be like this:

 http://localhost/wp/wp-
 admin/themes.php?s=andrea&_ajax_fetch_list_nonce=xxxxxxxxxx&_wp_http_referer=%2Fwp
 %2Fwp-admin%2Fthemes.php

 Hit Search again, to get this new URL:

 http://localhost/wp/wp-
 admin/themes.php?s=andrea&_ajax_fetch_list_nonce=xxxxxxxxxx&_wp_http_referer=%2Fwp
 %2Fwp-
 admin%2Fthemes.php%3Fs%3Dandrea%26_ajax_fetch_list_nonce%3Dxxxxxxxxxx%26_wp_http_referer%3D%252Fwp
 %252Fwp-admin%252Fthemes.php

 And so on:

 http://localhost/wp/wp-
 admin/themes.php?s=andrea&_ajax_fetch_list_nonce=xxxxxxxxxx&_wp_http_referer=%2Fwp
 %2Fwp-
 admin%2Fthemes.php%3Fs%3Dandrea%26_ajax_fetch_list_nonce%3Dxxxxxxxxxx%26_wp_http_referer%3D%252Fwp
 %252Fwp-
 admin%252Fthemes.php%253Fs%253Dandrea%2526_ajax_fetch_list_nonce%253Dxxxxxxxxxx%2526_wp_http_referer%253D%25252Fwp
 %25252Fwp-admin%25252Fthemes.php


 That form should probably be a POST, not a GET. Changing it to POST shows
 no ill effects for me.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25270>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list