dd4t / DD4T.MVC

DD4T MVC .NET Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Normalize URLs

quirijnslings opened this issue · comments

If a user requests a URL with double slashes (like http://www.acme.org//my//page.html), the URL should be normalized (into http://www.acme.org/my/page.html) before it is requested from the broker API. This is standard behaviour of most web servers.
This should become part of the 'add welcome file' logic in the DD4TControllerBase.

Optionally we could add support for extensionless urls as well.