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=80673 --- shadow/80673 2007-01-30 12:24:25.000000000 -0500 +++ shadow/80673.tmp.14249 2007-01-30 12:24:25.000000000 -0500 @@ -0,0 +1,50 @@ +Bug#: 80673 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Directorys path with spaces being passed incorrectly + +Description of Problem: + +When passing a directory path to view a file via http, any path with spaces +results in 404 errors. In my case, I'm using an <iframe> to embed doc/pdf +files for viewing. + +Steps to reproduce the problem: + +1. Create a path string: string path = "/path with spaces/some file with +spaces.pdf" + +this.EmbeddedFile.Text = "<IFRAME WIDTH='100%' HEIGHT='100%' +NAME='DocumentFrame' SRC='" + path + "'><EMBED SRC='" + path + "' +width='100%' height='100%'/></IFRAME>"; + +2. Call the path in ASP + +Actual Results: + +404 file not found...if I remove spaces from file name and path the file +renders properly. + + +Expected Results: + +render/download file + +How often does this happen? + +Every time. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
