[Bug 3586] New: errors pages are sent with HTTP 200 OK header
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3586 Summary: errors pages are sent with HTTP 200 OK header Product: Koha Version: rel_3_2 Platform: All URL: http://koha/cgi-bin/koha/errors/404.pl OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Browser compatibility AssignedTo: joe.atzberger@liblime.com ReportedBy: mjr@ttllp.co.uk CC: oleonard@myacpl.org, gmcharlt@gmail.com Estimated Hours: 0.0 Change sponsored?: --- All of the errors scripts send results back to clients with HTTP 200 OK header. This leads to some clients taking incorrect actions. To see the fault, try curl -I http://koha/cgi-bin/koha/errors/404.pl and look at the first line of output. Looks to me like C4::Output::output_html_with_http_headers doesn't pass status code to C4::Output::output_with_http_headers and the errors scripts don't send error codes anyway. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3586 MJR <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent --- Comment #1 from MJR <mjr@ttllp.co.uk> 2009-11-02 15:10:45 --- http://lists.koha.org/pipermail/koha-patches/2009-November/004785.html -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3586 --- Comment #2 from Galen Charlton <gmcharlt@gmail.com> 2010-02-15 01:07:29 --- Pushed Sebastien Hinderer's patch as de94e449cdb7bb3f92534fa455feb6ddc480e17b. Please test and close. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3586 MJR <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|joe.atzberger@liblime.com |henridamien@koha-fr.org Version|rel_3_2 |rel_3_0 --- Comment #3 from MJR <mjr@ttllp.co.uk> 2010-02-15 10:59:28 --- Looks good to me. Retagging to rel_3_0, pull request just emailed. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3586 --- Comment #4 from hdlaurent <henridamien@koha-fr.org> 2010-02-15 14:59:05 --- patch pushed to 3.0.x -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3586 MJR <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from MJR <mjr@ttllp.co.uk> 2010-02-15 15:27:30 --- Thank you. Resolving. Will close once tested on live site. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com