| ▲ | j16sdiz 5 hours ago | |
because the you need some consistency or normalisation before applying ACL or do routing? | ||
| ▲ | jeroenhd 4 hours ago | parent [-] | |
URL normalization is defined and it doesn't include collapsing slashes. Not that you can include custom normalization rules (like collapsing slashes, tolower()ing the entire path, removing the query part of the URL), but that's not part of the standard. If you're doing anything extra, the risk of breaking stuff is on you. | ||