Bug 8279 - CAS Debugging improvements
Summary: CAS Debugging improvements
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: 3.10
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Matthias Meusburger
QA Contact:
URL:
Keywords:
Depends on: 5630
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-21 08:29 UTC by Matthias Meusburger
Modified: 2013-12-05 20:04 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 8279: CAS Debugging improvements (1.40 KB, patch)
2012-06-21 08:40 UTC, Matthias Meusburger
Details | Diff | Splinter Review
Bug 8279: CAS Debugging improvements (1.46 KB, patch)
2012-06-24 08:02 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Meusburger 2012-06-21 08:29:47 UTC
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.
Comment 1 Matthias Meusburger 2012-06-21 08:40:47 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2012-06-24 08:02:34 UTC
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>
Comment 3 Ian Walls 2012-06-25 16:19:30 UTC
Just adds more verbose debugging output in the case of a CAS failure.  No other impact on the system.  Marking Passed QA.
Comment 4 Jared Camins-Esakov 2012-12-31 01:16:23 UTC
There have been no further reports of problems so I am marking this bug resolved.