Skip to content

Commit

Permalink
adding unicode handling for the image icon URL redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
half-ogre committed Dec 9, 2011
1 parent 23f1bf0 commit 7a35cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/Web.config
Expand Up @@ -131,7 +131,7 @@
<action type="Redirect" url="http://packages.nuget.org/v1/FeedService.svc" redirectType="Permanent" />
</rule>
<rule name="Legacy image icon URL" stopProcessing="true">
<match url="^media/default/packages/([a-z0-9_][a-z0-9._-]*)/([0-9.]+)/[a-z0-9._-]+\.([a-z]+)$" />
<match url="^media/default/packages/([a-z0-9_][a-z0-9._-]*)/([0-9.]+)/[\w._ -]+\.([a-z]+)$" />
<action type="Redirect" url="https://nugetgallery.blob.core.windows.net/icons/{R:1}.{R:2}.{R:3}" redirectType="Permanent" />
</rule>
</rules>
Expand Down

0 comments on commit 7a35cfc

Please sign in to comment.