[rt-devel] Re: rt cli question, patch for default query and order

Abhijit Menon-Sen ams at wiw.org
Sat Jan 24 03:01:34 EST 2004


At 2004-01-21 08:15:27 -0500, ii at took.ekilat.com wrote:
>
> I have added support for a default query [...]

I personally think that a default query would be better implemented as a
shell alias.


> It appears that
> REST/1.0/dhandler is intercepting requests for
> REST/1.0/ticket/{merge,comment,link}/id and sending them to
> REST/1.0/Forms/ticket/default

That's definitely not supposed to happen. I haven't used RT 3.0.8, but I
know I've had merge/comment/link working fine with an earlier version of
RT. It sounds like a configuration problem, but I'd appreciate it if you
could investigate further and let me know what you find.


> @@ -733,7 +742,7 @@
>  
>          my ($head, $text) = split /\n\n/, $res->content, 2;
>          my ($status, @headers) = split /\n/, $head;
> -        $text =~ s/\n*$/\n/;
> +        $text =~ s/\n*\\$/\n/;

(What is this change meant to do?)

-- ams



More information about the Rt-devel mailing list