Skip to content

Commit eb8ad68

Browse files
Fixes display problem with uploaded media files which contain a + character
1 parent bd89638 commit eb8ad68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/SmartStore.Web/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<mimeMap fileExtension=".js" mimeType="text/javascript" />
207207
</staticContent>
208208
<security>
209-
<requestFiltering>
209+
<requestFiltering allowDoubleEscaping="true">
210210
<!-- Max. global file upload size on IIS level is 2 GB as defined by the 'maxAllowedContentLength' attribute (2147483648 Bytes). -->
211211
<requestLimits maxAllowedContentLength="2147483648" maxQueryString="16384" />
212212
<hiddenSegments>

0 commit comments

Comments
 (0)