resizer
resizer copied to clipboard
Define behavior of PathUtils.ResolveAppRelative and variants
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.
Good point. I have updated ResolveAppRelative to be virtual.
We should add unit tests for this (and other PathUtils methods)
Both with and without an HttpContext...