FreeBSD Bugzilla – Attachment 134078 Details for
Bug 178668
[PATCH] www/mod_xsendfile: Fix extracting Last-Modified info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_xsendfile.diff
mod_xsendfile.diff (text/plain), 1.11 KB, created by
Hung-Yi Chen
on 2013-05-15 19:30:00 UTC
(
hide
)
Description:
mod_xsendfile.diff
Filename:
MIME Type:
Creator:
Hung-Yi Chen
Created:
2013-05-15 19:30:00 UTC
Size:
1.11 KB
patch
obsolete
>Index: www/mod_xsendfile/Makefile >=================================================================== >--- www/mod_xsendfile/Makefile (revision 318250) >+++ www/mod_xsendfile/Makefile (working copy) >@@ -7,7 +7,7 @@ > > PORTNAME= mod_xsendfile > PORTVERSION= 0.12 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www > MASTER_SITES= https://tn123.org/mod_xsendfile/ \ > http://cloud.github.com/downloads/potatosalad/mod_xsendfile/ >Index: www/mod_xsendfile/files/patch-mod_xsendfile.c >=================================================================== >--- www/mod_xsendfile/files/patch-mod_xsendfile.c (revision 0) >+++ www/mod_xsendfile/files/patch-mod_xsendfile.c (working copy) >@@ -0,0 +1,11 @@ >+--- mod_xsendfile.c.orig 2013-05-16 02:15:41.000000000 +0800 >++++ mod_xsendfile.c 2013-05-16 02:15:48.000000000 +0800 >+@@ -439,7 +439,7 @@ >+ conf->ignoreLM == XSENDFILE_ENABLED >+ || ( >+ !apr_table_get(r->headers_out, "last-modified") >+- && !apr_table_get(r->headers_out, "last-modified") >++ && !apr_table_get(r->err_headers_out, "last-modified") >+ ) >+ ) { >+ apr_table_unset(r->err_headers_out, "last-modified");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 178668
: 134078