lightSAML / SpBundle

SAML2 SP Symfony Bundle based on LightSAML
https://www.lightsaml.com/SP-Bundle/
MIT License
66 stars 70 forks source link

Making DefaultController work with Symfony 2.3 #37

Closed kidatsy closed 7 years ago

kidatsy commented 7 years ago

Pre Symfony 2.6 (I think) $this->redirectToRoute() was satisfied by $this->redirect($this->generateUrl()). Making this edit to work with Symfony 2.3. It might be worthwhile to check version by looking at Symfony\Component\HttpKernel\Kernel::VERSION, as per http://stackoverflow.com/questions/16846189/how-to-know-which-version-of-symfony-i-have#16846325

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.034% when pulling 4a7f771cbbf3bdd4e5c6898396b1c04544a48c08 on kidatsy:master into 79b329c0dbcbc8e44f5a75c235f1c8180ecea59c on lightSAML:master.