This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Handle virtual paths in FilePathResult #1201
Comments
@loudej @davidfowl We need some way to figure out what file system we get. |
This should be provided to the action result via a constructor or resolved within the action result |
@davidfowl @Tratcher We need something like Server.MapPath exposed by the host, and this is probably also required for Razor, @pranavkm am I right? |
@loudej? We were discussing this Friday. |
Yes, we should cover that on Wednesday too |
javiercn
added a commit
that referenced
this issue
Oct 14, 2014
javiercn
added a commit
that referenced
this issue
Oct 15, 2014
Last remaining work here is to actually support virtual paths using aspnet/Hosting#86 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current implementation doesn't handle
"~/"
paths. This requires something like Server.MapPathSee #1190 and #429
The text was updated successfully, but these errors were encountered: