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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=448522#c1





--- Comment #1 from 千栋 杨 <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to