[Mono-bugs] [Bug 338116] HttpRuntime.BinDirectory returns multiple relative paths

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 2 19:25:08 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=338116#c3


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|REOPENED                                        |RESOLVED
         Resolution|                                                |FIXED




--- Comment #3 from Marek Habersack <mhabersack at novell.com>  2007-11-02 17:25:07 MST ---
Gert,
  From the MSDN docs it seems that PrivateBinPath may be a list of directories,
and I think it's much easier to take advantage of that to save on startup time.
This is the case in which, IMHO, we shouldn't match MS.NET 1:1 since we're
running in different environment and need to adjust to different conditions.

I removed HttpApplication.PrivateBinPath, it wasn't being used anymore.

Fixed HttpRuntime.BinDirectory to return a path with trailing directory char.

AppDomainSetup.PrivateBinPath is a list of full directory paths on 2.0 now.

All of this has been committed in revision 88756.


-- 
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