[Tickets #11821] Re: Selecting more than one message checkbox ignores all but the first message
bugs at horde.org
bugs at horde.org
Thu Dec 6 15:01:14 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11821
------------------------------------------------------------------------------
Ticket | 11821
Updated By | aria at bsc.gwu.edu
Summary | Selecting more than one message checkbox ignores all
| but the first message
Queue | IMP
Version | 6.0.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
aria at bsc.gwu.edu (2012-12-06 15:01) wrote:
I have traced the post data on the browser end and indeed, two
indices[] show up on post :
POST /imp/mailbox.php HTTP/1.1
Host: webml.bsc.gwu.edu
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Cookie: default_horde_view=basic;
horde_secret_key=9F2OVNdeQu3g0hyg4pivQg1;
Horde=erfs9aivsnkfc4ep7s4vsc7i0h9ni4alprraggf32aartgq2alg1
Content-Type: application/x-www-form-urlencoded
Content-Length: 208
mailbox=dGVzdA&mailbox_token=UMCxwRtm87KT43AuGekR8xSEm8QcTGwhb8ZUsUtnjCYUG_F_x38&page=1&actionID=delete_messages&targetMbox=&newMbox=0&flag=&filter=&indices%5B%5D=%7B4%7Dtest9533&indices%5B%5D=%7B4%7Dtest9534
HTTP/1.1 200 OK
I also traced the apache end and see the post data coming in properly:
[debug] mod_dumpio.c(74): mod_dumpio: dumpio_in (data-TRANSIENT):
mailbox=dGVzdA&mailbox_token=UMCwMCVdR
25rZ-pdvsx6H4fVJI5oWSExo2aOuajrzzSf1s1-5bE&page=1&actionID=delete_messages&targetMbox=&newMbox=0&flag=&filter=&indices%5B%5D=%7B4%7D
test9533&indices%5B%5D=%7B4%7Dtest9534
However, due to my lack of PHP knowledge, I am unable to check whether
it is being parsed correctly in the code per your instructions. Can
you give me more clue as to how to do that and get the output of the
parsed data?
Thanks.
More information about the bugs
mailing list