bugfix: Allow loading the old sspmod_adfs_SAML2_XML_fed_Const class.
Since the class cannot be named "Const" when using namespaces, due to "const" being a reserved word, we needed to rename the class. That requires also some logic in the autoloader to map the old name to the new one.
Please register or sign in to comment