<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Where can I find it ?<br>
I cheked the latest changes in wiki, but could not find any patch :-(<br>
Thanks<br>
Jesse Vincent wrote:
<blockquote cite="mid20060822184426.GD975@bestpractical.com" type="cite">
  <pre wrap="">

On Tue, Aug 22, 2006 at 03:42:19PM -0300, Dario Luis Coneglian Oliveros wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Consider you have a fresh installation of RT (3.6.0 or 3.6.1) with the 
following configuration:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
See the patch Jim Meyer sent this morning.




  </pre>
  <blockquote type="cite">
    <pre wrap="">RT_SiteConfig.pm
------------------------
Set($WebBaseURL , "<a class="moz-txt-link-freetext" href="http://">http://</a><hostname>:$WebPort");
Set($WebPath , "/rt/demo");

rt.conf (apache configuration file)
-------------------------------------------
AddHandler fastcgi-script fcgi
FastCgiServer /l/disk0/tools/rt/demo/bin/mason_handler.fcgi 
-idle-timeout 120 -processes 3
ScriptAlias /rt/demo/ /l/disk0/tools/rt/demo/bin/mason_handler.fcgi/

Here are the steps to reproduce the problem:

1) Log in as root
2) Create a ticket in "Quick ticket creation" as root
3) Create a ticket in "Quick ticket creation" as nobody
4) Click on the first ticket (description, not id) at "10 highest 
priority tickets I own" window
5) Click on the second ticket (description, not id) at "10 newest 
unowned tickets" window
In this scenario, step 4 will fail and step 5 will succeed.
If you look at page source, you will see that there's a difference 
between the content (href) of both tables.
First one generates an invalid URL 
(<a class="moz-txt-link-freetext" href="http://">http://</a><hostname>/Ticket/Display.html?id=1) and second one a valid URL: 
<a class="moz-txt-link-freetext" href="http://">http://</a><hostname>/rt/demo/Ticket/Display.html?id=2
Please note $WebPath (/rt/demo) is not appended to the first URL.

Any help will be very very appreciated !!!
Dário


  

     
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>