Summary: | If OpacMaintenance is on the requested page is loaded | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Authentication | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Paul Poulain <paul.poulain> |
Severity: | minor | ||
Priority: | P3 | CC: | chris, dpavlin, liz, paul.poulain, veron |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
But 8787: don't load the page if OpacMaintenance is ON
[SIGNED-OFF] But 8787: don't load the page if OpacMaintenance is ON |
Description
Jonathan Druart
2012-09-19 07:34:29 UTC
Created attachment 12330 [details] [review] But 8787: don't load the page if OpacMaintenance is ON If the syspref OpacMaintenance is ON, it is useless to loaded the requested page. To test: - switch on the syspref OpacMaintenace - check in your apache access log, zebra log, etc. the requested page is not loaded (i.e. on the opac-search.pl page) Created attachment 12367 [details] [review] [SIGNED-OFF] But 8787: don't load the page if OpacMaintenance is ON If the syspref OpacMaintenance is ON, it is useless to loaded the requested page. To test: - switch on the syspref OpacMaintenace - check in your apache access log, zebra log, etc. the requested page is not loaded (i.e. on the opac-search.pl page) Signed-off-by: Marc Veron <veron@veron.ch> Checked by watching other_vhosts_access.log Works as expected Upping the severity. QA comment: one line patch passed QA (lowered severity) Patch pushed to master Pushed to 3.8.x will be in 3.8.7 pushed to 3.6.x, will be in 3.6.11. |