Skip to content

Commit

Permalink
Add todo on CIS
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Mar 27, 2017
1 parent 1d3321b commit b1c578c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ImageProcessor.Web/Services/CloudImageService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public async Task<byte[]> GetImage(object id)
string relativeResourceUrl = id.ToString();
if (!string.IsNullOrEmpty(container))
{
// TODO: Check me.
container = $"{container.TrimEnd('/')}/";
if (!relativeResourceUrl.StartsWith($"{container}/"))
{
Expand Down

0 comments on commit b1c578c

Please sign in to comment.