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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76187 --- shadow/76187 2005-09-22 05:35:34.000000000 -0400 +++ shadow/76187.tmp.31669 2005-09-22 05:35:34.000000000 -0400 @@ -0,0 +1,44 @@ +Bug#: 76187 +Product: Mono: Class Libraries +Version: 1.1 +OS: other +OS Details: Fedora Core 3 +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Trailing slash missing from AppDomainAppPath + +Description of Problem: +When I try to read files in the root of my web project using +AppDomainAppPath I get FileNotFound Exceptions. For a given file name I +concatenate the two and try to open the file. AppDomainAppPath now seems to +have the trailing slash removed giving a file path of "c:/pathfilename" +instead of "c:/path/filename". This worked just fine in mono 1.1.8 and +still does on winxp IIS6 and MS .net 1.1/1.0. + +Steps to reproduce the problem: +1. Create a c# web project with the following line: +Response.Write("AppDomainAppPath: " + +System.Web.HttpRuntime.AppDomainAppPath + "<br/>"); + +Actual Results: +On Fedora Core 3 with mono 1.1.9: +"AppDomainAppPath: /var/www/html/apppath" + +Expected Results: +On winxp IIS6 with MS .Net 1.1: +"AppDomainAppPath: c:\inetpub\wwwroot\apppath\" + +How often does this happen? +Always. + +Additional Information: +Althought the paths are very different they should both have a trailing slash. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
