Canonicalizing URI fsck.com?

FOr some of my users, I see meesages of this form in my rt.log:

[Tue Oct 29 19:25:25 2013] [debug]: Canonicalizing URI ‘21’ to
‘fsck.com-rt://mydomain.com/ticket/21’
(/u01/app/PROD/rt4-efts/sbin/…/lib/RT/URI.pm:108)

What’s up with fsck.com?
Did I misconfigure something back in the beginning?
Can I get rid of the references to fsck.com? Can I get rid of the messages
about canonicalizing the URI altogether?

Thanks,
Len.
lenjaffe@jaffesystems.com 614-404-4214 @lenjaffe
Software Engineer, Founder Volunteerable http://www.volunteerable..com/,
Host of Columbus Code Jam http://www.meetup.com/techlifecolumbus/
www.lenjaffe.com http://www.theycomewithcheese.com
Perl Advent Planet http://www.lenjaffe.com/PerlAdventPlanet/ - Advent
Calendars: Perlish and otherwise.

FOr some of my users, I see meesages of this form in my rt.log:

[Tue Oct 29 19:25:25 2013] [debug]: Canonicalizing URI ‘21’ to
‘fsck.com-rt://mydomain.com/ticket/21’
(/u01/app/PROD/rt4-efts/sbin/…/lib/RT/URI.pm:108)

What’s up with fsck.com?
Did I misconfigure something back in the beginning?

fsck.com-rt:// is RT’s internal custom url scheme (like http:// or
ftp://).

Can I get rid of the references to fsck.com?

You could rewrite RT’s URI code (lib/RT/URI/*.pm).

Can I get rid of the messages
about canonicalizing the URI altogether?

Don’t run your logs in debug? It’s a debug message to help with
figuring out when links go wrong.

-kevin

[ fsck.com in my logs…[snip]

Can I get rid of the messages
about canonicalizing the URI altogether?
Don’t run your logs in debug? It’s a debug message to help with
figuring out when links go wrong.

Ah. ok. Makes sense.

lenjaffe@jaffesystems.com 614-404-4214 @lenjaffe
Software Engineer, Host of Columbus Code
Jamhttp://www.meetup.com/techlifecolumbus/
www.lenjaffe.com http://www.theycomewithcheese.com
Perl Advent Planet http://www.lenjaffe.com/PerlAdventPlanet/ - Advent
Calendars: Perlish and otherwise.