Lilith River
Lilith River
Better to fail early; RemoteReader should `Uri.IsWellFormedUriString(requestEventArgs.RemoteUrl, UriKind.Absolute)` during CreateSignedUrl.
Not sure if this is correct or not. More tests are needed to examine URL encoding behavior in RemoteReader and in the pipeline in general.
https://stackoverflow.com/questions/35484684/imageresizing-wrong-cropping-behavior/35485548#35485548
Implement a UrlValidator plugin to warn (or reject) requests with invalid commands/values.
This would enable 'cropping' to a specific aspect ratio using existing whitespace instead of re-adding it.
See https://github.com/Azure/azure-storage-net/issues/139#issuecomment-105672450
ResolveAppRelative and ResolveAppRelativeAssumeAppRelative currently have undefined behavior in the absence of an HttpEnvironment. In the develop branch, one resolves to a physical path, while the other remains a virtual path.