|
|
@ -83,7 +83,7 @@ namespace ImageProcessor.Web.HttpModules |
|
|
if (isRemote) |
|
|
if (isRemote) |
|
|
{ |
|
|
{ |
|
|
// We need to split the querystring to get the actual values we want.
|
|
|
// We need to split the querystring to get the actual values we want.
|
|
|
string[] paths = HttpUtility.UrlDecode(context.Request.QueryString.ToString()).Split('?'); |
|
|
string[] paths = HttpUtility.UrlDecode(context.Request.QueryString.ToString()).Replace("%7c", "|").Split('?'); |
|
|
|
|
|
|
|
|
path = paths[0]; |
|
|
path = paths[0]; |
|
|
|
|
|
|
|
|
|