Skip to content

Commit 129df21

Browse files
omkarmore83safihamid
authored andcommitted
Enabling TransferRequestHandler for all request (This will include static content - The reason we do this is to enable us to have routes with period in them. i.e. with extensions)
1 parent 642d3b1 commit 129df21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
4444
<remove name="OPTIONSVerbHandler" />
4545
<remove name="TRACEVerbHandler" />
46-
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
46+
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*" verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
4747
</handlers>
4848
<validation validateIntegratedModeConfiguration="false" />
4949
<security>

0 commit comments

Comments
 (0)