From 37a65f6a4b2a3969de23ba1617210275bfc2bf2f Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Tue, 16 Jan 2018 09:26:55 +0100
Subject: [PATCH] Trailing slash is no longer required

Trailing slash is no longer required in baseurlpath as per 1.15.
---
 config-templates/config.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index ec3f97d3f..12dc7eb67 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -19,7 +19,6 @@ $config = array(
      * baseurlpath is a *URL path* (not a filesystem path).
      * A valid format for 'baseurlpath' is:
      * [(http|https)://(hostname|fqdn)[:port]]/[path/to/simplesaml/]
-     * (note that it must end with a '/')
      *
      * The full url format is useful if your SimpleSAMLphp setup is hosted behind
      * a reverse proxy. In that case you can specify the external url here.
-- 
GitLab