simplesamlphp / saml2

SimpleSAMLphp low-level SAML2 PHP library
https://www.simplesamlphp.org
GNU Lesser General Public License v2.1
284 stars 135 forks source link

Call Utils/HTTP non-statically. #284

Closed thijskh closed 3 years ago

thijskh commented 3 years ago

Fixes fatal error in SSP master when starting authentication: "Using $this when not in object context in lib/SimpleSAML/Utils/HTTP.php:985"

thijskh commented 3 years ago

Looking at the rest of the file, seems we need to fix XML, System and Random in the same way?

tvdijen commented 3 years ago

Yup, and there is at least one more reference to the HTTP-utils in src/SAML2/HTTPArtifact.php..