[Mono-bugs] [Bug 448522] AJAX need the support of HttpHandlers
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 25 03:50:59 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=448522
User qdyoung at 163.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=448522#c1
--- Comment #1 from 千栋 杨 <qdyoung at 163.com> 2008-11-25 01:50:59 MST ---
This bug still exists in 2.0.1. I have test it in XSP/mod_mono/fastcgi, all
same problem.
Modify code in function Mono.WebServer.Path.GetPathsFromUri and comment this
two line seems fix the problem:
//if (!File.Exists(path))
// continue;
Because the requst path "http://localhost/ajax/xxxxx.ashx" can be handled by
the handler but has no file "xxxxx.ashx" exists.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list