Skip to content
Snippets Groups Projects
  1. Mar 03, 2016
    • Jaime Perez Crespo's avatar
      Bugfix: there's a couple of places in SimpleSAML\Utils\HTTP where we should... · 9635fc06
      Jaime Perez Crespo authored
      Bugfix: there's a couple of places in SimpleSAML\Utils\HTTP where we should use the host AND port if the latter is not the default one, but we are only using the host. These are the case for evaluating the 'trusted.url.domains' configuration options (we should allow the host and port we are reachable in, but not other ports in the same host) and the method that returns the host with path, which should include the port if that's not standard (the documentation of the method already says so).
      9635fc06
    • Jaime Perez Crespo's avatar
      Rename Utils\HTTP::getSelfHostWithoutPort() to... · d4de56da
      Jaime Perez Crespo authored
      Rename Utils\HTTP::getSelfHostWithoutPort() to Utils\HTTP::getSelfHostWithNonStandardPort(), change the logic, and reimplement Utils\HTTP::getSelfHost() to depend on use the former. Complete the tests to include the case of port 443 while using HTTPS.
      d4de56da
  2. Mar 02, 2016
  3. Jan 19, 2016
  4. Jan 15, 2016
  5. Nov 06, 2015
  6. Oct 21, 2015
  7. Jun 03, 2015
  8. Apr 23, 2015
  9. Apr 22, 2015
  10. Apr 21, 2015
Loading