[Mono-bugs] [Bug 55180][Cri] Changed - HttpRequest.MapPath() does not work correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Mar 2004 16:22:33 -0500 (EST)


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 giuseppe.greco@agamura.com.

http://bugzilla.ximian.com/show_bug.cgi?id=55180

--- shadow/55180	2004-03-04 16:17:03.000000000 -0500
+++ shadow/55180.tmp.30303	2004-03-04 16:22:33.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Fedora 1.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Critical
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: giuseppe.greco@agamura.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -50,6 +50,14 @@
 
 How often does this happen? 
 Always.
 
 Additional Information:
 This works on M$ Windows.
+
+------- Additional Comments From giuseppe.greco@agamura.com  2004-03-04 16:22 -------
+The code fragment I sent you before contains
+a small error... Here below is the correct one:
+ 
+   string dataDir = Server.MapPath(".."
+     + Path.DirectorySeparatorChar
+     + "app1" +Path.DirectorySeparatorChar + "data");