<!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">
I realized the patch was submitted to rt-devel list. That's why I was
not aware of it.<br>
Anyway I downloaded the patch from SVNWeb and looks good now. <br>
For those of you whom want to apply this patch, go to<br>
<a class="moz-txt-link-freetext" href="http://svn.bestpractical.com/cgi-bin/index.cgi/bps/view/rt/branches/3.6-RELEASE/etc/initialdata">http://svn.bestpractical.com/cgi-bin/index.cgi/bps/view/rt/branches/3.6-RELEASE/etc/initialdata</a><br>
and download it.<br>
Regards,<br>
Dário<br>
<br>
Dario Luis Coneglian Oliveros wrote:<br>
<blockquote cite="mid44EB52CA.7050809@cpqd.com.br" type="cite"> 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>On Tue, Aug 22, 2006 at 03:42:19PM -0300, Dario Luis Coneglian Oliveros wrote:
  </pre>
    <blockquote type="cite">
      <pre>Consider you have a fresh installation of RT (3.6.0 or 3.6.1) with the 
following configuration:
    </pre>
    </blockquote>
    <pre>See the patch Jim Meyer sent this morning.




  </pre>
    <blockquote type="cite">
      <pre>RT_SiteConfig.pm
------------------------
Set($WebBaseURL , "<a 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 href="http://">http://</a><hostname>/Ticket/Display.html?id=1) and second one a valid URL: 
<a 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
 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 href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a 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 href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

    </pre>
    </blockquote>
    <pre>  </pre>
  </blockquote>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
<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>
<br>
</body>
</html>