Browse Source

Fixing issue 10

Former-commit-id: 18c59254e30cdbff7c889e8253b5eaf4ff4e2c8f
pull/17/head
James South 13 years ago
parent
commit
5ccda7f542
  1. 2
      src/ImageProcessor.Web/NET45/HttpModules/ImageProcessingModule.cs
  2. 4
      src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs
  3. 1
      src/Nuget/ImageProcessor.Web.2.3.0.1.nupkg.REMOVED.git-id

2
src/ImageProcessor.Web/NET45/HttpModules/ImageProcessingModule.cs

@ -181,7 +181,7 @@ namespace ImageProcessor.Web.HttpModules
if (!string.IsNullOrWhiteSpace(urlDecode))
{
// UrlDecode seems to mess up in some circumstance.
if (urlDecode.IndexOf("://", StringComparison.InvariantCultureIgnoreCase) == -1)
if (urlDecode.IndexOf("://", StringComparison.OrdinalIgnoreCase) == -1)
{
urlDecode = urlDecode.Replace(":/", "://");
}

4
src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.3.0.1")]
[assembly: AssemblyFileVersion("2.3.0.1")]

1
src/Nuget/ImageProcessor.Web.2.3.0.1.nupkg.REMOVED.git-id

@ -0,0 +1 @@
8a839fc32a168bcddd1bd9043d64e9502bab4e99
Loading…
Cancel
Save