https://bugzilla.novell.com/show_bug.cgi?id=621837
https://bugzilla.novell.com/show_bug.cgi?id=621837#c6 Ashish Kulkarni <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|WORKSFORME | --- Comment #6 from Ashish Kulkarni <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
