[Mono-bugs] [Bug 81446][Nor] Changed - PrivateBinPath used incorrectly ?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 21 19:37:15 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81446
--- shadow/81446 2007-08-21 18:09:23.000000000 -0400
+++ shadow/81446.tmp.8008 2007-08-21 19:37:15.000000000 -0400
@@ -73,6 +73,16 @@
both on MS.NET and Mono (it's handled by the IgnoreSection section
handler). If you do believe this is a bug, please file a but against
the runtime, as this support most definitely belongs in there.
As for the semicolon vs colon - I think it's a bug in the MS
documentation and they meant the Path.PathSeparator, which may differ
from system to system.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-08-21 19:37 -------
+It's already 1 AM here, so I'll have a closer look tomorrow. One
+thing I noticed is that you're splitting the privatebinpath using a
+colon (:) in HttpApplication. I think you wanted to use
+Path.PathSeparator there.
+
+I understand that using a semi-colon as path separator would
+be "unnatural" on unix. Howver, the reason I brought it us was to
+allow for platform-neutral configuration files.
More information about the mono-bugs
mailing list