dd4t / DD4T.MVC

DD4T MVC .NET Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If a binary is requested with a slash at the end, a folder is created and the binary cannot be stored on the file system anymore

quirijnslings opened this issue · comments

Steps to reproduce:

  • Make sure you have a published binary (e.g. /Images/test_tcm3-123.png)
  • Make a request with a browser to /Images/test_tcm3-123.png/
  • A FOLDER called test_tcm3-123.png is now created
  • Subsequent requests to the correct url (/Images/test_tcm3-123.png) will fail because the folder is in the way

Fixed in 2.2.7.104-alpha