MantisBT: master 5b0fdc54

Author Committer Branch Timestamp Parent
dhx dhx master 2011-02-26 23:58 master 8ebceaef
Changeset

Deprecate $g_use_iis as it no longer applies to newer versions of IIS

$g_use_iis was used years ago in MantisBT to work around some bugs in
earlier versions of IIS (such as v5). This is no longer an issue for the
1.3.x branch because it is expected that users of MantisBT will not be
using ancient versions of IIS.

The Refresh header is not needed: we should be using Location instead.
This will automatically add a 302 redirect status code to the HTTP
header and therefore we don't need to supply the code ourselves. PHP
output gzip compression should work fine with IIS if users setup their
servers correctly.

mod - core/print_api.php Diff File
mod - core/compress_api.php Diff File
mod - config_defaults_inc.php Diff File
mod - core.php Diff File
mod - core/obsolete.php Diff File
mod - core/config_api.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File