Christopher,

"CL" == Christopher Lenz wrote:

 CL> The timeline only shows events that the remote user is actually
 CL> allowed to see, based on the WIKI_VIEW, CHANGESET_VIEW, TICKET_VIEW,
 CL> MILESTONE_VIEW, etc permissions.

Ok, taken.  I'm trying to do basic authorization with console client:

$ wget -S --no-cache --user User --password Passwd -O - 
'http://hostname.kds.com.ua/project/customer/timeline?milestone=on&ticket=on&changeset=on&wiki=on&max=50&daysback=90&format=rss'
--15:48:12--  
http://hostname.kds.com.ua/project/customer/timeline?milestone=on&ticket=on&changeset=on&wiki=on&max=50&daysback=90&format=rss
           => `-'
Визначення імені proxy... 10.0.0.1
Устанавливается соединение с proxy|10.0.0.1|:3128... під'єднано.
Proxy-запит надіслано, очікуєм відповіді...
  HTTP/1.0 200 OK
  Date: Thu, 29 Dec 2005 13:48:12 GMT
  Server: Apache/2.0.55 (Unix) DAV/2 mod_python/3.1.4 Python/2.4.1
  Cache-Control: must-revalidate
  Expires: Fri, 01 Jan 1999 00:00:00 GMT
  Content-Length: 428
  Set-Cookie: trac_session=646bcfd975b0fc91e5d094e0; expires=Wed, 29-Mar-2006 
13:48:12 GMT; Path=/project/scopexl;
  Content-Type: application/rss+xml;charset=utf-8
  X-Cache: MISS from hostname.kds.com.ua
  X-Cache: MISS from proxy.kds.com.ua
  X-Cache-Lookup: MISS from proxy.kds.com.ua:3128
  Proxy-Connection: close
Довжина: 428 [application/rss+xml]

 0% [                                     ] 0             --.--K/s             
<?xml version="1.0"?>
<rss version="2.0">
 <channel>
   <title>Customer: Timeline</title>
  <link>http://hostname.kds.com.ua/project/customer/timeline</link>
  <description>Trac Timeline</description>
  <language>en-us</language>
  <generator>Trac v0.9</generator>
  <image>
   <title>Customer</title>
   <url>http://hostname.kds.com.ua</url>
   <link>http://hostname.kds.com.ua/project/customer/timeline</link>
  </image>
 </channel>
</rss>
100%[====================================>] 428           --.--K/s

15:48:12 (27.21 MB/s) - `-' сохранён [428/428]


What I'm basically to achieve is to be able to read the timeline through
RSS feed reader (liferea) with basic http authorization.  So far it doesn't
work.

-- 
Andrey V Khavryuchenko            http://www.kds.com.ua/
Silver Bullet Software Solutions  http://www.livejournal.com/~akhavr
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to