[Mono-list] XSP, GetFilePath
Daniel Lopez
daniel@rawbyte.com
Mon, 13 Jan 2003 09:31:42 -0800
Hi,
From the Microsoft documentation
"When overridden in a derived class, returns the physical path to the
requested URI."
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebhttpworkerrequestclassgetfilepathtopic.asp
However, the current MonoWorkerRequest implementation returns the virtual path (that is, it is
returning the same as GetUriPath() )
I think the correct behavior should be to return
The application base directory appHost.Path + GetUriPath()
but I am posting it here in case I am missing/misreading something.
Coments?
Best regards
Daniel