simplesamlphp / simplesamlphp/simplesamlphp-module-casserver

Messages 'sspmod_casserver_Cas_Ticket_MemCacheTicketStore' is now using namespaces

Open
#39 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
7
Forks
11
Avg merge
10h 31m
Merged PRs (30d)
1

Description

Hello!

We are seeing messages like those in the log/simplesamlphp.log file when I access https://my.host.org/cas/login :

The class or interface 'sspmod_casserver_Cas_Ticket_MemCacheTicketStore' is now using namespaces, please use 'SimpleSAML\Module\casserver\Cas\Ticket\MemCacheTicketStore' instead.

 The class or interface 'sspmod_casserver_Cas_Ticket_TicketFactory' is now using namespaces, please use 'SimpleSAML\Module\casserver\Cas\Ticket\TicketFactory' instead.

I would need some help or advice to get rid of them.

I first hoped that I could simply edit the config/module_casserver.php file, but I finally cannot figure how to change it.

All the best,

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the warnings in log/simplesamlphp.log while accessing /cas/login, then inspect config/module_casserver.php and the referenced CAS ticket classes. Determine where the outdated class names are selected and verify that the log no longer reports namespace warnings.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
authentication
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.