tags 421050 upstream confirmed patch
thanks

hi,

sorry for the late reply.

i see the same problem in my own repository, however the link actually
still seems to work.

anyway, it is confirmed and fixed upstream in this patch:

http://www.llucax.com.ar/~luca/repos/darcsweb/?r=darcsweb;a=commitdiff;h=20070516094824-1d602-b38e3778f90684c9ba76b91b3db81343c2767e71.gz

> Wed May 16 06:48:24 ART 2007 Jonathan Buchanan
> <[EMAIL PROTECTED]>
>
> * Fixed bad links in RSS feed when darcsweb URL is automatically
> detected When the darcsweb URL is automatically detected, the script
> name is included in the URL - this results in bad links in RSS feeds
> like /darcsweb.cgi/darcsweb.cgi?r=projname.

diff -rN -u old-darcsweb-1/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb-1/darcsweb.cgi 2007-08-23 02:46:15.377177231 -0300
+++ new-darcsweb/darcsweb.cgi 2007-08-23 02:46:15.377177231 -0300
@@ -2321,7 +2321,7 @@
if 'myurl' not in dir(base) and 'cachedir' not in dir(base):
n = os.environ['SERVER_NAME']
p = os.environ['SERVER_PORT']
- s = os.environ['SCRIPT_NAME']
+ s = os.path.dirname(os.environ['SCRIPT_NAME'])
if p == '80':
p = ''
else:



it will be fixed in the next release.


thanks for the report,

  fabian

--
fabian linzberger -- http://lefant.net/ -- http://debienna.at/
       - do yourself a favour: use and support free software!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to