[wp-trac] [WordPress Trac] #22062: GET instead of POST in wp_list_table for bulk edit
WordPress Trac
wp-trac at lists.automattic.com
Sun Sep 30 23:14:57 UTC 2012
#22062: GET instead of POST in wp_list_table for bulk edit
-----------------------------+-----------------------------
Reporter: thomask | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Quick/Bulk Edit
Version: 3.4.2 | Severity: normal
Keywords: |
-----------------------------+-----------------------------
I was trying to delete few hundrets of media files at once using bulk edit
and i have noticed this error:
Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.
IMO it would be better to use POST instead of GET for Bulk Edit actions.
It works, just the form action have to be replaced, but I am not sure, if
it would make some other problems, possibly with others plugins.
Maybe in that case there could be a quick dirty solution - if it is
expected, that the bulk edit with fail (e.g. when there is more then some
amount of posts listed), switch the action from get to post (But anyway I
think, that for bulk action GET should not be used)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22062>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list