Inconsistent main page links

On “RT at a glance”, the links to the “10 highest priority tickets I own” seem
to be broken. the numerical ID links are fine, but the text links are not.
It seems like the WebPath is not correctly appended to the “subject” link.
Set($WebBaseURL, “http://myserver.com”);
Set($WebPath, “/rt”);

#:
http://myserver.com/rt/Ticket/Display.html?id=2

Subject:
http://myserver.com/Ticket/Display.html?id=2

Is this merely a configuration error on my part, or a simple bug?

Thanks,
-Troy

Troy Orion Cox

v: 512.475.8638
e: trox@ices.utexas.edu

() ascii ribbon campaign
/\ - against Microsoft attachments

This happened to me with the links to Search/Results.html in the headings of the boxes on the front page depending on whether I accessed the front page as http://lindev/rt (bad) or http://lindev/rt/ (good). A glance at the HTML source confirms that RT is generating relative links. I think there’s a bug here somewhere; I’m not sure whether RT ought to force a trailing slash in its URL or stop using relative links.

Tim Smith

Troy Orion Cox trox@ices.utexas.edu 07/17/06 5:29 PM >>>
On “RT at a glance”, the links to the “10 highest priority tickets I own” seem
to be broken. the numerical ID links are fine, but the text links are not.
It seems like the WebPath is not correctly appended to the “subject” link.
Set($WebBaseURL, “http://myserver.com”);
Set($WebPath, “/rt”);

#:
http://myserver.com/rt/Ticket/Display.html?id=2

Subject:
http://myserver.com/Ticket/Display.html?id=2

Is this merely a configuration error on my part, or a simple bug?

Thanks,
-Troy