Skip to content
Snippets Groups Projects
  1. May 31, 2018
  2. May 22, 2018
  3. Apr 13, 2018
  4. Dec 08, 2017
  5. Oct 25, 2017
  6. Oct 19, 2017
  7. Nov 03, 2016
  8. Jul 04, 2016
    • Jaime Pérez's avatar
      bugfix: Make sure SimpleSAML_Session::getSessionFromRequest() always raises an... · 52c6bf04
      Jaime Pérez authored
      bugfix: Make sure SimpleSAML_Session::getSessionFromRequest() always raises an exception when a transient session is used due to a misconfiguration or a temporary failure fetching an existing session.
      
      Transient sessions are just an exceptional event, and they shouldn't be treated as regular sessions. Therefore, if we are trying to get the current session and end up with a transient one, that's because an error occurred and we should raise an exception. Since exceptions due to secure cookies trying to be set via an insecure channel are likely to be misconfigurations, we treat them like that, raising a SimpleSAML\Error\CriticalConfigurationError.
      
      Additionally, we capture exceptions in the SimpleSAML\Logger::flush() method, ensuring the error reported in #413 doesn't happen again.
      
      This resolves #356.
      52c6bf04
  9. May 20, 2016
  10. Apr 04, 2016
  11. Apr 01, 2016
  12. Mar 31, 2016
  13. Feb 26, 2016
  14. Nov 06, 2015
  15. Oct 27, 2015
    • Jaime Perez Crespo's avatar
      Prevent the SimpleSAML_Logger class from creating loops while trying to get... · 3466f176
      Jaime Perez Crespo authored
      Prevent the SimpleSAML_Logger class from creating loops while trying to get the track ID from the session. It must now be set manually by calling SimpleSAML_Logger::setTrackID(). Also allow SimpleSAML_Memcache to differentiate between a key not found in memcache and a request to memcache failed. If all servers are down, an exception is thrown and the user informed about the internal error. This hopefully resolves #264.
      3466f176
  16. Aug 05, 2015
  17. Jul 31, 2015
  18. Jul 08, 2014
  19. Jun 17, 2014
  20. Jan 23, 2013
  21. Nov 17, 2011
  22. Jul 22, 2011
  23. Nov 03, 2010
  24. Aug 14, 2009
  25. Aug 07, 2009
  26. Mar 01, 2009
  27. Nov 04, 2008
  28. Sep 26, 2008
  29. Jun 06, 2008
  30. Jun 03, 2008
  31. May 15, 2008
  32. Mar 05, 2008
Loading