[Mono-bugs] [Bug 621837] Using HttpContext.RewritePath causes incorrect HttpRequest.Path to be returned when PathInfo is specified

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 16 22:38:04 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=621837

https://bugzilla.novell.com/show_bug.cgi?id=621837#c6


Ashish Kulkarni <ashish.kulkarni at kalyptorisk.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|WORKSFORME                  |

--- Comment #6 from Ashish Kulkarni <ashish.kulkarni at kalyptorisk.com> 2010-08-17 02:38:01 UTC ---
The second link shows the following on Mono 2.6.7/Windows which is clearly
wrong according to the documentation:

    * Path: '/test.axd'
    * FilePath: '/test.axd'
    * PathInfo: '/Foo'

The same project in Microsoft.NET shows the following:

    * Path: '/test.axd/Foo'
    * FilePath: '/test.axd'
    * PathInfo: '/Foo'

The important difference is in the "HttpRequest.Path", which is not updated as
mentioned in the bug report.

-- 
Configure bugmail: https://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