]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1760223: Update HTTP headers to follow standard
authorMike Rylander <mrylander@gmail.com>
Mon, 2 Apr 2018 20:09:12 +0000 (16:09 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 30 Apr 2018 14:08:03 +0000 (10:08 -0400)
commitb9a637829cf5c4690e6a5ab7cc149d4d11e72897
tree58f5d1be0f4533082132d58b60ff75824e4ebaff
parent61d6e6c1ebdb329629bed2e07fa0ac73873a02a3
LP#1760223: Update HTTP headers to follow standard

In the olden days, some browsers didn't understand the "attachment" content
disposition.  They only understood "inline" but would let the user save a file
if a filename was provided.  However, in these modern days, relevant browsers
all do the right thing and know about both flavors of content disposition, so
we, too, must change with the times and support the letter of the standard.

This commit fixes downloading of MARCXML from the Exporter module.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/Exporter.pm