https://bugzilla.novell.com/show_bug.cgi?id=383652
Summary: HttpContext.RewritePath fails to not rewrite client path
Product: Mono: Class Libraries
Version: SVN
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Calling HttpContext.RewritePath Method (String, Boolean) and setting
rebaseClientPath to false has no effect.
Checking HttpContext.cs: void RewritePath (string filePath, string pathInfo,
string queryString, bool setClientFilePath)
The only effect of setting setClientFilePath to false is to not call
"Request.SetFilePath (filePath);"
Which doesn't make sense, as 10 lines earlier we call "Request.SetFilePath
(filePath);" anyway.
This affects any tags with paths (links,img,etc), producing incorrect paths.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs