IIS 7.5 does not like forward slash at the end of silverstripe-cache

IIS 7.5 does not like forward slash at the end of silverstripe-cache
This commit is contained in:
Nicolaas 2013-04-03 15:54:31 +13:00
parent 2e4913d351
commit 5c91cc1f61

View File

@ -3,7 +3,7 @@
<security>
<requestFiltering>
<hiddenSegments>
<add segment="silverstripe-cache/" />
<add segment="silverstripe-cache" />
<add segment="vendor" />
<add segment="composer.json" />
<add segment="composer.lock" />
@ -15,4 +15,4 @@
</requestFiltering>
</security>
</system.webServer>
</configuration>
</configuration>