On Thu, 2005-12-29 at 15:51 +0200, Andrey Khavryuchenko wrote:
> 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
...snip...
> 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.

Well, if you pass along authentication info to a URL that doesn't
require it the web server is going to ignore it.  If the RSS feed
requires authentication to access the contents, you'll need to configure
the webserver to require authentication for that URL.

Take a look at the discussion on this ticket for more information:
http://projects.edgewall.com/trac/ticket/540

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to