[Mono-bugs] [Bug 550103] Different meaning of "~" in System.Web.HttpContext.RewritePath in 2.4 compared to 2.0

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 29 09:48:47 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=550103

User max.karavaev at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=550103#c2


Maxim Karavaev <max.karavaev at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
      Info Provider|max.karavaev at gmail.com      |




--- Comment #2 from Maxim Karavaev <max.karavaev at gmail.com>  2009-10-29 07:48:41 MDT ---
Created an attachment (id=324690)
 --> (http://bugzilla.novell.com/attachment.cgi?id=324690)
Test case project in MonoDevelop

Running this test case on Mono 2.0:
1) open /dsfsdf/sfsdf.html - get message
'Context.RewritePath("~/realfolder/realfilewithtilda..aspx") works just fine.'
2) open /dsfsdf/sfsdf.htm - get HTTP 404 error.

Running on Mono 2.4 - opposite:
1) open /dsfsdf/sfsdf.html - HTTP 404 error, requested URL:
/dsfsdf/realfolder/realfilewithtilda.aspx
2) open /dsfsdf/sfsdf.htm - message
'Context.RewritePath("/realfolder/realfilewithouttilda.aspx") works just fine.'

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list