-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Frédéric Mantegazza wrote: > On the archive page, clicking on a month leads to (for example): > > http://<host>/cgi-bin/mailman/private/2006-September/thread.html > > instead of: > > http://<host>/cgi-bin/mailman/private/<list>2006-September/thread.html > > All is working fine when logged as subscribed user. Is it a known bug?
The problem is that you got to the index page via a URL that didn't end in a slash. E.g., http://<host>/cgi-bin/mailman/private/<list> instead of http://<host>/cgi-bin/mailman/private/<list>/ Then, because the href's on the page are relative (e.g., href="2006-September/thread.html"), without the trailing slash, they are taken as relative to private/ instead of private/<list>/. So the question becomes where did the URL without the trailing slash come from? I don't see this problem with Mailman generated archive URLs, but if it is a Mailman generated URL in your case, what Mailman version is this, and from where did you get to this page? The only way I can reproduce this is if I am already logged in and I go to a URL like http://<host>/cgi-bin/mailman/private/<list> without the trailing slash. Then I see the problem, but it makes no difference if I'm logged in as admin or a user. - -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFHCCCbVVuXXpU7hpMRAp3mAJ9IVy3L5SLuIaJE7wLow5vcYnByCgCgoIaI agIaRxAMHGj5dqjyqrcxlo4= =LYtf -----END PGP SIGNATURE----- ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
