[Rt-devel] Re: [PATCH] (#4638) cli cookie handling

Abhijit Menon-Sen ams at wiw.org
Thu May 6 22:53:51 EDT 2004


At 2004-05-06 18:07:39 -0400, muncus at ccs.neu.edu wrote:
>
> Attached is a patch that solves the problem with cookie handling in
> the RT CLI.

What is the problem with cookie handling in the CLI? I'm afraid I do not
understand what your patch is meant to accomplish (perhaps I have missed
some discussion about this?).

> -    my $r = submit("$REST/search/$type", { query => $q, %data, orderby => $orderby || "" });
> +    my $r = submit("$REST/search/$type", { query => $q, %data, orderby => $data{orderby} || "" });

The correct fix for this is the one I sent to rt-bugs@ on 2003-12-29, in
<20031229082831.A4759 at lustre.dyn.wiw.org>. Jesse, do you want me to send
a new version of that patch?

-- ams


More information about the Rt-devel mailing list