Skip to content
Snippets Groups Projects
  1. Feb 21, 2020
  2. Feb 15, 2020
  3. Dec 24, 2019
  4. Jun 06, 2019
  5. Feb 03, 2019
  6. Oct 17, 2018
  7. Jun 05, 2018
  8. Jun 01, 2018
  9. May 31, 2018
  10. Feb 27, 2018
  11. Jul 25, 2016
    • Jaime Pérez's avatar
      bugfix: Critical configuration errors should not enforce a baseurlpath. · de8c1d24
      Jaime Pérez authored
      The code was enforcing this option even if a configuration was passed as a parameter to the constructor. If there is something wrong with a configuration and we are passing it to the constructor, we should know if at least the 'baseurlpath' is correct, and if not, fix it somehow.
      
      This bug was producing a default configuration without 'baseurlpath', when no configuration was passed. In that situation, only the default path (/simplesaml) was working correctly.
      de8c1d24
  12. Apr 19, 2016
    • Jaime Perez Crespo's avatar
      Add a couple new exceptions, both to signal configuration issues. One can be... · c3950c6b
      Jaime Perez Crespo authored
      Add a couple new exceptions, both to signal configuration issues. One can be used to signal an error in a certain configuration, leaving to the user deciding whether it was critical or not, and what to do to deal with it. The other one indicates a configuration exception that we cannot recover from (i.e. missing files), and bootstraps a minimal configuration skeleton that we can use to go on momentarily.
      c3950c6b
Loading