Package: bugs.debian.org Followup-For: Bug #339141
This is a "me too", with examples.. I downloaded what should be two separate listings of my bugs: % wget "http://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;[EMAIL PROTECTED];archived=yes" -o /dev/null % wget "http://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;[EMAIL PROTECTED];archived=no" -o /dev/null How big? % ls -go /tmp/p* -rw-r--r-- 1 480999 Nov 21 18:00 /tmp/pkgreport.cgi?dist=unstable;[EMAIL PROTECTED];archived=no -rw-r--r-- 1 481000 Nov 21 17:58 /tmp/pkgreport.cgi?dist=unstable;[EMAIL PROTECTED];archived=yes About the same size. What's the diff: % diff /tmp/pkgreport.cgi\?dist\=unstable\;[EMAIL PROTECTED];archived\=* 4709c4709 < <form action="pkgreport.cgi?dist=unstable;archived=no;[EMAIL PROTECTED]" method=POST> --- > <form action="pkgreport.cgi?dist=unstable;archived=yes;[EMAIL PROTECTED]" method=POST> 4744c4744 < Tue, 21 Nov 2006 22:59:15 UTC --- > Tue, 21 Nov 2006 22:56:15 UTC Virtually no difference. Pesky thing: # convert to text, 'grep' for "See the archived reports" % for f in pkgreport.cgi\?dist\=unstable\;[EMAIL PROTECTED];archived\=* ; do x="`html2text "$f" | grep -n "See the "`" ; echo $f: $x ; done pkgreport.cgi?dist=unstable;[EMAIL PROTECTED];archived=no: 4:See the archived reports pkgreport.cgi?dist=unstable;[EMAIL PROTECTED];archived=yes: 4:See the archived reports Both files have that string, but one shouldn't. Clicking on "archived reports" is an endless loop to the same page. Hope this helps... -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]