[Mono-bugs] [Bug 652719] New: System.Web.HttpForbiddenHandler mapping prevents urls with .dll in them
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 10 15:38:31 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=652719
https://bugzilla.novell.com/show_bug.cgi?id=652719#c0
Summary: System.Web.HttpForbiddenHandler mapping prevents urls
with .dll in them
Classification: Mono
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: jaharper at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
The System.Web.HttpForbiddenHandler does an incorrect match on *.dll, it really
should be something like "*.dll$" otherwise urls like this:
"http://localhost/foo.dll/bar/baz" will be rejected.
--
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