Summary: | CAS Debugging improvements | ||
---|---|---|---|
Product: | Koha | Reporter: | Matthias Meusburger <matthias.meusburger> |
Component: | Tools | Assignee: | Matthias Meusburger <matthias.meusburger> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, koha.sekjal, paul.poulain |
Version: | 3.10 | ||
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: | |||
Bug Depends on: | 5630 | ||
Bug Blocks: | |||
Attachments: |
Bug 8279: CAS Debugging improvements
Bug 8279: CAS Debugging improvements |
Description
Matthias Meusburger
2012-06-21 08:29:47 UTC
Created attachment 10399 [details] [review] Bug 8279: CAS Debugging improvements Adds more precise debug informations for easier CAS troubleshootings resolution. Before this patch, whenever ticket validation failed, the debug message was "Invalid ticket". But ticket validation may fail for other reasons: CAS server not reachable, casServerUrl syspref is wrong... This patch adds the reason for ticket validation failing. Created attachment 10449 [details] [review] Bug 8279: CAS Debugging improvements Adds more precise debug informations for easier CAS troubleshootings resolution. Before this patch, whenever ticket validation failed, the debug message was "Invalid ticket". But ticket validation may fail for other reasons: CAS server not reachable, casServerUrl syspref is wrong... This patch adds the reason for ticket validation failing. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Just adds more verbose debugging output in the case of a CAS failure. No other impact on the system. Marking Passed QA. There have been no further reports of problems so I am marking this bug resolved. |