X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=cgi%2Fbugreport.cgi;h=4cdf5a19890ca72e3d96a80e71c45f304135edf7;hp=86152f978dc0252b6e36b862f0845246a030c37c;hb=07309ad3fbc3f3d29b0da8921716392b8e593eb0;hpb=c9cbaccbfecee703aef31834907f10f325622116 diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 86152f9..4cdf5a1 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -15,11 +15,11 @@ use MIME::Decoder; use IO::Scalar; use IO::File; -use Debbugs::Config qw(:globals :text); +use Debbugs::Config qw(:globals :text :config); # for read_log_records use Debbugs::Log qw(:read); -use Debbugs::CGI qw(:url :html :util); +use Debbugs::CGI qw(:url :html :util :cache); use Debbugs::CGI::Bugreport qw(:all); use Debbugs::Common qw(buglog getmaintainers make_list bug_status); use Debbugs::Packages qw(getpkgsrc); @@ -224,7 +224,6 @@ if ( $mbox ) { -cache_control => 'public, max-age=600', -etag => $etag, content_disposition => qq(attachment; filename="bug_${ref}.mbox"), - (length $mtime)?(-last_modified => $mtime):(), ); } else { @@ -233,7 +232,6 @@ if ( $mbox ) { -cache_control => 'public, max-age=86400', -etag => $etag, content_disposition => qq(attachment; filename="bug_${ref}_message_${msg_num}.mbox"), - (length $mtime)?(-last_modified => $mtime):(), ); } if ($mbox_status_message and @records > 1) {