Skip to content

Commit

Permalink
FC-2886
Browse files Browse the repository at this point in the history
  • Loading branch information
shib71 committed Jul 8, 2014
1 parent 5dc5cc9 commit 1ed6c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/farcry/download.cfm
Expand Up @@ -141,7 +141,7 @@ accommodate legacy implementations
<cfcatch><!--- prevent unnecessary log entries when user cancels download whilst it is in progress ---></cfcatch>
</cftry>
<cfelseif stLocation.method eq "redirect">
<cflocation url="#stLocation.path#" addtoken="false" />
<cflocation url="#urldecode(stLocation.path)#" addtoken="false" />
</cfif>

</cfif>
Expand Down

0 comments on commit 1ed6c79

Please sign in to comment.