First of all, it would have taken the better part of forever for me to try that. It makes perfect sense, but I just don't think I would've thought of it any time soon. Unfortunately, it didn't get me all the way there. I'm now prompted to login, which is progress, but after logging in, I get an error that FeedDemon was unable to download http://myprojects.com/projects/project1/timeline?changeset=on&max=50&daysback=90&format=rss.
If try I access the feed in an untainted browser session, I'm prompted to login and then shown a bad request error: Bad Request Your browser sent a request that this server could not understand. My Environment: Fedora Core 5 Apache 2.2.2 mod_python 3.2.8 Subversion 1.3.2 I don't know exactly what that means, but I'll keep digging. In the meantime, if you have any other helpful suggestions, please let me know. You'll be hard-pressed to top your last one, but I'd appreciate any effort you can spare. Thanks again. On 20 Aug 2006 18:00:34 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Actually a quite common problem, and has to do with how Trac is usually set up - and how most of the docs recommend setting it up. The typical web server setup will only do authentication on a request to .../login, and browser caching and cookie will handle the rest. Problem is that the various RSS feeds are on other URLs, and the feed reader will not be challenged for the username/password - and instead will receive maybe a permission error webpage or similar depending on you setup and permissions. Try pasting the URL into a browser that has no saved record of your user/login, and see the page presented. We have configured pretty much the whole site to require valid user on our Apache setup in order to get all feeds working OK from any feed reader supporting authentication - timeline, browser, log, reports and so on. :::simon [EMAIL PROTECTED] --- [email protected] wrote: >That doesn't appear to be it. FeedDemon handles secure feeds. The > URL I'm trying to use is > http://vm-seprojects/projects/product/log/trunk?limit=100&mode=stop_on_copy&format=rss > and I'm using the correct credentials. > > The error I get is "Error: Subscription could not be added. Please > check the URL and try again." Does the URL look correct? Could I be > missing something else? The machine in on the intranet, but then, so > am I. > > Thanks. > > On 8/18/06, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > > Remember that your RSS reader will be accessing the page without any > > credentials, and so you will only see what anonymous sees. Some feed > > readers support HTTP authentication, so you can look into that. > > > > --Noah > > _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
-- Rob Wilkerson _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
