Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80984 --- shadow/80984 2007-02-28 09:53:27.000000000 -0500 +++ shadow/80984.tmp.18710 2007-02-28 09:53:27.000000000 -0500 @@ -0,0 +1,31 @@ +Bug#: 80984 +Product: Mono: Tools +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: mod_mono +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mod_mono on all filetypes + +I have a upload folder where all sort of files are uploaded. It should not +be possible for the user to download them direct, but there has to be some +validation. I will fix that with a httphandler on that particular folder +which will handle all the request. + +My point is, in the mod_mono i describe to what files mod_mono is handling. +Is it possible to define that mod_mono has to handle all, including sub +directories? So i can check for every file if the user is logged on. +On IIS you can do this by adding the isapi dll of aspnet to all extensions. +Eventually the 'check if file exists' can be checked off. + +Can you tell me if this is already supported or if you have planned to fix +this? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
