RT 4.0.7 something odd in debug logs

I switched on debug logs, investigating a different problem, and found an immense number of entries like this:

[Thu Aug 30 11:43:50 2012] [debug]: Canonicalizing URI ‘282320’ to ‘fsck.com-rt://sanger.ac.uk/ticket/282320’ (/opt/rt4/sbin/…/lib/RT/URI.pm:108)

I’ve never seen this before, when enabling debug mode, so I don’t know what’s changed to cause it. But that URI really doesn’t look right to me!

It doesn’t seem to be causing any actual problems in the operation of the RT instance, but there’s clearly something wrong somewhere, isn’t there? Have I got a config item wrong somewhere?

Tim

The Wellcome Trust Sanger Institute is operated by Genome Research
Limited, a charity registered in England with number 1021457 and a
company registered in England with number 2742969, whose registered
office is 215 Euston Road, London, NW1 2BE.

I switched on debug logs, investigating a different problem, and found an immense number of entries like this:

[Thu Aug 30 11:43:50 2012] [debug]: Canonicalizing URI ‘282320’ to ‘fsck.com-rt://sanger.ac.uk/ticket/282320’ (/opt/rt4/sbin/…/lib/RT/URI.pm:108)

I’ve never seen this before, when enabling debug mode, so I don’t know what’s changed to cause it. But that URI really doesn’t look right to me!

It doesn’t seem to be causing any actual problems in the operation of the RT instance, but there’s clearly something wrong somewhere, isn’t there? Have I got a config item wrong somewhere?

fsck.com-rt:// is RT’s internal link schema.

What you’re seeing is a debug log of the internal conversion of a
RefersTo or other link from the external notation to the internal
notation.

This is a new debug message in 4.0.7

-kevin