collectiveaccess / pawtucket2

Pawtucket Improved
GNU General Public License v3.0
82 stars 75 forks source link

Prevent having double slash '//' in URL #80

Closed olivierb2 closed 1 year ago

olivierb2 commented 1 year ago

[This small change prevent having double slash '//' in URL which is replaced by a single slash '/' later in routing and resulting missing view error.

The error is described here: https://collectiveaccess.org/support/index.php?p=/discussion/299474/browse-view

URL as missing key where only single slash is visible.