[Mono-bugs] [Bug 463941] HttpWorkerRequest.MapPath should not be used at all in profile 2.0

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 25 08:52:22 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=463941

User kornelpal at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=463941#c5





--- Comment #5 from Kornél Pál <kornelpal at gmail.com>  2009-01-25 06:52:15 MST ---
Internally this is not that difficult either. Of course implementing every
quirsk would be difficult but not al of the is necessary for a working
implementation.

Basically HostingEnvironment.MapPath should be the actual implementation and
Request.MapPath should call that instead of HttpWorkerRequest.MapPath.

I also think that the internal implementation should be based on
IApplicationHost and the other hosting setups should instantiate an internal
IApplicationHost implementation with the specified parameters that would make
implementing this infrastructure easier.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list