Skip to content
Snippets Groups Projects
  1. Jun 08, 2016
    • Jaime Perez Crespo's avatar
      Change the implementation of SimpleSAML\Utils\HTTP::getSelfURL() and... · 636aa66e
      Jaime Perez Crespo authored
      Change the implementation of SimpleSAML\Utils\HTTP::getSelfURL() and getSelfURLNoQuery() to honor the 'baseurlpath' configuration option instead of simply using the environment. They were actually broken since they were using it to build the scheme, host and port, but completely ignoring the path, rendering wrong URLs in between what was configured in 'baseurlpath' and the real information in the environment. This resolves #396, but also affects #5. The changes to getSelfURLNoQuery() in #391 are unnecessary now, since we now basically getting the full URL and remove the query afterwards.
      636aa66e
  2. Jun 07, 2016
  3. Jun 02, 2016
  4. Apr 19, 2016
  5. Mar 03, 2016
    • 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
  6. Mar 02, 2016
Loading